CN113129146B - Intelligent contract transaction processing method, equipment and storage medium - Google Patents

Intelligent contract transaction processing method, equipment and storage medium Download PDF

Info

Publication number
CN113129146B
CN113129146B CN202110349177.2A CN202110349177A CN113129146B CN 113129146 B CN113129146 B CN 113129146B CN 202110349177 A CN202110349177 A CN 202110349177A CN 113129146 B CN113129146 B CN 113129146B
Authority
CN
China
Prior art keywords
queue
virtual machine
machine process
intelligent contract
network line
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110349177.2A
Other languages
Chinese (zh)
Other versions
CN113129146A (en
Inventor
王欣
付松洁
王科杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Proton Chain Technology Co ltd
Original Assignee
Nanjing Proton Chain Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Proton Chain Technology Co ltd filed Critical Nanjing Proton Chain Technology Co ltd
Priority to CN202110349177.2A priority Critical patent/CN113129146B/en
Publication of CN113129146A publication Critical patent/CN113129146A/en
Application granted granted Critical
Publication of CN113129146B publication Critical patent/CN113129146B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the application discloses an intelligent contract transaction processing method, intelligent contract transaction processing equipment and a storage medium. The method comprises the following steps: receiving a plurality of smart contract transactions to be processed; processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence; transmitting the first queue and the second queue to the blockchain, so that the blockchain executes the first queue and the second queue by adopting a predefined first virtual machine process and a predefined second virtual machine process; receiving a processing result sent by a block chain; the processing results refer to the execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue; the processing results are stored in the same blockchain. By implementing the embodiment of the application, different intelligent contract virtual machine branches are started on the same chain, so that the performance is improved, the data is ensured to be still on the same chain, and the cost of mutual verification between the branches is reduced.

Description

Intelligent contract transaction processing method, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and apparatus for processing intelligent contract transactions, and a storage medium.
Background
The intelligent contract virtual machine execution of the current blockchain is single-threaded, and all transactions are executed in the same virtual machine according to a queue, so that the transactions can be ensured to be executed according to the sequence. However, in some scenarios (e.g., privacy transactions), a misordering of transaction execution may result in failure of all subsequent transactions, and thus in-order execution is very important. If parallel processing is required, the existing solution is to enable multiple branches, each processing a different transaction on a different branch.
The existing solutions have mainly the following drawbacks: the connection between the branches is not tight enough, and the data intercommunication between the branches needs to be verified, so that a large amount of calculation force can be digested. That is, a disadvantage of this solution is the high cost of data interworking between branches.
Disclosure of Invention
Aiming at the technical defects existing in the prior art, the embodiment of the application aims to provide an intelligent contract transaction processing method, intelligent contract transaction processing equipment and a storage medium.
To achieve the above object, in a first aspect, an embodiment of the present application provides an intelligent contract transaction processing method, including:
receiving a plurality of smart contract transactions to be processed;
processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence;
transmitting the first queue and the second queue to a blockchain, so that the blockchain executes the first queue by adopting a predefined first virtual machine process and executes the second queue by adopting a predefined second virtual machine process;
receiving a processing result sent by the block chain; the processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue;
the processing results are stored within the same blockchain.
As a preferred embodiment of the present application, before receiving the plurality of smart contract transactions to be processed, the method further includes:
predefining the first virtual machine process, the second virtual machine process and a front-end server; the front-end server is used for identifying whether the intelligent contract transaction to be processed has a sequence or not.
Further, prior to receiving the plurality of smart contract transactions to be processed, the method further comprises:
a first network line and a second network line are predefined, and the first network line corresponds to the first virtual machine process and the second network line corresponds to the second virtual machine process.
In some embodiments of the present application, the sending the first queue and the second queue to the blockchain specifically includes:
and transmitting the first queue to a blockchain by adopting the first network line, and transmitting the second queue to the blockchain by adopting the second network line.
In a second aspect, an embodiment of the present application provides an intelligent contract transaction apparatus, including:
the receiving module is used for receiving a plurality of intelligent contract transactions to be processed;
the identification module is used for processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence;
a sending module, configured to send the first queue and the second queue to a blockchain, so that the blockchain executes the first queue with a predefined first virtual machine process and executes the second queue with a predefined second virtual machine process;
the receiving module is also used for receiving a processing result sent by the block chain; the processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue;
and the storage module is used for storing the processing results in the same block chain.
Further, as a preferred embodiment of the present application, the apparatus further comprises a predefined module for:
predefining the first virtual machine process, the second virtual machine process and a front-end server; the front-end server is used for identifying whether the intelligent contract transaction to be processed has a sequence or not;
a first network line and a second network line are predefined, and the first network line corresponds to the first virtual machine process and the second network line corresponds to the second virtual machine process.
In a third aspect, an embodiment of the present application provides another smart contract transaction device, including a processor, an input device, an output device, and a memory, where the processor, the input device, the output device, and the memory are connected to each other by a bus, where the memory is configured to store a computer program, where the computer program includes program instructions, and where the processor is configured to invoke the program instructions to perform the method of the first aspect.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium storing a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of the first aspect described above.
By implementing the embodiment of the application, different intelligent contract virtual machine branches are started on the same chain, so that the performance is improved, the data is ensured to be still on the same chain, and the cost of mutual verification between the branches is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below.
FIG. 1 is a main flow chart of a smart contract transaction method provided by an embodiment of the present application;
FIG. 2 is a flow chart of a smart contract transaction portion after completion of a predefined;
FIG. 3 is a block diagram of an intelligent contract transaction apparatus provided by a first embodiment of the present application;
fig. 4 is a block diagram of an intelligent contract transaction apparatus provided in a second embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
Referring to fig. 1 and 2, the method for processing an intelligent contract transaction provided in the embodiment of the application mainly includes:
s101, predefining a first virtual machine process, a second virtual machine process and a front-end server.
Specifically, two different smart contract virtual machine processes A and B are predefined, and a pre-server is predefined that can identify whether a smart contract transaction has an existing order.
S102, predefining a first network line and a second network line.
Specifically, two different network lines 1 and 2 are predefined and mapped to two virtual machine processes a and B, respectively.
S103, receiving a plurality of intelligent contract transactions to be processed.
S104, processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue.
The first queue has a sequence, and the second queue does not have a sequence.
Specifically, a front-end server is adopted to identify a plurality of intelligent contract transactions to be processed, the intelligent contract transactions are placed in a first queue with a sequence, and the intelligent contract transactions are placed in a second queue without the sequence.
For example, if the front end server identifies that there are 10 transactions in order, and there are 10 transactions in no existing order, then 10 transactions are placed in the first queue and 10 transactions are placed in the second queue.
It should be noted that, in addition to the above example case, the following cases may also exist:
if there are 3 transactions in sequence and 17 transactions in no sequence, the speed is affected by placing 17 queues in one queue, and after 3 queues are placed, 7 non-sequential filling is carried out in the queue, so that 10 queues are used for balancing.
S105, the first queue and the second queue are sent to a blockchain, so that the blockchain executes the first queue by adopting a predefined first virtual machine process and executes the second queue by adopting a predefined second virtual machine process.
Specifically, transactions of different queues are sent to the blockchain over network lines 1 and 2, respectively. The block chain receives the transactions of different lines, identifies different network lines, and executes on virtual machine processes corresponding to the network lines respectively. The two do not affect each other. That is, the transaction from line 1 is performed by virtual machine A and the transaction from line 2 is performed by virtual machine B.
S106, receiving the processing result sent by the block chain.
The processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue.
And S107, storing the processing result in the same block chain.
From the above description, it can be seen that, by implementing the intelligent contract transaction processing method of the embodiment of the application, different intelligent contract virtual machine branches are started on the same chain, so that the performance is improved while the data is ensured to be still on the same chain, and the cost of mutual authentication between the branches is reduced.
It should be noted that, in the above-described technical solution, the front-end system is used to isolate the querier from the chains, and the manner of accessing the chains with different rights by the querier can be changed. Therefore, the trust degree of the inquirer on the data can be improved, and the situation that the permission isolation is invalid or the data is leaked due to improper setting or problems of the front-end system can be prevented.
Based on the same inventive concept, the embodiment of the application provides intelligent contract transaction processing equipment. As shown in fig. 3, the processing device comprises a predefined module 10, a receiving module 11, an identifying module 12, a transmitting module 13 and a storing module 14.
The predefined module 10 is specifically configured to:
predefining a first virtual machine process, a second virtual machine process and a front-end server; the front-end server is used for identifying whether the intelligent contract transaction to be processed has a sequence or not;
a first network line and a second network line are predefined, and the first network line corresponds to the first virtual machine process and the second network line corresponds to the second virtual machine process.
The receiving module 11 is specifically configured to receive a plurality of smart contract transactions to be processed.
The identification module 12 is specifically configured to process a plurality of intelligent contract transactions to be processed by using a predefined front-end server, so as to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence.
The sending module 13 is configured to send the first queue and the second queue to a blockchain, so that the blockchain executes the first queue with a predefined first virtual machine process and executes the second queue with a predefined second virtual machine process.
The receiving module 11 is further configured to receive a processing result sent by the blockchain; the processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue;
the storage module 14 is configured to store the processing results in the same blockchain.
Alternatively, in another preferred embodiment of the present application, as shown in fig. 4, the smart contract transaction device may include: one or more processors 101, one or more input devices 102, one or more output devices 103, and a memory 104, the processors 101, input devices 102, output devices 103, and memory 104 being interconnected by a bus 105. The memory 104 is used for storing a computer program comprising program instructions, which the processor 101 is configured to invoke for performing the method of the above-described method embodiment part.
It should be appreciated that in embodiments of the present application, the processor 101 may be a central processing unit (Central Processing Unit, CPU), which may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The input device 102 may include a keyboard or the like, and the output device 103 may include a display (LCD or the like), a speaker or the like.
The memory 104 may include read only memory and random access memory and provides instructions and data to the processor 101. A portion of the memory 104 may also include non-volatile random access memory. For example, the memory 104 may also store information of device type.
In a specific implementation, the processor 101, the input device 102, and the output device 103 described in the embodiments of the present application may execute the implementation described in the embodiments of the method for processing an intelligent contract transaction provided in the embodiments of the present application, which is not described herein again.
It should be noted that, for more specific workflow of the smart contract transaction device, please refer to the foregoing method embodiment section, and details are not repeated herein.
Accordingly, corresponding to the foregoing method embodiment and the smart contract transaction apparatus shown in fig. 4, an embodiment of the present application provides a computer-readable storage medium storing a computer program, where the computer program includes program instructions that when executed by a processor implement: the intelligent contract transaction processing method.
The computer readable storage medium may be an internal storage unit of the system according to any of the foregoing embodiments, for example, a hard disk or a memory of the system. The computer readable storage medium may also be an external storage device of the system, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the system. Further, the computer readable storage medium may also include both internal storage units and external storage devices of the system. The computer readable storage medium is used to store the computer program and other programs and data required by the system. The computer-readable storage medium may also be used to temporarily store data that has been output or is to be output.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present application.
In addition, each functional unit in the embodiments of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
While the application has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the application. Therefore, the protection scope of the application is subject to the protection scope of the claims.

Claims (6)

1. A method of intelligent contract transaction comprising:
predefining a first network line and a second network line, and the first network line corresponds to a first virtual machine process and the second network line corresponds to a second virtual machine process;
receiving a plurality of smart contract transactions to be processed;
processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence;
transmitting the first queue to a blockchain by adopting the first network line, and transmitting the second queue to the blockchain by adopting the second network line, so that the blockchain executes the first queue by adopting a predefined first virtual machine process and executes the second queue by adopting a predefined second virtual machine process;
receiving a processing result sent by the block chain; the processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue;
the processing results are stored within the same blockchain.
2. The smart contract transaction processing method of claim 1, wherein prior to receiving a plurality of smart contract transactions to be processed, the method further comprises:
predefining the first virtual machine process, the second virtual machine process and a front-end server; the front-end server is used for identifying whether the intelligent contract transaction to be processed has a sequence or not.
3. An intelligent contract transaction apparatus, comprising:
a predefining module predefining a first network line and a second network line, the first network line corresponding to a first virtual machine process, the second network line corresponding to a second virtual machine process;
the receiving module is used for receiving a plurality of intelligent contract transactions to be processed;
the identification module is used for processing a plurality of intelligent contract transactions to be processed by adopting a predefined front-end server to obtain a first queue and a second queue; the first queue has a sequence, and the second queue does not have a sequence;
a sending module, configured to send the first queue to a blockchain using the first network line, and send the second queue to the blockchain using the second network line, so that the blockchain executes the first queue using a predefined first virtual machine process and executes the second queue using a predefined second virtual machine process;
the receiving module is also used for receiving a processing result sent by the block chain; the processing results refer to execution results of the first virtual machine process and the second virtual machine process on the first queue and the second queue;
and the storage module is used for storing the processing results in the same block chain.
4. The smart contract transaction device of claim 3, wherein the predefined module is further to:
predefining the first virtual machine process, the second virtual machine process and a front-end server; the front-end server is used for identifying whether the intelligent contract transaction to be processed has a sequence or not.
5. A smart contract transaction device comprising a processor, an input device, an output device and a memory, the processor, the input device, the output device and the memory being interconnected by a bus, the memory being for storing a computer program, characterized in that the computer program comprises program instructions, the processor being configured to invoke the program instructions to perform the method of claim 1 or 2.
6. A computer readable storage medium storing a computer program, characterized in that the computer program comprises program instructions which, when executed by a processor, implement the method of claim 1 or 2.
CN202110349177.2A 2021-03-31 2021-03-31 Intelligent contract transaction processing method, equipment and storage medium Active CN113129146B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110349177.2A CN113129146B (en) 2021-03-31 2021-03-31 Intelligent contract transaction processing method, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110349177.2A CN113129146B (en) 2021-03-31 2021-03-31 Intelligent contract transaction processing method, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113129146A CN113129146A (en) 2021-07-16
CN113129146B true CN113129146B (en) 2023-11-24

Family

ID=76774401

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110349177.2A Active CN113129146B (en) 2021-03-31 2021-03-31 Intelligent contract transaction processing method, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113129146B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019001214A1 (en) * 2017-06-27 2019-01-03 华为技术有限公司 Information transmission method, device, and system
CN109726984A (en) * 2018-12-20 2019-05-07 深圳智乾区块链科技有限公司 A kind of processing result generation method and its equipment, storage medium, electronic equipment
CN110297689A (en) * 2019-05-06 2019-10-01 百度在线网络技术(北京)有限公司 Intelligent contract executes method, apparatus, equipment and medium
CN110543525A (en) * 2019-09-10 2019-12-06 腾讯科技(深圳)有限公司 Block chain network control method, device, equipment and storage medium
CN110597907A (en) * 2019-09-10 2019-12-20 腾讯科技(深圳)有限公司 Cross-block-chain data information synchronization method, device, equipment and medium
KR20200048440A (en) * 2018-10-30 2020-05-08 삼성에스디에스 주식회사 System for providing retrieval service based on blockchain and method of the same
CN111930486A (en) * 2020-07-30 2020-11-13 中国工商银行股份有限公司 Task selection data processing method, device, equipment and storage medium
CN112202863A (en) * 2020-09-24 2021-01-08 成都质数斯达克科技有限公司 Data synchronization method and device, electronic equipment and readable storage medium
CN112199180A (en) * 2020-10-21 2021-01-08 北京三快在线科技有限公司 Multitask scheduling method and device, electronic equipment and readable storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019001214A1 (en) * 2017-06-27 2019-01-03 华为技术有限公司 Information transmission method, device, and system
KR20200048440A (en) * 2018-10-30 2020-05-08 삼성에스디에스 주식회사 System for providing retrieval service based on blockchain and method of the same
CN109726984A (en) * 2018-12-20 2019-05-07 深圳智乾区块链科技有限公司 A kind of processing result generation method and its equipment, storage medium, electronic equipment
CN110297689A (en) * 2019-05-06 2019-10-01 百度在线网络技术(北京)有限公司 Intelligent contract executes method, apparatus, equipment and medium
CN110543525A (en) * 2019-09-10 2019-12-06 腾讯科技(深圳)有限公司 Block chain network control method, device, equipment and storage medium
CN110597907A (en) * 2019-09-10 2019-12-20 腾讯科技(深圳)有限公司 Cross-block-chain data information synchronization method, device, equipment and medium
CN111930486A (en) * 2020-07-30 2020-11-13 中国工商银行股份有限公司 Task selection data processing method, device, equipment and storage medium
CN112202863A (en) * 2020-09-24 2021-01-08 成都质数斯达克科技有限公司 Data synchronization method and device, electronic equipment and readable storage medium
CN112199180A (en) * 2020-10-21 2021-01-08 北京三快在线科技有限公司 Multitask scheduling method and device, electronic equipment and readable storage medium

Also Published As

Publication number Publication date
CN113129146A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
CN111008863B (en) Lottery drawing method and system based on block chain
CN110570196A (en) Transaction data processing method and device, terminal equipment and storage medium
CN110598429B (en) Data encryption storage and reading method, terminal equipment and storage medium
CN110659905A (en) Transaction verification method, device, terminal equipment and storage medium
CN110569038B (en) Random verification parameter design method, device, computer equipment and storage medium
CN112036878A (en) Data processing method and device
WO2020001111A1 (en) Signature verification method for downloading firmware, firmware release method, mobile terminal and server
CN111176685A (en) Upgrading method and device
CN113129146B (en) Intelligent contract transaction processing method, equipment and storage medium
CN110515591B (en) Random number generation method and device based on block chain
CN107368337B (en) Application downloading method and device and terminal equipment
CN112801661B (en) Block chain cross-chain rule management method and system
CN107947935B (en) Message signature method, system and terminal equipment
US11762976B2 (en) USB mass storage device access control method and access control apparatus
CN111884808B (en) Method and device for preventing transaction cross-chain replay and electronic equipment
CN110347683B (en) Data table merging processing method and device
CN109614246B (en) Message processing method and device and message processing server
CN112631641A (en) Block chain service upgrading method and device, terminal equipment and storage medium
CN114510216A (en) Method, device and equipment for storing data
CN110675244A (en) Financial supply chain control method and device, storage medium and terminal equipment
CN111355757A (en) Cross-chain communication method and device for block chain in supply chain field
CN110688679B (en) Block chain-based account locking/unlocking method and device
CN114064532B (en) Data processing method and device, electronic equipment and storage medium
CN112187487B (en) Method and device for establishing device chain
US20230014485A1 (en) Transaction processing method, transaction processing system, electronic apparatus, and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant