EP3610450A2 - System und verfahren zur parallelverarbeitung von blockkettentransaktionen - Google Patents

System und verfahren zur parallelverarbeitung von blockkettentransaktionen

Info

Publication number
EP3610450A2
EP3610450A2 EP19732219.1A EP19732219A EP3610450A2 EP 3610450 A2 EP3610450 A2 EP 3610450A2 EP 19732219 A EP19732219 A EP 19732219A EP 3610450 A2 EP3610450 A2 EP 3610450A2
Authority
EP
European Patent Office
Prior art keywords
blockchain
transaction
data structure
transactions
block
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.)
Ceased
Application number
EP19732219.1A
Other languages
English (en)
French (fr)
Other versions
EP3610450A4 (de
Inventor
Guilu XIE
Ning Xia
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.)
Advanced New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Publication of EP3610450A2 publication Critical patent/EP3610450A2/de
Publication of EP3610450A4 publication Critical patent/EP3610450A4/de
Ceased legal-status Critical Current

Links

Classifications

    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5066Algorithms for mapping a plurality of inter-dependent sub-tasks onto a plurality of physical CPUs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • H04L9/0637Modes of operation, e.g. cipher block chaining [CBC], electronic codebook [ECB] or Galois/counter mode [GCM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9027Trees
    • 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
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • G06Q20/065Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme using e-cash
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0643Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • H04L9/3239Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions involving non-keyed hash functions, e.g. modification detection codes [MDCs], MD5, SHA or RIPEMD
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees
    • 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
    • G06Q2220/00Business processing using cryptography
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/56Financial cryptography, e.g. electronic payment or e-cash
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/80Wireless
    • H04L2209/805Lightweight hardware, e.g. radio-frequency identification [RFID] or sensor

Definitions

  • This application generally relates to methods and devices for parallel-processing blockchain transactions.
  • Blockchain combines the openness of the internet with the security of cryptography to provide a faster and safer way to verify key information and establish trust.
  • the software and hardware performances of blockchain transactions still lag behind traditional distributed systems in various parameters.
  • to execute a plurality of transactions the state tree is locked for the update and unlocked after the update, and the transactions are processed serially during the update. This serial processing manner limits the TPS (transaction per second) performance of blockchain. For example, only seven bitcoin transactions can be executed every second. Therefore, it is desirable to improve blockchain system performances such as the execution efficiency for accommodating larger volumes of transactions.
  • Various embodiments of this specification include, but are not limited to, systems, methods, and non-transitory computer readable media for parallel-processing blockchain transactions.
  • a computer-implemented method for parallel-processing blockchain transactions comprises: obtaining a plurality of candidate transactions for adding to a blockchain; grouping the candidate transactions into one or more transaction groups; creating one or more copies of at least a portion of a data structure of a latest block of the blockchain; associating the one or more transaction groups respectively with the one or more copies of the data structure; executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure; and merging the updated copies of the data structure to obtain at least a portion of a new data structure of a new block to add to the blockchain.
  • the one or more transaction groups are independent transaction groups.
  • grouping the candidate transactions into one or more transaction groups comprises: grouping two or more of the candidate transactions each involving at least one common transaction account under a same transaction group of the one or more transaction groups.
  • grouping the candidate transactions into one or more transaction groups comprises: grouping two or more of the candidate transactions that do not involve any common transaction account under different transaction groups of the one or more transaction groups.
  • the blockchain is based on an Account/Balance Model; and the data structure comprises a Merkle Patricia tree comprising a single state root node stored in the latest block and a plurality of intermediate nodes and leaf nodes not stored in the latest block.
  • executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure comprises: executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure in parallel.
  • executing the candidate transactions in the corresponding transaction groups comprises: executing the candidate transactions in the corresponding transaction groups by a multi-core processor.
  • updating the associated copies of the data structure comprises at least one of: updating a balance of a transaction account in one of the associated copies of the data structure; removing the transaction account; or adding a new transaction account.
  • merging the updated copies of the data structure comprises: updating at least the portion of the data structure of the latest block of the blockchain by combining and incorporating updates made in the updated copies of the data structure.
  • the method further comprises: adding the new block to the blockchain, wherein the portion of the new data structure comprises a new state root node, and the new block comprises the new state root node.
  • a system for parallel-processing blockchain transactions comprises: one or more processors; and one or more computer-readable memories coupled to the one or more processors and having instructions stored thereon that are executable by the one or more processors to perform the method of any of the preceding embodiments.
  • an apparatus for parallel-processing blockchain transactions comprises a plurality of modules for performing the method of any of the preceding embodiments.
  • a non-transitory computer-readable medium has stored therein instructions that, when executed by a processor of a device, cause the device to perform the method of any of the preceding embodiments.
  • a system for parallel-processing blockchain transactions comprises one or more processors and one or more non-transitory computer-readable memories coupled to the one or more processors and configured with instructions executable by the one or more processors to cause the system to perform operations comprising: obtaining a plurality of candidate transactions for adding to a blockchain; grouping the candidate transactions into one or more transaction groups; creating one or more copies of at least a portion of a data structure of a latest block of the blockchain; associating the one or more transaction groups respectively with the one or more copies of the data structure; executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure; and merging the updated copies of the data structure to obtain at least a portion of a new data structure of a new block to add to the blockchain.
  • the processor comprises a multi-core processor.
  • a non-transitory computer-readable storage medium is configured with instructions executable by one or more processors to cause the one or more processors to perform operations comprising: obtaining a plurality of candidate transactions for adding to a blockchain; grouping the candidate transactions into one or more transaction groups; creating one or more copies of at least a portion of a data structure of a latest block of the blockchain; associating the one or more transaction groups respectively with the one or more copies of the data structure; executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure; and merging the updated copies of the data structure to obtain at least a portion of a new data structure of a new block to add to the blockchain.
  • an apparatus for parallel-processing blockchain transactions comprises an obtaining module for obtaining a plurality of candidate transactions for adding to a blockchain; a grouping module for grouping the candidate transactions into one or more transaction groups; a creating module for creating one or more copies of at least a portion of a data structure of a latest block of the blockchain; an associating module for associating the one or more transaction groups respectively with the one or more copies of the data structure; an executing module for executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure; and a merging module for merging the updated copies of the data structure to obtain at least a portion of a new data structure of a new block to add to the blockchain.
  • Embodiments disclosed in the specification have one or more technical effects.
  • the candidate transactions may be grouped into various independent groups.
  • the groups of candidate transactions may be executed simultaneously by a multi-core processor (e.g., CPU) updating copies of the state tree.
  • a multi-core processor e.g., CPU
  • independent groups of candidate transactions can be processed in parallel in the copies without having to lock the data structure.
  • the copies of state tree data structure can be merged to obtain the new data structure of the new block, thus achieving efficient mining of the new block.
  • blockchain performances such as TPS and other processing efficiency measurements can be improved significantly.
  • FIG. 1 illustrates an exemplary system for parallel-processing blockchain transactions, in accordance with various embodiments.
  • FIG. 2 illustrates two exemplary blocks of a blockchain and corresponding state trees, in accordance with various embodiments.
  • FIG. 3A illustrates a flowchart of an exemplary method for parallel-processing blockchain transactions, in accordance with various embodiments.
  • FIG. 3B illustrates an exemplary merge of two copies of state tree, in accordance with various embodiments.
  • FIG. 4 illustrates a flowchart of an exemplary method for parallel-processing blockchain transactions, in accordance with various embodiments.
  • FIG. 5 illustrates a flowchart of an exemplary apparatus for parallel-processing blockchain transactions, in accordance with various embodiments.
  • FIG. 6 illustrates a block diagram of an exemplary computer system in which any of the embodiments described herein may be implemented.
  • Blockchain may be considered as a decentralized database, commonly referred to as a distributed ledger because the operation is performed by various nodes (e.g., computing devices) in a network. Any information may be written to the blockchain and saved or read from it.
  • Any node may contribute computing power to maintain the blockchain by performing complex computations, such as hash calculation to add a block to a current blockchain, and the added block may contain various types of data or information.
  • the node that contributed the computing power for the added block may be rewarded with a token (e.g., digital currency unit) . Since the blockchain has no central node, each node is equal and holds the entire blockchain database.
  • Nodes are, for example, computing devices or large computer systems that support the blockchain network and keep it running smoothly.
  • full nodes keep a complete copy of the blockchain.
  • the full nodes on the blockchain network validate transactions and blocks they receive and relay them to connected peers for providing consensus verification of the transactions.
  • Lightweight nodes on the other hand, only download a fraction of the blockchain.
  • lightweight nodes are used for digital currency transactions. A lightweight node will communicate to a full node when it wants to transact.
  • This decentralization property can help prevent the emergence of a management center in a controlled position.
  • the maintenance of the Bitcoin/ethereum blockchain is performed by the network of communication nodes of the bitcoin/ethereum software in the running area. That is, instead of banks, institutions, or administrators in the traditional sense, multiple intermediaries exist in a form of computer servers executing bitcoin/ethereum software. These computer servers form a network connected via the Internet, wherein anyone can potentially join the network. Transactions accommodated by the network may be of a form: “user A wants to send Z bitcoins/ethers to user B, ” wherein the transactions are broadcast to the network using readily available software applications.
  • the computer servers function as bitcoin/ethereum servers that are operable to validate these financial transactions, add a record of them to their copy of the ledger, and then broadcast these ledger additions to other servers of the network.
  • This specification uses one or more blockchains or digital currencies, such as bitcoin and ethereum, as examples.
  • a person with ordinary skill in the art should appreciate that the technical solutions disclosed in this specification can use or apply to other type of blockchains and digital currencies.
  • FIG. 1 shows an exemplary system 100 for performing various disclosed steps and methods, in accordance with various embodiments.
  • a blockchain network may comprise a plurality of blockchain nodes (e.g., node 1, node 2, ..., and node i) .
  • the blockchain nodes may be implemented in servers, computers, etc.
  • Each blockchain node may correspond to one or more physical hardware devices or virtual devices coupled together via various types of communication methods such as TCP/IP.
  • the blockchain nodes may comprise full nodes, Geth nodes, consensus nodes, etc.
  • the blockchain nodes may comprise devices of miners applying their hardware or computational power to verify the blocks of blockchain and receiving rewards. Blockchain nodes that do not perform such verification comprise lightweight nodes.
  • blockchain nodes with certain level of voting power may be referred to as consensus/master nodes, which assume the responsibility of transaction verification, as opposed to non-consensus nodes.
  • Consensus nodes may generate new blockchain blocks and make decisions for the blockchain, for example, setting the service fees for the blockchain.
  • the consensus nodes may be associated with a large amount of cryptocurrencies and verify new transactions based on certain consensus rules mutually agreed upon.
  • full nodes, consensus nodes, or other equivalent nodes in the above-described or another blockchain system can verify the transactions as the blockchain nodes.
  • user A may want to transact with user B by transferring some asset in user A’s account to user B’s account.
  • User A and user B may use corresponding devices installed with an appropriate blockchain software (e.g., cryptocurrency wallet) for the transaction.
  • User A’s device may be referred to as an initiator node A that initiates a transaction with user B’s device referred to as recipient node B.
  • Node A may access the blockchain through communication with node 1
  • node B may access the blockchain through communication with node 2.
  • node A and node B may submit transactions to the blockchain through node 1 and node 2 to request adding the transactions to the blockchain.
  • node A and node B may have other channels of communication (e.g., regular internet communication without going through nodes 1 and 2) .
  • the blockchain software on node A may be considered as a front-end of the blockchain node 1, and the blockchain node 1 runs a back-end of the blockchain software.
  • Each of the nodes in FIG. 1 may comprise a processor (e.g., a multi-core processor) and a non-transitory computer-readable storage medium configured with instructions executable by the processor to cause the node (e.g., the processor) to perform various steps for parallel-processing blockchain transactions described herein.
  • the each node may be installed with a software (e.g., transaction program) and/or hardware (e.g., wires, wireless connections) to communicate with other nodes and/or other devices.
  • a software e.g., transaction program
  • hardware e.g., wires, wireless connections
  • user devices such as node A and node B may be installed with a user-end software such as cryptocurrency wallet
  • the blockchain nodes may be installed with a blockchain transaction processing software. Further details of the node hardware and software are described later with reference to FIG. 6.
  • the blockchain nodes may each couple to a memory 108.
  • the memory 108 may store a pool database.
  • the pool database may be accessible to the plurality of blockchain nodes in a distributed manner.
  • the pool database may be respectively stored in the memories of the blockchain nodes.
  • the pool database may store a plurality of transactions submitted by the one or more user devices such as nodes A and B operated by users.
  • the unconfirmed transaction may be stored in the pool database.
  • One or more blockchain nodes may perform consensus verification to verify the unconfirmed transaction. Upon successful verification, the blockchain nodes may pack the transaction to add to the blockchain. If the verification fails, the unconfirmed transaction is rejected.
  • Verifying the transactions and adding to the blockchain is referred to as “mining, ” and those who do such maintenance are rewarded with newly created bitcoins/ethers and transaction fees.
  • blockchain nodes may determine if the transactions are valid based on a set of consensus rules the blockchain network has agreed to. Miners may be located on any continent and process payments by verifying each transaction as valid and adding it to the blockchain. Such verification is achieved via consensus provided by a plurality of miners and assumes that there is no systematic collusion. In the end, all data will be consistent, because the computation has to meet certain requirements to be valid and all blockchain nodes will be synchronized to ensure that the blockchain is consistent. Thus, data can be consistently stored in a distributed system of blockchain nodes.
  • the verification may include, for example, whether the paying party has access to the transferring asset, whether the asset had been spent before, whether the transferring amount is correct, etc.
  • the coupled blockchain node may broadcast the proposed transaction to the blockchain network for the blockchain nodes to mine.
  • a miner needs to check if the transaction is eligible to be executed according to the blockchain history. If the sender’s wallet balance has sufficient funds according to the existing blockchain history, the transaction is considered valid and can be added to the block.
  • the asset transfers may be included in the next block to be added to the blockchain.
  • a block is much like a database record. Each time writing data creates a block. These blocks are linked and protected using cryptography to become interconnected networks. Each block is connected to the previous block, which is also the origin of the name “blockchain. ” Each block usually contains the cryptographic hash of the previous block, the generation time, and the actual data. For instance, each block contains two parts: a block header to record the feature value of the current block, and a body to record actual data (e.g., transaction data) . The chain of blocks is linked via the block headers. Each block header may contain multiple feature values, such as version, previous block hash, merkle root, timestamp, difficulty target, and a proof of work nonce (or nonce in short) .
  • the previous block hash contains not only the address of the previous block, but also the hash of the data inside the previous block, thus making the blockchains immutable.
  • the nonce is a number which, when included, yields a hash with a specified number of leading zero bits.
  • the hash of the contents of the new block is taken by a blockchain node.
  • the nonce e.g., random string
  • the new string is hashed again.
  • the final hash is then compared to the difficulty target (e.g., a level) and determined whether the final hash is actually less than the difficulty target or not. If not, then the nonce is changed and the process repeats again. If yes, then the block is added to the chain and the public ledger is updated and alerted of the addition.
  • the blockchain node responsible for the successful addition is rewarded with bitcoins/ethers, for example, by adding a reward transaction to itself into the new block. Additionally or alternatively, a transaction initiator may include a transaction fee to reward the blockchain node that successfully mines the transaction into the newly added block.
  • the bitcoin system constantly adjusts the number of leading zeros, so that the average time to find a nonce is about ten minutes. That way, as processing capabilities of computing hardware increase with time, over the years, the bitcoin protocol will simply require more leading zero bits to make mining always take a duration of about ten minutes to implement.
  • hashing is an important cornerstone for blockchain.
  • the hash algorithm can be understood as a function that compresses messages of any length into a fixed-length message digest. More commonly used are MD5 and SHA.
  • the hash length of the blockchain is 256 bits, which means that no matter what the original content is, a 256-bit binary number is finally calculated. And it can be guaranteed that the corresponding hash is unique as long as the original content is different.
  • the hash of the string “123” is a8fdc205a9f19cc1c7507a60c4f01b13d11d7fd0 (hexadecimal) , which has 256 bits when converted to binary, and only “123” has this hash.
  • the hash algorithm in the blockchain is irreversible, that is, the forward calculation is easy (from “123” to a8fdc205a9f19cc1c7507a60c4f01b1c7507a60c4f01b13d11d7fd0) , and the reverse calculation cannot be done even if all computing resources are exhausted.
  • the hash of each block of the blockchain is unique.
  • the block and the hash are in one-to-one correspondence, and the hash of each block is specifically calculated for the block header. That is, the feature values of the block headers are connected to form a long string, and then the hash is calculated for the string.
  • SHA256 is a blockchain hash algorithm applied to block header. The hash is uniquely determined by the block header, and not the block body. As mentioned above, the block header contains a lot of content, including the hash of the current block, and the hash of the previous block.
  • the miner finds the hash (that is, an eligible signature or solution) for the new block, the miner broadcasts this signature to all the other miners (blockchain nodes) .
  • Other miners now verify in their turn if that solution corresponds with the problem of the sender’s block (that is, determine if the hash input actually results in that signature) . If the solution is valid, the other miners will confirm the solution and agree that the new block can be added to the blockchain. Thus, the consensus of the new block is reached. This is also known as “proof of work. ”
  • the block for which consensus has been reached can now be added to the blockchain and is broadcast to all blockchain nodes on the network along with its signature.
  • the blockchain nodes will accept the block and save it to their transaction data as long as the transactions inside the block correspond correctly with the current wallet balances (transaction history) at that point in time. Every time a new block gets added on top of this block, the addition also counts as another “confirmation” for the blocks before it. For example, if a transaction is included in block 502, and the blockchain is 507 blocks long, it means that the transaction has five confirmations (corresponding to blocks 507 to 502) . The more confirmations the transaction has, the harder it is for attackers to alter.
  • a blockchain is a cryptographically secure transactional singleton machine with shared-state.
  • “Cryptographically secure” may indicate that the creation of digital currency is secured by complex mathematical algorithms that are obscenely hard to break. They make it nearly impossible to cheat the system (e.g., create fake transactions, erase transactions, etc. ) .
  • “Transactional singleton machine” may indicate that there is a single canonical instance of the machine responsible for all the transactions being created in the system. In other words, there is a single global truth that everyone believes in.
  • “With shared-state” may indicate that the state stored on this machine is shared and open to everyone. Bitcoin and ethereum both implement the blockchain paradigm but based on different models discussed below in the context of blockchain transactions. The described models are merely exemplary, and the disclosed systems and models can be implemented based on other models.
  • user A may construct a record containing information about the transaction through a blockchain node.
  • the subject matter of the transaction may comprise, for example, money, token, digital currency, contract, deed, medical record, customer detail, stock, bond, equity, or any other asset that can be described in digital form.
  • the record may be signed with user A’s signing key (private key) and contains user A’s public verification key and user B’s public verification key.
  • the record bundled with other record that took place in the same time window in a new block may be broadcast to the full nodes.
  • the full nodes may work on incorporating the records into the ledge of all transactions that have ever taken place in the blockchain system, adding the new block to a previously-accepted blockchain through the above-described mining process, and validating the new block against the network’s consensus rules.
  • Bitcoin is based on the UTXO (unspent transaction output) model.
  • UTXO unspent transaction output
  • assets are represented by outputs of blockchain transactions that have not been spent, which can be used as inputs in new transactions.
  • the outputs may be no less than the inputs for each transaction.
  • user A’s asset to be transferred may be in a form of UTXO.
  • To spend (transact) the asset user A has to sign off with the private key.
  • Bitcoin is an example of a digital currency that uses UTXO model.
  • unspent outputs may be used to effect further transactions.
  • only unspent outputs may be used in further transactions to prevent double-spending and fraud.
  • Ethereum is based on the Account/Balance model (or referred to as Account-based Transaction Model) , which keeps track of the balance of each account as a global state. In a transaction, the balance of an account is checked to make sure it is larger than or equal to the spending transaction amount.
  • Account/Balance model works in ethereum:
  • Alice wants to give Bob 1 ether, so the system will first deduct 1 ether from Alice’s account, so Alice now has 4 ethers.
  • the system then increases Bob’s account by 1 ether.
  • the system knows that Bob has 2 ethers to begin with, therefore Bob’s balance is increased to 3 ethers.
  • the ethereum blockchain may be regarded as a transaction-based state machine.
  • a state machine refers to something that will read a series of inputs and, based on those inputs, will transition to a new state.
  • the blockchain e.g., ethereum blockchain
  • genesis state corresponds to the very first block (genesis block) of the blockchain.
  • activities such as transactions, contracts, and mining will continually change the “state” of the blockchain. For example, when transactions are executed, this genesis state transitions into state 1 and then to state 2 when more transactions are executed and so forth.
  • the state of ethereum has millions of transactions grouped into “blocks.
  • a block contains a series of transactions, and each block is chained together with its previous block as described earlier. To cause a transition from one state to the next, a transaction must be valid. For a transaction to be considered valid, it goes through a validation process known as mining as described earlier. Corresponding to the “transactional singleton machine with shared-state” mentioned above, the correct current state is a single global truth, which every blockchain node must accept.
  • the global state of ethereum comprises a mapping between account addresses and the account states.
  • the accounts are able to interact with one another through a message-passing framework.
  • Each account has a state associated with it and a 20-byte address.
  • An address in ethereum is a 160-bit identifier used to identify any account.
  • An externally owned account can send messages to other externally owned accounts or to other contract accounts by creating and signing a transaction using its private key. A message between two externally owned accounts is simply a value transfer.
  • the account state may comprise four components, which are present regardless of the type of account: account nonce, balance, storageRoot, and codeHash.
  • account nonce if the account is an externally owned account, this number represents the number of transactions sent from the account’s address. If the account is a contract account, the nonce is the number of contracts created by the account. Balance is the number of Wei owned by this address. There are 1e+18 Wei per Ether.
  • StorageRoot is a hash of the state root node of a Merkle Patricia tree (MPT) . This tree encodes the hash of the storage contents of this account and is empty by default.
  • CodeHash is the hash of the EVM (Ethereum Virtual Machine) code of this account. For contract accounts, this is the code that gets hashed and stored as the codeHash. For externally owned accounts, the codeHash field is the hash of the empty string.
  • Merkle Patricia tree is a type of Merkle tree (or also referred as “Merkle trie” )
  • a Merkle tree is a type state tree
  • a state tree is a type of data structure.
  • a Merkle tree is a binary tree comprising a set of nodes with: a large number of leaf nodes at the bottom of the tree that contain the underlying data, a set of intermediate nodes each of which is the hash of its two child nodes, and a single state root node, also formed from the hash of its two child node, representing the top of the tree.
  • the data at the bottom of the tree is generated by splitting the to-be-stored data into chunks, then splitting the chunks into buckets, and then taking the hash of each bucket and repeating the same process until the total number of hashes remaining becomes only one: the root hash.
  • This tree is required to have a key for every value stored inside it. Beginning from the state root node of the tree, the key should indicate which child node to follow to get to the corresponding value, which is stored in the leaf nodes.
  • the key/value mapping for the state tree is between addresses and their associated accounts, including the balance, nonce, codeHash, and storageRoot for each account (where the storageRoot is itself a tree) . This same tree structure is used also to store transactions and receipts.
  • every block has a “header” which stores the hashes of the state root nodes of three different Merkle tree structures, including: state tree, transaction tree, receipt tree.
  • header stores the hashes of the state root nodes of three different Merkle tree structures, including: state tree, transaction tree, receipt tree.
  • state tree is used as an example, various other trees and data structures can be used in the disclosed systems and methods.
  • FIG. 2 illustrates two blocks (block N and block N+1) in an exemplary blockchain and corresponding state trees, according to various embodiments.
  • the nodes shown in FIG. 2 may refer to nodes in data structures, as opposed to Node 1, Node A, and the like which are devices known as blockchain nodes.
  • each block contains the hash of the previous block, creating the chain of blocks.
  • the state root node in block N (and any block) contains a summary of the state of all the accounts (external and contracts) in the entire blockchain system.
  • the state root node may be represented by a root hash.
  • Each block may store the root hash and the state tree may be obtained by querying a database based on the root hash, and the block may not have to store the entire state tree.
  • account A is one of the accounts participated in transactions, and account A can be found at a certain location under the state root node of block N.
  • the block N is the latest node of the blockchain.
  • an addition of 5 ethers to account A is shown by the newly computed hashes (in the state tree of the block N+1) that lead up to the new state root node of the block N+1, while other child nodes are mapped from the previous block.
  • the account balance of account A is updated to 15 ethers at the same node location under the state root node.
  • the MPT structure now shows its utility, because it allows for the quick calculation of the state tree root after a change without the need to compute the entire tree.
  • each blockchain node in the system As a part of validating a mined block before including it in the blockchain, must independently run through the new transactions and computations (if some of these transactions are directed at contracts) , update the individual states of all accounts, and arrive at the same end result.
  • Another benefit of using a Merkle Patricia tree is that the state root node of this structure is cryptographically dependent on the data stored in the tree, and so the hash of the state root node can be used as a secure identity for this data.
  • Every function (put, modify, and delete) performed on a tree in ethereum utilizes a deterministic cryptographic hash. Since the block header includes the root hashes of the state, transactions, and receipts trees, any blockchain node can validate a small part of state of ethereum without needing to store the entire state, which can be potentially unbounded in size.
  • the unique cryptographic hash of a tree’s state root node can be used as evidence that the tree has not been tampered with. Further, updating the tree is efficient. For instance, if a blockchain node wants to add, modify, or delete a leaf, the blockchain node can modify the leaf and then update every node on the path from it to the tree’s root without having to changing related portions of paths in the same tree.
  • Transaction execution is achieved by updating the state tree. If the execution succeeds, the state tree update is submitted, and no further change is made. If the execution fails, the state tree reverts back to the original state before the execution.
  • FIG. 3A illustrates exemplary steps 300 for parallel-processing blockchain transactions, in accordance with various embodiments.
  • the steps 300 may be implemented by one or more components (e.g., node A, node 1, a combination of node A and node 1, node 2, node i) of the system 100 of FIG. 1.
  • FIG. 3B illustrates an exemplary merge of two copies of state tree, in accordance with various embodiments.
  • the operations presented below are intended to be illustrative. Depending on the implementation, the exemplary steps may include additional, fewer, or alternative steps performed in various orders or in parallel.
  • multiple candidate transactions may be submitted for mining.
  • the candidate transactions may be stored in a pool database.
  • the candidate transactions may be grouped into various independent groups (e.g., transaction groups G1, G2, ..., GN) . “Independent” may indicate that the groups do not interfere with one another.
  • any two or more of the candidate transactions each involving at least one common transaction account may be grouped under the same (transaction) group, and any two or more of the candidate transactions that do not involve any common transaction account may be grouped under different (transaction) groups.
  • A sends something to B
  • B sends something to C
  • D sends something to E
  • the transactions between A and B and between B and C can be grouped together under a first group since B is the common transaction account involved in both transactions
  • the transaction between D and E can be put in a second group since C and D are not involved in either of the two transactions in the first group.
  • copies of at least a portion of the state tree of the current block may be created.
  • the state tree of the current block may be denoted as T0, and the copies may be denoted as T1, T2, ..., TN.
  • the number of copies may correspond to the number of independent groups. For example, copies of the root hash of the state tree may be created, and through querying a database based on the copies of the root hash, copies of the state tree may be obtained.
  • the independent groups may be respectively associated with the copies.
  • G1 is associated with T1 to have (G1, T2) .
  • (G2, T2) ... (GN, TN) may be obtained.
  • transactions in each independent group Gi are executed based on the associated copy Ti.
  • the associated copy of state tree is updated for the group.
  • the corresponding copy of the state tree is updated (for successful transaction) or reverted to the original state (for failed transaction) .
  • a parent node can be updated based on its child nodes.
  • the background of the same copy darkens to indicate the completion of transaction executions.
  • the update may be applied to lower level nodes and not to upper level nodes (see FIG. 2 for the different levels of nodes) .
  • the lower level nodes may capture account changes such as any addition, deletion, and modification to the account, and changes within the accounts, such as balance changes.
  • the upper level nodes leading to the state root node may be updated at the next step. For example, referring to FIG. 3B, G1 is associated with copy 1, and G2 is associated with copy 2.
  • FIG. 3B shows copy 1 and copy 2 with their the state tree copies updated based on G1 and G2 respectively. Darkened cells represent nodes that have been updated in transaction executions.
  • node K1, node K2, and state root nodes are upper level nodes that may not need to update until the merge step.
  • account B has been updated from 350 to 300, and account A has not been updated.
  • account A has been updated from 10 to 15, and account B has not been updated.
  • the update at the leaf node can propagate upwards to update the nodes above.
  • the copies 1 and 2 are merged to obtain the merged state tree in the next step 306. In the merged state tree, the updates to account A and account B are combined. Further, updates to the upper level nodes can be propagated as K1 updates to K3, K2 updates K4, and the state root node updates to the new state root node.
  • the upper level nodes including the state root nodes of the copies may be updated, and the upper level nodes may be updated again during the next merge step.
  • the state tree copies of the copy 1 and copy 2 may be updated based on G1 and G2 respectively all the way to the state root node, obtaining updated state root node 1 for copy 1 and updated state root node 2 for copy 2.
  • the updated state root node 1 and updated state root node 2 (and similar updated state root nodes when there are more transaction groups) can be used in the next step to obtain their respective leaf nodes by querying a database and then combine the leaf nodes and propagate upwards to obtain a new state root node.
  • the updated copies of the state tree are merged to a new state tree T0.
  • nodes e.g., leaf nodes and/or intermediate nodes
  • the state tree T0 e.g., updating an old node value, adding a new node/account, deleting an old node/account
  • the merge does not change the updates performed at the step 305.
  • the leaf nodes may propagate upwards to obtain parent nodes and so forth until reaching the new state root node.
  • the upper level nodes may be updated to generate the state root node of the next block to add to the blockchain.
  • the entire new state tree can also be obtained by querying a database based on the new state root node. Since the state tree is an MPT, the state root node is determined based on the node values and irrelevant to the order of the data update. As long as the grouping is correct, the state root node of the next block can be obtained accurately and quickly.
  • FIG. 4 illustrates a flowchart of an exemplary method 400 for detecting replay attack, according to various embodiments.
  • the method 400 may be implemented by one or more components (e.g., node A, node 1, a combination of node A and node 1, node 2, node i) of the system 100 of FIG. 1.
  • the method 400 may be implemented by one or more blockchain nodes.
  • the method 400 may be implemented by a system or device (e.g., computer, server) .
  • the system or device may comprise one or more processors and one or more non-transitory computer-readable storage media (e.g., one or more memories) coupled to the one or more processors and configured with instructions executable by the one or more processors to cause the system or device (e.g., the processor) to perform the method 400.
  • the operations of method 400 presented below are intended to be illustrative. Depending on the implementation, the exemplary method 400 may include additional, fewer, or alternative steps performed in various orders or in parallel.
  • Block 441 comprises: obtaining a plurality of candidate transactions for adding to a blockchain.
  • various lightweight nodes may submit candidate transactions to various full nodes to request verification and addition to the blockchain.
  • Block 442 comprises: grouping the candidate transactions into one or more transaction groups.
  • the one or more transaction groups are independent transaction groups.
  • grouping the candidate transactions into one or more transaction groups comprises: grouping two or more of the candidate transactions each involving at least one common transaction account under the same transaction group of the one or more transaction groups.
  • each of one or more of the independent transaction groups does not comprise a candidate transaction that is affected by another candidate transaction in another independent transaction group.
  • any two candidate transactions each involving the same transaction account may be grouped under the same transaction group.
  • grouping the candidate transactions into one or more transaction groups comprises: grouping two or more of the candidate transactions that do not involve any common transaction account under different transaction groups of the one or more transaction groups.
  • each of one or more of the independent transaction groups does not comprise two candidate transactions that involve completely different transaction accounts.
  • any two candidate transactions involving completely different transaction accounts may be grouped under different transaction groups.
  • Block 443 comprises: creating one or more copies of at least a portion of a data structure (e.g., state tree) of a latest block of the blockchain.
  • the data structure may comprise a state tree or another similar data structure.
  • the portion of the data structure may comprise a state root node of a state tree or comprise lower level nodes of a state tree.
  • a state root node may be used to represent the state tree.
  • Intermediate and leaf nodes of the state tree can be obtained by querying a database based on the state root node.
  • a copy of the data structure or of a portion of the data structure may refer to (1) a copy of state root node, (2) a copy of the state root node and another portion of the data structure, (3) a complete copy of the data structure, etc.
  • the blockchain is based on an Account/Balance Model; and the data structure comprises a Merkle Patricia tree comprising a single state root node stored in the latest block and a plurality of intermediate nodes and leaf nodes not stored in the latest block.
  • Block 444 comprises: associating the one or more transaction groups respectively with the one or more copies of the data structure (e.g., state tree) .
  • the transaction groups may be respectively associated with the copies of the state root node of the latest block.
  • the complete copies state tree can be obtained by querying the database.
  • Block 445 comprises: executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure (e.g., state tree) .
  • the associated copies of the data structure e.g., state tree
  • executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure comprises: executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure in parallel.
  • executing the candidate transactions in the corresponding transaction groups comprises: executing the candidate transactions in the corresponding transaction groups by a multi-core processor. That is, the transaction groups may be processed in parallel, for example, by the multi-core processor. Each core may be delegated to process one transaction group. Processing each transaction group may comprise processing the candidate transactions in the transaction group by updating the associated copy of the data structure. Thus, processing the transaction groups in parallel can significantly increase the overall processing speed.
  • updating the associated copies of the data structure comprises: updating a balance of a transaction account in one of the associated copies of the data structure, removing the transaction account, and/or adding a new transaction account.
  • the update may comprise various other changes to the various data structure nodes disclosed herein.
  • Block 446 comprises: merging the updated copies of the data structure to obtain at least a portion of a new data structure (e.g., a new state tree) of a new block to add to the blockchain.
  • the portion of the new data structure may comprise a new state root node.
  • the obtained new data structure has a new state root node to include in the new block for adding to the blockchain.
  • merging the updated copies of the data structure comprises: updating at least the portion of the data structure of the latest block of the blockchain by combining and incorporating at least a portion of the updates made in the updated copies of the data structure.
  • the changes to the various copies of the data structure may be merged to generate at least a portion of a new data structure.
  • Optional block 447 comprises: adding the new block to the blockchain.
  • the portion of the new data structure comprises a new state root node, and the new block comprises the new state root node.
  • FIG. 5 illustrates a block diagram of a system 510 for executing blockchain contracts, in accordance with some embodiments.
  • the system 510 e.g., a computer system
  • the system 510 may be an example of an implementation of node 1, node 2, node A, node B, or a similar device, or a combination of any of the nodes and an additional device (e.g., node 1 and node A) .
  • the method 400 may be implemented by the system 510.
  • the system 510 may comprise one or more processors and one or more non-transitory computer-readable storage media (e.g., one or more memories) coupled to the one or more processors and configured with instructions executable by the one or more processors to cause the system or device (e.g., the processor) to perform the methods and operations described above, e.g., the method 400.
  • the system 510 may comprise various units/modules corresponding to the instructions (e.g., software instructions) .
  • the system 510 may be referred to as an apparatus for parallel-processing blockchain transactions.
  • the apparatus may comprise an obtaining module 511 for obtaining a plurality of candidate transactions for adding to a blockchain; a grouping module 512 for grouping the candidate transactions into one or more transaction groups; a creating module 513 for creating one or more copies of at least a portion of a data structure of a latest block of the blockchain; an associating module 514 for associating the one or more transaction groups respectively with the one or more copies of the data structure; an executing module 515 for executing the candidate transactions in each of the transaction groups and updating the associated copies of the data structure; and a merging module 516 for merging the updated copies of the data structure to obtain at least a portion of a new data structure of a new block to add to the blockchain.
  • the apparatus may further comprise an adding module 517 for adding the new block to the blockchain, wherein the portion of the new data structure comprises a new state root node, and the new block comprises the new state root node.
  • the techniques described herein are implemented by one or more special-purpose computing devices.
  • the special-purpose computing devices may be desktop computer systems, server computer systems, portable computer systems, handheld devices, networking devices or any other device or combination of devices that incorporate hard-wired and/or program logic to implement the techniques.
  • the special-purpose computing devices may be implemented as personal computers, laptops, cellular phones, camera phones, smart phones, personal digital assistants, media players, navigation devices, email devices, game consoles, tablet computers, wearable devices, or a combination thereof.
  • Computing device (s) are generally controlled and coordinated by operating system software.
  • GUI graphical user interface
  • the various systems, apparatuses, storage media, modules, and units described herein may be implemented in the special-purpose computing devices, or one or more computing chips of the one or more special-purpose computing devices.
  • the instructions described herein may be implemented in a virtual machine on the special-purpose computing device. When executed, the instructions may cause the special-purpose computing device to perform various methods described herein.
  • the virtual machine may include a software, hardware, or a combination thereof.
  • FIG. 6 is a block diagram that illustrates a computer system 600 upon which any of the embodiments described herein may be implemented.
  • the system 600 may perform any of the methods described herein (e.g., the method 400) .
  • the system 600 may be implemented in any of the systems described herein (e.g., the system 100 or 510) .
  • the system 600 may be implemented in any of the nodes described herein and configured to perform corresponding steps for parallel-processing blockchain transactions.
  • the computer system 600 includes a bus 602 or other communication mechanism for communicating information, one or more hardware processor (s) 604 coupled with bus 602 for processing information.
  • Hardware processor (s) 604 may be, for example, one or more general purpose microprocessors.
  • the computer system 600 also includes a main memory 606, such as a random access memory (RAM) , cache and/or other dynamic storage devices, coupled to bus 602 for storing information and instructions executable by processor (s) 604.
  • Main memory 606 also may be used for storing temporary variables or other intermediate information during execution of instructions executable by processor (s) 604.
  • Such instructions when stored in storage media accessible to processor (s) 604, render computer system 600 into a special-purpose machine that is customized to perform the operations specified in the instructions.
  • the computer system 600 further includes a read only memory (ROM) 608 or other static storage device coupled to bus 602 for storing static information and instructions for processor (s) 604.
  • ROM read only memory
  • a storage device 610 such as a magnetic disk, optical disk, or USB thumb drive (Flash drive) , etc., is provided and coupled to bus 602 for storing information and instructions.
  • the computer system 600 may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 600 to be a special-purpose machine. According to one embodiment, the operations, methods, and processes described herein are performed by computer system 600 in response to processor (s) 604 executing one or more sequences of one or more instructions contained in main memory 606. Such instructions may be read into main memory 606 from another storage medium, such as storage device 610. Execution of the sequences of instructions contained in main memory 606 causes processor (s) 604 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions.
  • the main memory 606, the ROM 608, and/or the storage 610 may include non-transitory storage media.
  • non-transitory media, ” and similar terms, as used herein refers to media that store data and/or instructions that cause a machine to operate in a specific fashion, the media excludes transitory signals.
  • Such non-transitory media may comprise non-volatile media and/or volatile media.
  • Non-volatile media includes, for example, optical or magnetic disks, such as storage device 610.
  • Volatile media includes dynamic memory, such as main memory 606.
  • non-transitory media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge, and networked versions of the same.
  • the computer system 600 also includes a network interface 618 coupled to bus 602.
  • Network interface 618 provides a two-way data communication coupling to one or more network links that are connected to one or more local networks.
  • network interface 618 may be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line.
  • ISDN integrated services digital network
  • network interface 618 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN (or WAN component to communicated with a WAN) .
  • LAN local area network
  • Wireless links may also be implemented.
  • network interface 618 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • the computer system 600 can send messages and receive data, including program code, through the network (s) , network link and network interface 618.
  • a server might transmit a requested code for an application program through the Internet, the ISP, the local network and the network interface 618.
  • the received code may be executed by processor (s) 604 as it is received, and/or stored in storage device 610, or other non-volatile storage for later execution.
  • processors may be temporarily configured (e.g., by software) or permanently configured to perform the relevant operations.
  • processors may constitute processor-implemented engines that operate to perform one or more operations or functions described herein.
  • the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware.
  • a particular processor or processors being an example of hardware.
  • the operations of a method may be performed by one or more processors or processor-implemented engines.
  • the one or more processors may also operate to support performance of the relevant operations in a “cloud computing” environment or as a “software as a service” (SaaS) .
  • SaaS software as a service
  • at least some of the operations may be performed by a group of computers (as examples of machines including processors) , with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an Application Program Interface (API) ) .
  • API Application Program Interface
  • processors may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines.
  • the processors or processor-implemented engines may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm) . In other embodiments, the processors or processor-implemented engines may be distributed across a number of geographic locations.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Accounting & Taxation (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Software Systems (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Engineering & Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Power Engineering (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
EP19732219.1A 2019-03-28 2019-03-28 System und verfahren zur parallelverarbeitung von blockkettentransaktionen Ceased EP3610450A4 (de)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/080036 WO2019120320A2 (en) 2019-03-28 2019-03-28 System and method for parallel-processing blockchain transactions

Publications (2)

Publication Number Publication Date
EP3610450A2 true EP3610450A2 (de) 2020-02-19
EP3610450A4 EP3610450A4 (de) 2020-06-10

Family

ID=66994287

Family Applications (1)

Application Number Title Priority Date Filing Date
EP19732219.1A Ceased EP3610450A4 (de) 2019-03-28 2019-03-28 System und verfahren zur parallelverarbeitung von blockkettentransaktionen

Country Status (10)

Country Link
US (2) US11310032B2 (de)
EP (1) EP3610450A4 (de)
JP (1) JP6955026B2 (de)
KR (1) KR102315473B1 (de)
CN (1) CN110869967B (de)
AU (1) AU2019204722B2 (de)
CA (1) CA3055108C (de)
SG (1) SG11201908294TA (de)
TW (1) TWI721699B (de)
WO (1) WO2019120320A2 (de)

Families Citing this family (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3679683A4 (de) * 2017-09-08 2021-08-25 Uledger, Inc. Systeme und verfahren zur bereitstellung unveränderlicher aufzeichnungen
MX2020003931A (es) * 2017-10-04 2020-10-12 Algorand Inc Contratos inteligentes declarativos.
WO2020042150A1 (zh) * 2018-08-31 2020-03-05 重庆小雨点小额贷款有限公司 区块链系统、信息共享方法及相关设备
EP3619668B1 (de) 2019-04-12 2023-12-20 Advanced New Technologies Co., Ltd. Durchführung der parallelen ausführung von transaktionen in einem verteilten kontensystem
JP6827564B2 (ja) 2019-04-12 2021-02-10 アドバンスド ニュー テクノロジーズ カンパニー リミテッド 分散型台帳システムにおけるトランザクションのパラレル実行の実施
CN111767337B (zh) * 2019-05-24 2024-04-05 北京沃东天骏信息技术有限公司 区块的验证方法、装置及设备
US10764062B2 (en) * 2019-06-03 2020-09-01 Alibaba Group Holding Limited Blockchain ledger compression
CN111837115A (zh) * 2019-07-11 2020-10-27 创新先进技术有限公司 共享的区块链数据存储
EP3673620B8 (de) 2019-07-11 2022-02-16 Advanced New Technologies Co., Ltd. Gemeinsame blockchain-datenspeicherung
SG11202002017YA (en) 2019-07-11 2020-04-29 Alibaba Group Holding Ltd Shared blockchain data storage
CN110445627B (zh) * 2019-08-12 2021-10-26 腾讯科技(深圳)有限公司 群组更新方法、装置、计算机设备以及计算机存储介质
US10992459B2 (en) * 2019-08-30 2021-04-27 Advanced New Technologies Co., Ltd. Updating a state Merkle tree
US10990879B2 (en) * 2019-09-06 2021-04-27 Digital Asset Capital, Inc. Graph expansion and outcome determination for graph-defined program states
CN110599169B (zh) * 2019-09-16 2021-03-26 腾讯科技(深圳)有限公司 数据处理方法、装置、终端及介质
JP2021057887A (ja) * 2019-09-29 2021-04-08 工藤 健司 データ構造
KR102335058B1 (ko) * 2019-11-19 2021-12-06 한양대학교 산학협력단 상호 의존성을 가지는 병렬 트랜잭션들을 선형화하는 방법, 이를 이용하는 블록체인 노드 및 프로그램
US11520776B1 (en) * 2020-02-11 2022-12-06 Two Six Labs, LLC Consensus protocol for blockchain structure
CN111343177B (zh) * 2020-02-25 2022-11-29 百度在线网络技术(北京)有限公司 轻量级节点的监管方法、装置、设备和介质
WO2021184325A1 (en) * 2020-03-19 2021-09-23 Wang Chau Tyler Kot Ethereum state data storage optimization method, ethereum system and storage medium
CN111432009B (zh) * 2020-03-30 2023-04-07 深圳壹账通智能科技有限公司 一种区块链数据的同步方法、装置及电子设备、存储介质
CN111506783B (zh) * 2020-04-08 2023-12-22 百度在线网络技术(北京)有限公司 区块链中事务请求处理方法、装置、设备和介质
SG11202102371QA (en) * 2020-04-15 2021-04-29 Alipay Hangzhou Inf Tech Co Ltd Distributed blockchain data storage under account model
WO2020143853A2 (en) 2020-04-20 2020-07-16 Alipay (Hangzhou) Information Technology Co., Ltd. Distributed blockchain data storage under account model
CN111640020B (zh) * 2020-05-22 2023-09-19 百度在线网络技术(北京)有限公司 区块链中事务请求处理方法、装置、设备和介质
CN111651790B (zh) * 2020-06-11 2023-04-11 上海分布信息科技有限公司 一种开放区块链中隐私信息的保护方法及系统
CN111861744A (zh) * 2020-06-30 2020-10-30 上海简苏网络科技有限公司 一种实现区块链交易并行化的方法及区块链节点
US11563559B2 (en) 2020-07-29 2023-01-24 International Business Machines Corporation Parallel processing of blockchain procedures
CN111935315B (zh) * 2020-09-25 2021-01-12 支付宝(杭州)信息技术有限公司 区块同步方法及装置
KR102473672B1 (ko) * 2020-10-20 2022-12-02 주식회사 커먼컴퓨터 트리 구조의 상태 데이터베이스를 포함하는 블록체인에 대한 상태 관리 방법 및 시스템
KR102378377B1 (ko) * 2020-11-13 2022-03-24 고려대학교 산학협력단 스마트 컨트랙트 내의 취약 트랜잭션 시퀀스 획득 장치 및 방법
CN113077344B (zh) * 2021-04-15 2023-06-30 恒生电子股份有限公司 基于区块链的交易方法、装置、电子设备及存储介质
CN113256417B (zh) * 2021-05-14 2022-07-12 杭州链网科技有限公司 一种基于交易共享的共识出块方法及系统
CN113592639B (zh) * 2021-05-21 2023-10-13 上海简苏网络科技有限公司 一种区块链交易删除方法及系统
KR102309503B1 (ko) * 2021-05-28 2021-10-07 주식회사 바스스토어 블록체인을 이용한 트랜잭션 방법, 노드 장치 및 컴퓨터 판독 가능한 기록 매체
US11790353B2 (en) * 2021-06-16 2023-10-17 Song Hwan KIM System and method for online/offline payment with virtual currency for nodes included in mobile-based blockchain distributed network
CN113704917A (zh) * 2021-08-27 2021-11-26 清华大学 基于本体的机械产品数字孪生模型演化管理方法及装置
US11936794B2 (en) * 2021-09-16 2024-03-19 Masterard International Incorporated Method and system for parallel processing of smart contracts in permissioned blockchains
US11854009B2 (en) * 2021-10-07 2023-12-26 Chia Network Inc. Method for pooling in a proof-of-space-based blockchain via singletons
CN114500433B (zh) * 2022-01-21 2024-04-19 北京送好运信息技术有限公司 基于区块链与默克尔树的多邮件数据保全方法
GB2615598A (en) * 2022-02-15 2023-08-16 Nchain Licensing Ag Attesting to a set of unconsumed transaction outputs

Family Cites Families (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9594644B2 (en) * 2014-09-19 2017-03-14 Sybase, Inc. Converting a serial transaction schedule to a parallel transaction schedule
US10193696B2 (en) 2015-06-02 2019-01-29 ALTR Solutions, Inc. Using a tree structure to segment and distribute records across one or more decentralized, acylic graphs of cryptographic hash pointers
US10075298B2 (en) 2015-06-02 2018-09-11 ALTR Solutions, Inc. Generation of hash values within a blockchain
US10089489B2 (en) 2015-06-02 2018-10-02 ALTR Solutions, Inc. Transparent client application to arbitrate data storage between mutable and immutable data repositories
US10042782B2 (en) 2015-06-02 2018-08-07 ALTR Solutions, Inc. Immutable datastore for low-latency reading and writing of large data sets
US10114970B2 (en) 2015-06-02 2018-10-30 ALTR Solutions, Inc. Immutable logging of access requests to distributed file systems
US9881176B2 (en) 2015-06-02 2018-01-30 ALTR Solutions, Inc. Fragmenting data for the purposes of persistent storage across multiple immutable data structures
US10121019B2 (en) 2015-06-02 2018-11-06 ALTR Solutions, Inc. Storing differentials of files in a distributed blockchain
US10366247B2 (en) 2015-06-02 2019-07-30 ALTR Solutions, Inc. Replacing distinct data in a relational database with a distinct reference to that data and distinct de-referencing of database data
CN108701325B (zh) * 2015-12-21 2022-11-22 星茶瓦公司 自调节交易系统以及用于该系统的方法
US10255108B2 (en) * 2016-01-26 2019-04-09 International Business Machines Corporation Parallel execution of blockchain transactions
KR101735708B1 (ko) 2016-02-02 2017-05-15 주식회사 코인플러그 파일에 대한 노터리 서비스를 제공하고 상기 노터리 서비스를 사용하여 기록된 파일에 대한 검증을 수행하는 방법 및 서버
US10417217B2 (en) 2016-08-05 2019-09-17 Chicago Mercantile Exchange Inc. Systems and methods for blockchain rule synchronization
CN106330431A (zh) 2016-08-29 2017-01-11 北京瑞卓喜投科技发展有限公司 基于区块链技术的数据处理方法、装置及系统
US11196623B2 (en) 2016-12-30 2021-12-07 Intel Corporation Data packaging protocols for communications between IoT devices
WO2018144302A1 (en) 2017-01-31 2018-08-09 Rush Thomas Jay Blockchain data-processing engine
US20180247191A1 (en) 2017-02-03 2018-08-30 Milestone Entertainment Llc Architectures, systems and methods for program defined entertainment state system, decentralized cryptocurrency system and system with segregated secure functions and public functions
CN106980649B (zh) * 2017-02-28 2020-07-10 创新先进技术有限公司 写入区块链业务数据的方法和装置及业务子集合确定方法
US10762479B2 (en) * 2017-04-05 2020-09-01 Samsung Sds Co., Ltd. Method and system for processing blockchain-based real-time transaction
US11481360B2 (en) 2017-04-07 2022-10-25 Hwa-Shang CHANG Blockchain network and method of operation thereof
CN111247547A (zh) 2017-05-26 2020-06-05 区块链控股有限公司 基于脚本的区块链交互
US11030331B2 (en) * 2017-06-01 2021-06-08 Schvey, Inc. Distributed privately subspaced blockchain data structures with secure access restriction management
EP3631742A4 (de) * 2017-06-01 2020-09-30 Etoro Group Ltd. Intelligenter vertrag für kopierhandel
CN109146677B (zh) * 2017-06-14 2021-07-23 深圳区块链金融服务有限公司 并行构建区块链视图的方法、计算机系统和可读存储介质
CN107423961A (zh) * 2017-07-11 2017-12-01 北京泛融科技有限公司 一种基于随机相关性分析的优化共识方法
US10761877B2 (en) 2017-07-21 2020-09-01 Intel Corporation Apparatuses, methods, and systems for blockchain transaction acceleration
US20190065593A1 (en) 2017-08-28 2019-02-28 Forward Blockchain, LLC Distributed Ledger Registry System
US10938567B2 (en) * 2017-09-12 2021-03-02 Kadena Llc Parallel-chain architecture for blockchain systems
CN107678865A (zh) * 2017-09-20 2018-02-09 中国银行股份有限公司 基于交易分组的区块链的验证方法以及系统
CN108846659B (zh) * 2018-06-13 2021-09-14 深圳前海微众银行股份有限公司 基于区块链的转账方法、装置及存储介质
US11070360B2 (en) * 2018-08-13 2021-07-20 International Business Machines Corporation Parallel transaction validation and block generation in a blockchain
CN108932348B (zh) 2018-08-16 2020-06-30 北京京东尚科信息技术有限公司 区块链的合并处理方法、装置、区块链节点及存储介质

Also Published As

Publication number Publication date
EP3610450A4 (de) 2020-06-10
CN110869967B (zh) 2024-04-16
TWI721699B (zh) 2021-03-11
SG11201908294TA (en) 2019-10-30
KR102315473B1 (ko) 2021-10-21
AU2019204722A1 (en) 2019-06-27
US10700852B2 (en) 2020-06-30
CA3055108C (en) 2021-10-05
JP6955026B2 (ja) 2021-10-27
WO2019120320A2 (en) 2019-06-27
US20200044824A1 (en) 2020-02-06
KR20200116011A (ko) 2020-10-08
CN110869967A (zh) 2020-03-06
US20200145197A1 (en) 2020-05-07
US11310032B2 (en) 2022-04-19
TW202037108A (zh) 2020-10-01
CA3055108A1 (en) 2019-06-27
AU2019204722B2 (en) 2020-10-29
WO2019120320A3 (en) 2020-02-06
JP2020519983A (ja) 2020-07-02

Similar Documents

Publication Publication Date Title
US10700852B2 (en) System and method for parallel-processing blockchain transactions
CA3040791C (en) System and method for information protection
US11973869B2 (en) Maintaining blocks of a blockchain in a partitioned blockchain network
CA3037833C (en) System and method for information protection
US20200111093A1 (en) System and method for information protection
US10892888B2 (en) System and method for information protection
AU2019101607A4 (en) System and method for parallel-processing blockchain transactions
WO2021009496A1 (en) Peer-to-peer network and method
AU2019101581A4 (en) System and method for information protection

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20190923

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

R17D Deferred search report published (corrected)

Effective date: 20200206

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

A4 Supplementary search report drawn up and despatched

Effective date: 20200513

RIC1 Information provided on ipc code assigned before grant

Ipc: H04L 9/32 20060101ALI20200507BHEP

Ipc: G06F 9/50 20060101ALI20200507BHEP

Ipc: G06Q 40/04 20120101AFI20200507BHEP

Ipc: G06Q 20/06 20120101ALI20200507BHEP

17Q First examination report despatched

Effective date: 20200526

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ADVANCED NEW TECHNOLOGIES CO., LTD.

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ALIBABA GROUP HOLDING LIMITED

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ADVANCED NEW TECHNOLOGIES CO., LTD.

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
REG Reference to a national code

Ref country code: DE

Ref legal event code: R003

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20230407