WO2021139533A1 - Method for sending consensus transaction, and device and storage medium - Google Patents

Method for sending consensus transaction, and device and storage medium Download PDF

Info

Publication number
WO2021139533A1
WO2021139533A1 PCT/CN2020/138870 CN2020138870W WO2021139533A1 WO 2021139533 A1 WO2021139533 A1 WO 2021139533A1 CN 2020138870 W CN2020138870 W CN 2020138870W WO 2021139533 A1 WO2021139533 A1 WO 2021139533A1
Authority
WO
WIPO (PCT)
Prior art keywords
parachain
block
consensus
transaction
main chain
Prior art date
Application number
PCT/CN2020/138870
Other languages
French (fr)
Chinese (zh)
Inventor
马登极
王志文
吴思进
Original Assignee
江苏复杂美科技有限公司
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 江苏复杂美科技有限公司 filed Critical 江苏复杂美科技有限公司
Publication of WO2021139533A1 publication Critical patent/WO2021139533A1/en

Links

Images

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

Definitions

  • This application relates to the field of blockchain technology, and specifically relates to a consensus transaction sending method, device, and storage medium.
  • the authorized node of the parachain needs to generate a consensus transaction for each parachain block and send the consensus transaction to the main chain for consensus.
  • the consensus transaction requires the authorized node to spend a fee. After the parachain consensus is opened, it cannot jump.
  • the consensus must be continued from the previous consensus height, that is, if the block (100_ping) fails to reach a consensus, the block (101_ping) cannot be agreed, and the parachain consensus mechanism is not flexible enough.
  • the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains.
  • the main chain nodes and parachain nodes do not verify the high continuity of the parachain consensus when executing the consensus transactions of the parachains.
  • the above method includes :
  • the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
  • the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains.
  • the main chain nodes and parachain nodes do not verify the high continuity of the parachain consensus when executing the consensus transactions of the parachains.
  • the method is suitable for The authorized nodes of the parachain include:
  • the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
  • the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
  • the present invention also provides a device that includes one or more processors and a memory, where the memory contains instructions executable by the one or more processors to make the one or more processors execute each of the processors according to the present invention.
  • the consensus transaction sending method provided by the embodiment.
  • the present invention also provides a storage medium storing a computer program that enables the computer to execute the consensus transaction sending method provided according to each embodiment of the present invention.
  • the consensus transaction sending method, device, and storage medium provided by many embodiments of the present invention generate the first parachain block by synchronizing each parachain transaction of the current parachain from the first main chain block; judging whether the first parachain block is in the Whether there is a cross-chain transaction: yes, the first consensus transaction is generated based on the first parachain block and sent to the main chain node; if not, the first consensus transaction is not generated, which reduces the total handling fee for sending consensus transactions. And strengthen the flexibility of the parachain consensus mechanism.
  • FIG. 1 is a flowchart of a method for sending a consensus transaction according to an embodiment of the present invention.
  • FIG. 2 is a flowchart of another method for sending a consensus transaction according to an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of a device provided by an embodiment of the present invention.
  • the parachain consensus mechanism has two main uses. The first is to ensure that the execution results of the parachain nodes of the same parachain are consistent with the consensus results, and the inconsistent parachain nodes will stop running; the second is to ensure that the authorized nodes of the parachain are in the main
  • the consensus results of the chain are consistent to complete cross-chain transactions and realize the cross-chain transfer of assets between the parachain and the main chain.
  • the parachain consensus cannot jump after the parachain consensus is opened.
  • the consensus must be continued from the previous consensus height, that is, the parachain consensus mechanism must maintain continuity.
  • the main chain node receives the block In the (101_ping) consensus transaction, if the consensus transaction of the block (100_ping) on the main chain has not been successful, the consensus transaction of the block (101_ping) cannot be reached.
  • the parachain consensus mechanism of the main chain-parachain does not need to guarantee continuity.
  • the consensus transaction of the block (100_ping) on the main chain is successful, the consensus transaction of the block (200_ping) can be directly processed , The middle block (101_ping) ⁇ block (199_ping) do not need to have a consensus.
  • FIG. 1 is a flowchart of a method for sending a consensus transaction according to an embodiment of the present invention.
  • the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains.
  • the main chain nodes and parachain nodes do not verify the parachain consensus when executing the parachain consensus transactions.
  • High degree of continuity, the above methods include:
  • S12 Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block
  • step S16 generate a first consensus transaction according to the first parachain block and send it to the main chain node;
  • step S18 do not generate the first consensus transaction.
  • step S12 the authorized node synchronizes tx1, tx2, and tx3 from the first main chain block to generate the first parachain block;
  • step S14 the authorized node determines whether there is a cross-chain transaction in the first parachain block:
  • step S16 If there are cross-chain transactions in tx1, tx2, and tx3, the authorized node performs step S16: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
  • step S18 the first consensus transaction is not generated.
  • the foregoing embodiment reduces the total handling fee for sending consensus transactions and strengthens the flexibility of the parachain consensus mechanism.
  • the first consensus transaction is used by the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain: if not, write the first consensus transaction on the main chain on.
  • the first consensus transaction is executed according to the existing main chain-parachain mechanism.
  • the main chain node can also be configured according to actual needs to determine that the height of the parachain block of the first consensus transaction is not greater than the consensus height of the parachain recorded on the main chain, for example, it is configured to delete the first Consensus transactions can achieve the same technical effect.
  • FIG. 2 is a flowchart of another method for sending a consensus transaction according to an embodiment of the present invention.
  • the present invention provides another consensus transaction sending method suitable for authorized nodes of parachains.
  • the main chain nodes and parachain nodes do not verify the parachains when executing the consensus transactions of the parachains.
  • a high degree of continuity of consensus, the above methods include:
  • S21 Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block
  • step S23 generate a first consensus transaction according to the first parachain block and send it to the main chain node;
  • step S24 determine whether the block height of the first parachain block meets the pre-configured consensus transaction sending rule:
  • step S25 generate a first consensus transaction according to the first parachain block and send it to the main chain node;
  • step S26 do not generate the first consensus transaction.
  • step S21 the authorized node synchronizes tx1, tx2, and tx3 from the first main chain block to generate the first parachain block;
  • step S22 the authorized node determines whether there is a cross-chain transaction in the first parachain block:
  • step S23 If there are cross-chain transactions in tx1, tx2, and tx3, the authorized node performs step S23: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
  • step S24 Determine whether the remainder of the block height of the first parachain block and the pre-configured first value is 0:
  • step S25 generating a first consensus transaction according to the first parachain block and sending it to the main chain node;
  • step S26 not generating the first consensus transaction.
  • judging whether the block height of the first parachain block meets the pre-configured consensus transaction sending rules can also be configured according to actual needs, for example, it is configured to determine whether the block height of the first parachain block is equal to Whether the remainder of the pre-configured first value is 1, the same technical effect can be achieved.
  • the foregoing embodiment reduces the total handling fee for sending consensus transactions and strengthens the flexibility of the parachain consensus mechanism.
  • judging whether the block height of the first parachain block meets the pre-configured consensus transaction sending rule includes judging whether the remainder of the block height of the first parachain block and the pre-configured first value is zero.
  • the first consensus transaction is used by the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain: if not, write the first consensus transaction on the main chain on.
  • the first consensus transaction is executed according to the existing main chain-parachain mechanism.
  • the main chain node can also be configured according to actual needs to determine that the height of the parachain block of the first consensus transaction is not greater than the consensus height of the parachain recorded on the main chain, for example, it is configured to delete the first Consensus transactions can achieve the same technical effect.
  • FIG. 3 is a schematic structural diagram of a device provided by an embodiment of the present invention.
  • the present application also provides a device 300, including one or more central processing units (CPU) 301, which can be based on a program stored in a read-only memory (ROM) 302 or The program loaded from the storage section 308 into the random access memory (RAM) 303 executes various appropriate actions and processing.
  • ROM read-only memory
  • RAM random access memory
  • various programs and data required for the operation of the device 300 are also stored.
  • the CPU301, the ROM302, and the RAM303 are connected to each other through a bus 304.
  • An input/output (I/O) interface 305 is also connected to the bus 304.
  • the following components are connected to the I/O interface 305: an input part 306 including a keyboard, a mouse, etc.; an output part 307 including a cathode ray tube (CRT), a liquid crystal display (LCD), etc., and speakers, etc.; a storage part 308 including a hard disk, etc. ; And a communication section 309 including a network interface card such as a LAN card, a modem, and the like. The communication section 309 performs communication processing via a network such as the Internet.
  • the driver 310 is also connected to the I/O interface 305 as needed.
  • a removable medium 311, such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, etc., is installed on the drive 310 as needed, so that the computer program read from it is installed into the storage section 308 as needed.
  • the consensus transaction sending method described in any of the above embodiments can be implemented as a computer software program.
  • an embodiment of the present disclosure includes a computer program product, which includes a computer program tangibly embodied on a machine-readable medium, the computer program including program code for executing a consensus transaction sending method.
  • the computer program may be downloaded and installed from the network through the communication part 309, and/or installed from the removable medium 311.
  • the present application also provides a computer-readable storage medium.
  • the computer-readable storage medium may be the computer-readable storage medium included in the device of the above-mentioned embodiment;
  • the computer-readable storage medium stores one or more programs, and the programs are used by one or more processors to execute the consensus transaction sending method described in this application.
  • each block in the flowchart or block diagram may represent a module, program segment, or part of code, and the module, program segment, or part of code contains one or more for realizing the specified logical function Executable instructions.
  • the functions marked in the block may also occur in a different order from the order marked in the drawings. For example, two blocks shown one after the other may actually be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending on the functions involved.
  • each block in the block diagram and/or flowchart, and the combination of the blocks in the block diagram and/or flowchart can be implemented by a dedicated hardware-based system that performs the specified functions or operations Or it can be realized by a combination of dedicated hardware and computer instructions.
  • the units or modules involved in the embodiments described in the present application can be implemented in software or hardware.
  • the described units or modules may also be arranged in the processor.
  • each of the described units may be a software program arranged in a computer or a mobile smart device, or may be a separately configured hardware device.
  • the names of these units or modules do not constitute a limitation on the units or modules themselves under certain circumstances.

Landscapes

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

Abstract

A method for sending a consensus transaction, and a device and a storage medium, relating to the technical field of blockchains, etc. The method comprises: synchronizing, from a first main chain block, various parallel chain transactions of the current parallel chain, to generate a first parallel chain block (S12); determining whether there is a cross-chain transaction in the first parallel chain block (S14); if so, generating a first consensus transaction according to the first parallel chain block, and sending same to a main chain node (S16); and if not, not generating a first consensus transaction (S18). The method reduces the total service charge for sending the consensus transaction and enhances the flexibility of a parallel chain consensus mechanism.

Description

共识交易发送方法、设备和存储介质Consensus transaction sending method, equipment and storage medium 技术领域Technical field
本申请涉及区块链技术领域,具体涉及一种共识交易发送方法、设备和存储介质。This application relates to the field of blockchain technology, and specifically relates to a consensus transaction sending method, device, and storage medium.
背景技术Background technique
现有的主链-平行链机制中,平行链的授权节点需要对每个平行链区块生成共识交易,并将共识交易发送到主链进行共识,共识交易需要授权节点花费手续费,同时一旦平行链共识开启后就不能跳跃,必须从上一次共识高度继续共识,即若block(100_平)未能共识成功时,无法对block(101_平)进行共识,平行链共识机制不够灵活。In the existing main chain-parachain mechanism, the authorized node of the parachain needs to generate a consensus transaction for each parachain block and send the consensus transaction to the main chain for consensus. The consensus transaction requires the authorized node to spend a fee. After the parachain consensus is opened, it cannot jump. The consensus must be continued from the previous consensus height, that is, if the block (100_ping) fails to reach a consensus, the block (101_ping) cannot be agreed, and the parachain consensus mechanism is not flexible enough.
发明内容Summary of the invention
鉴于现有技术中的上述缺陷或不足,期望提供一种手续费低、灵活性强的共识交易发送方法、设备和存储介质。In view of the above-mentioned shortcomings or deficiencies in the prior art, it is desirable to provide a consensus transaction sending method, device and storage medium with low handling fee and strong flexibility.
第一方面,本发明提供一种适用于平行链的授权节点的共识交易发送方法,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,上述方法包括:In the first aspect, the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains. The main chain nodes and parachain nodes do not verify the high continuity of the parachain consensus when executing the consensus transactions of the parachains. The above method includes :
从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
判断第一平行链区块中是否存在跨链交易:Determine whether there is a cross-chain transaction in the first parachain block:
是,则根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
否,则不生成第一共识交易。Otherwise, the first consensus transaction will not be generated.
第二方面,本发明提供一种适用于平行链的授权节点的共识交易发送方法,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,方法适用于平行链的授权节点,方法包括:In the second aspect, the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains. The main chain nodes and parachain nodes do not verify the high continuity of the parachain consensus when executing the consensus transactions of the parachains. The method is suitable for The authorized nodes of the parachain include:
从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
判断第一平行链区块中是否存在跨链交易:Determine whether there is a cross-chain transaction in the first parachain block:
是,则根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
否,则判断第一平行链区块的区块高度是否符合预配置的共识交易发送规则:If not, judge whether the block height of the first parachain block meets the pre-configured consensus transaction sending rules:
是,则根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, the first consensus transaction is generated according to the first parachain block and sent to the main chain node;
否,则不生成第一共识交易。Otherwise, the first consensus transaction will not be generated.
第三方面,本发明还提供一种设备,包括一个或多个处理器和存储器,其中存储器包含可由该一个或多个处理器执行的指令以使得该一个或多个处理器执行根据本发明各实施例提供的共识交易发送方法。In a third aspect, the present invention also provides a device that includes one or more processors and a memory, where the memory contains instructions executable by the one or more processors to make the one or more processors execute each of the processors according to the present invention. The consensus transaction sending method provided by the embodiment.
第四方面,本发明还提供一种存储有计算机程序的存储介质,该计算机程序使计算机执行根据本发明各实施例提供的共识交易发送方法。In a fourth aspect, the present invention also provides a storage medium storing a computer program that enables the computer to execute the consensus transaction sending method provided according to each embodiment of the present invention.
本发明诸多实施例提供的共识交易发送方法、设备和存储介质通过从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;判断第一平行链区块中是否存在跨链交易:是,则根据第一平行链区块生成第一共识交易并发送至主链节点;否,则不生成第一共识交易的方法,降低了发送共识交易的总手续费,并加强了平行链共识机制的灵活性。The consensus transaction sending method, device, and storage medium provided by many embodiments of the present invention generate the first parachain block by synchronizing each parachain transaction of the current parachain from the first main chain block; judging whether the first parachain block is in the Whether there is a cross-chain transaction: yes, the first consensus transaction is generated based on the first parachain block and sent to the main chain node; if not, the first consensus transaction is not generated, which reduces the total handling fee for sending consensus transactions. And strengthen the flexibility of the parachain consensus mechanism.
附图说明Description of the drawings
通过阅读参照以下附图所作的对非限制性实施例所作的详细描述,本申请的其它特征、目的和优点将会变得更明显:By reading the detailed description of the non-limiting embodiments with reference to the following drawings, other features, purposes and advantages of the present application will become more apparent:
图1为本发明一实施例提供的一种共识交易发送方法的流程图。FIG. 1 is a flowchart of a method for sending a consensus transaction according to an embodiment of the present invention.
图2为本发明一实施例提供的另一种共识交易发送方法的流程图。FIG. 2 is a flowchart of another method for sending a consensus transaction according to an embodiment of the present invention.
图3为本发明一实施例提供的一种设备的结构示意图。FIG. 3 is a schematic structural diagram of a device provided by an embodiment of the present invention.
具体实施方式Detailed ways
下面结合附图和实施例对本申请作进一步的详细说明。可以理解的是,此处所描述的具体实施例仅仅用于解释相关发明,而非对该发明的限定。另外还需要说明的是,为了便于描述,附图中仅示出了与发明相关的部分。The application will be further described in detail below with reference to the drawings and embodiments. It can be understood that the specific embodiments described here are only used to explain the related invention, but not to limit the invention. In addition, it should be noted that, for ease of description, only the parts related to the invention are shown in the drawings.
需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来详细说明本申请。It should be noted that the embodiments in the application and the features in the embodiments can be combined with each other if there is no conflict. Hereinafter, the application will be described in detail with reference to the drawings and in conjunction with the embodiments.
平行链共识机制主要有两个用途,第一是保证同一平行链的各平行链节点的执行结果和共识结果一致,不一致的平行链节点将停止运行;第二是保证平行链的授权节点在主链的共识结果一致以完成跨链交易,实现平行链与主链资产的跨链转移。The parachain consensus mechanism has two main uses. The first is to ensure that the execution results of the parachain nodes of the same parachain are consistent with the consensus results, and the inconsistent parachain nodes will stop running; the second is to ensure that the authorized nodes of the parachain are in the main The consensus results of the chain are consistent to complete cross-chain transactions and realize the cross-chain transfer of assets between the parachain and the main chain.
在现有的主链-平行链的平行链共识机制中,平行链共识开启后就不能跳跃,必须从上一次共识高度继续共识,即平行链共识机制必须保持连续性,当主链节点收到block(101_平)的共识交易时,若主链上block(100_平)的共识交易还未能共识成功时,无法对block(101_平)的共识交易进行共识。In the existing main chain-parachain parachain consensus mechanism, the parachain consensus cannot jump after the parachain consensus is opened. The consensus must be continued from the previous consensus height, that is, the parachain consensus mechanism must maintain continuity. When the main chain node receives the block In the (101_ping) consensus transaction, if the consensus transaction of the block (100_ping) on the main chain has not been successful, the consensus transaction of the block (101_ping) cannot be reached.
在跨链交易发送不频繁、平行链侧的平行链共识的及时性要求不高的情况下,上述平行链共识机制十分不灵活,且需要花费较多的手续费。In the case that cross-chain transactions are not frequently sent and the timeliness of the parachain consensus on the parachain side is not high, the above-mentioned parachain consensus mechanism is very inflexible and requires a lot of fees.
在本申请中,主链-平行链的平行链共识机制无需保证连续性,例如,主链上block(100_平)的共识交易共识成功后,可以直接处理block(200_平)的共识交易,中间的block(101_平)~block(199_平)可以不必共识。In this application, the parachain consensus mechanism of the main chain-parachain does not need to guarantee continuity. For example, after the consensus transaction of the block (100_ping) on the main chain is successful, the consensus transaction of the block (200_ping) can be directly processed , The middle block (101_ping) ~ block (199_ping) do not need to have a consensus.
图1为本发明一实施例提供的一种共识交易发送方法的流程图。如图1所示,在本实施例中,本发明提供一种适用于平行链的授权节点的共识交易发送方法,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,上述方法包括:FIG. 1 is a flowchart of a method for sending a consensus transaction according to an embodiment of the present invention. As shown in Figure 1, in this embodiment, the present invention provides a consensus transaction sending method suitable for authorized nodes of parachains. The main chain nodes and parachain nodes do not verify the parachain consensus when executing the parachain consensus transactions. High degree of continuity, the above methods include:
S12:从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;S12: Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
S14:判断第一平行链区块中是否存在跨链交易:S14: Determine whether there is a cross-chain transaction in the first parachain block:
是,则执行步骤S16:根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, perform step S16: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
否,则执行步骤S18:不生成第一共识交易。If not, perform step S18: do not generate the first consensus transaction.
具体地,假设第一主链区块中有当前平行链的平行链交易tx1、tx2、tx3;Specifically, assume that there are current parachain transactions tx1, tx2, and tx3 in the first main chain block;
在步骤S12中,授权节点从第一主链区块同步tx1、tx2、tx3以生成第一平行链区块;In step S12, the authorized node synchronizes tx1, tx2, and tx3 from the first main chain block to generate the first parachain block;
在步骤S14中,授权节点判断第一平行链区块是否存在跨链交易:In step S14, the authorized node determines whether there is a cross-chain transaction in the first parachain block:
若tx1、tx2、tx3中存在跨链交易,授权节点则执行步骤S16:根据第一平行链区块生成第一共识交易并发送至主链节点;If there are cross-chain transactions in tx1, tx2, and tx3, the authorized node performs step S16: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
若tx1、tx2、tx3中不存在跨链交易,授权节点则执行步骤S18:不生成第一共识交易。If there is no cross-chain transaction in tx1, tx2, and tx3, the authorized node executes step S18: the first consensus transaction is not generated.
上述实施例降低了发送共识交易的总手续费,并加强了平行链共识机制的灵活性。The foregoing embodiment reduces the total handling fee for sending consensus transactions and strengthens the flexibility of the parachain consensus mechanism.
优选地,第一共识交易用于供主链节点判断第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度:否,则将第一共识交易写在主链上。Preferably, the first consensus transaction is used by the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain: if not, write the first consensus transaction on the main chain on.
当第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度时,按照现有的主链-平行链机制执行第一共识交易。When the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain, the first consensus transaction is executed according to the existing main chain-parachain mechanism.
在更多实施例中,还可以根据实际需求配置主链节点判断第一共识交易的平行链区块高度不大于主链上所记录的平行链的共识高度的机制,例如,配置为删除第一共识交易,可实现相同的技术效果。In more embodiments, the main chain node can also be configured according to actual needs to determine that the height of the parachain block of the first consensus transaction is not greater than the consensus height of the parachain recorded on the main chain, for example, it is configured to delete the first Consensus transactions can achieve the same technical effect.
图2为本发明一实施例提供的另一种共识交易发送方法的流程图。如图2所示,在本实施例中,本发明提供另一种适用于平行链的授权节点的共识交易发送方法,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,上述方法包括:FIG. 2 is a flowchart of another method for sending a consensus transaction according to an embodiment of the present invention. As shown in Figure 2, in this embodiment, the present invention provides another consensus transaction sending method suitable for authorized nodes of parachains. The main chain nodes and parachain nodes do not verify the parachains when executing the consensus transactions of the parachains. A high degree of continuity of consensus, the above methods include:
S21:从第一主链区块同步当前平行链的各平行链交易以生成第一 平行链区块;S21: Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
S22:判断第一平行链区块中是否存在跨链交易:S22: Determine whether there is a cross-chain transaction in the first parachain block:
是,则执行步骤S23:根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, perform step S23: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
否,则执行步骤S24:判断第一平行链区块的区块高度是否符合预配置的共识交易发送规则:If not, perform step S24: determine whether the block height of the first parachain block meets the pre-configured consensus transaction sending rule:
是,则执行步骤S25:根据第一平行链区块生成第一共识交易并发送至主链节点;If yes, perform step S25: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
否,则执行步骤S26:不生成第一共识交易。If not, perform step S26: do not generate the first consensus transaction.
具体地,假设第一主链区块中有当前平行链的平行链交易tx1、tx2、tx3,将判断第一平行链区块的区块高度是否符合预配置的共识交易发送规则配置为判断第一平行链区块的区块高度与预配置的第一数值的余数是否为0;Specifically, assuming that there are current parachain transactions tx1, tx2, and tx3 in the first main chain block, it is configured to determine whether the block height of the first parachain block meets the pre-configured consensus transaction sending rules. Whether the remainder of the block height of a parachain block and the pre-configured first value is 0;
在步骤S21中,授权节点从第一主链区块同步tx1、tx2、tx3以生成第一平行链区块;In step S21, the authorized node synchronizes tx1, tx2, and tx3 from the first main chain block to generate the first parachain block;
在步骤S22中,授权节点判断第一平行链区块是否存在跨链交易:In step S22, the authorized node determines whether there is a cross-chain transaction in the first parachain block:
若tx1、tx2、tx3中存在跨链交易,授权节点则执行步骤S23:根据第一平行链区块生成第一共识交易并发送至主链节点;If there are cross-chain transactions in tx1, tx2, and tx3, the authorized node performs step S23: generate a first consensus transaction according to the first parachain block and send it to the main chain node;
若tx1、tx2、tx3中不存在跨链交易,授权节点则执行步骤S24:判断第一平行链区块的区块高度与预配置的第一数值的余数是否为0:If there is no cross-chain transaction in tx1, tx2, and tx3, the authorized node performs step S24: Determine whether the remainder of the block height of the first parachain block and the pre-configured first value is 0:
若第一平行链区块的区块高度与预配置的第一数值的余数为0,授权节点则执行步骤S25:根据第一平行链区块生成第一共识交易并发送至主链节点;If the remainder of the block height of the first parachain block and the pre-configured first value is 0, the authorized node performs step S25: generating a first consensus transaction according to the first parachain block and sending it to the main chain node;
若第一平行链区块的区块高度与预配置的第一数值的余数不为0,授权节点则执行步骤S26:不生成第一共识交易。If the remainder between the block height of the first parachain block and the pre-configured first value is not 0, the authorized node executes step S26: not generating the first consensus transaction.
在更多实施例中,判断第一平行链区块的区块高度是否符合预配置的共识交易发送规则还可以根据实际需求进行配置,例如配置为判断第一平行链区块的区块高度与预配置的第一数值的余数是否为1,可实现相同的技术效果。In more embodiments, judging whether the block height of the first parachain block meets the pre-configured consensus transaction sending rules can also be configured according to actual needs, for example, it is configured to determine whether the block height of the first parachain block is equal to Whether the remainder of the pre-configured first value is 1, the same technical effect can be achieved.
上述实施例降低了发送共识交易的总手续费,并加强了平行链共识机制的灵活性。The foregoing embodiment reduces the total handling fee for sending consensus transactions and strengthens the flexibility of the parachain consensus mechanism.
优选地,判断第一平行链区块的区块高度是否符合预配置的共识交易发送规则包括判断第一平行链区块的区块高度与预配置的第一数值的余数是否为0。Preferably, judging whether the block height of the first parachain block meets the pre-configured consensus transaction sending rule includes judging whether the remainder of the block height of the first parachain block and the pre-configured first value is zero.
上述实施例的共识交易发送原理可参考图2所示的方法,此处不再赘述。For the consensus transaction sending principle of the foregoing embodiment, reference may be made to the method shown in FIG.
优选地,第一共识交易用于供主链节点判断第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度:否,则将第一共识交易写在主链上。Preferably, the first consensus transaction is used by the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain: if not, write the first consensus transaction on the main chain on.
当第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度时,按照现有的主链-平行链机制执行第一共识交易。When the height of the parachain block of the first consensus transaction is greater than the consensus height of the parachain recorded on the main chain, the first consensus transaction is executed according to the existing main chain-parachain mechanism.
在更多实施例中,还可以根据实际需求配置主链节点判断第一共识交易的平行链区块高度不大于主链上所记录的平行链的共识高度的机制,例如,配置为删除第一共识交易,可实现相同的技术效果。In more embodiments, the main chain node can also be configured according to actual needs to determine that the height of the parachain block of the first consensus transaction is not greater than the consensus height of the parachain recorded on the main chain, for example, it is configured to delete the first Consensus transactions can achieve the same technical effect.
图3为本发明一实施例提供的一种设备的结构示意图。FIG. 3 is a schematic structural diagram of a device provided by an embodiment of the present invention.
如图3所示,作为另一方面,本申请还提供了一种设备300,包括一个或多个中央处理单元(CPU)301,其可以根据存储在只读存储器(ROM)302中的程序或者从存储部分308加载到随机访问存储器(RAM)303中的程序而执行各种适当的动作和处理。在RAM303中,还存储有设备300操作所需的各种程序和数据。CPU301、ROM302以及RAM303通过总线304彼此相连。输入/输出(I/O)接口305也连接至总线304。As shown in Figure 3, as another aspect, the present application also provides a device 300, including one or more central processing units (CPU) 301, which can be based on a program stored in a read-only memory (ROM) 302 or The program loaded from the storage section 308 into the random access memory (RAM) 303 executes various appropriate actions and processing. In the RAM 303, various programs and data required for the operation of the device 300 are also stored. The CPU301, the ROM302, and the RAM303 are connected to each other through a bus 304. An input/output (I/O) interface 305 is also connected to the bus 304.
以下部件连接至I/O接口305:包括键盘、鼠标等的输入部分306;包括诸如阴极射线管(CRT)、液晶显示器(LCD)等以及扬声器等的输出部分307;包括硬盘等的存储部分308;以及包括诸如LAN卡、调制解调器等的网络接口卡的通信部分309。通信部分309经由诸如因特网的网络执行通信处理。驱动器310也根据需要连接至I/O接口305。可拆卸介质311,诸如磁盘、光盘、磁光盘、半导体存储器等等,根据需要安装在驱动器310上,以便于从其上读出的计算机程序根据 需要被安装入存储部分308。The following components are connected to the I/O interface 305: an input part 306 including a keyboard, a mouse, etc.; an output part 307 including a cathode ray tube (CRT), a liquid crystal display (LCD), etc., and speakers, etc.; a storage part 308 including a hard disk, etc. ; And a communication section 309 including a network interface card such as a LAN card, a modem, and the like. The communication section 309 performs communication processing via a network such as the Internet. The driver 310 is also connected to the I/O interface 305 as needed. A removable medium 311, such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, etc., is installed on the drive 310 as needed, so that the computer program read from it is installed into the storage section 308 as needed.
特别地,根据本公开的实施例,上述任一实施例描述的共识交易发送方法可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括有形地包含在机器可读介质上的计算机程序,所述计算机程序包含用于执行共识交易发送方法的程序代码。在这样的实施例中,该计算机程序可以通过通信部分309从网络上被下载和安装,和/或从可拆卸介质311被安装。In particular, according to the embodiments of the present disclosure, the consensus transaction sending method described in any of the above embodiments can be implemented as a computer software program. For example, an embodiment of the present disclosure includes a computer program product, which includes a computer program tangibly embodied on a machine-readable medium, the computer program including program code for executing a consensus transaction sending method. In such an embodiment, the computer program may be downloaded and installed from the network through the communication part 309, and/or installed from the removable medium 311.
作为又一方面,本申请还提供了一种计算机可读存储介质,该计算机可读存储介质可以是上述实施例的装置中所包含的计算机可读存储介质;也可以是单独存在,未装配入设备中的计算机可读存储介质。计算机可读存储介质存储有一个或者一个以上程序,该程序被一个或者一个以上的处理器用来执行描述于本申请的共识交易发送方法。As yet another aspect, the present application also provides a computer-readable storage medium. The computer-readable storage medium may be the computer-readable storage medium included in the device of the above-mentioned embodiment; The computer-readable storage medium in the device. The computer-readable storage medium stores one or more programs, and the programs are used by one or more processors to execute the consensus transaction sending method described in this application.
附图中的流程图和框图,图示了按照本发明各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这根据所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以通过执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以通过专用硬件与计算机指令的组合来实现。The flowcharts and block diagrams in the drawings illustrate the possible implementation architecture, functions, and operations of the system, method, and computer program product according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagram may represent a module, program segment, or part of code, and the module, program segment, or part of code contains one or more for realizing the specified logical function Executable instructions. It should also be noted that, in some alternative implementations, the functions marked in the block may also occur in a different order from the order marked in the drawings. For example, two blocks shown one after the other may actually be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending on the functions involved. It should also be noted that each block in the block diagram and/or flowchart, and the combination of the blocks in the block diagram and/or flowchart, can be implemented by a dedicated hardware-based system that performs the specified functions or operations Or it can be realized by a combination of dedicated hardware and computer instructions.
描述于本申请实施例中所涉及到的单元或模块可以通过软件的方式实现,也可以通过硬件的方式来实现。所描述的单元或模块也可以设置在处理器中,例如,各所述单元可以是设置在计算机或移动智能设备中的软件程序,也可以是单独配置的硬件装置。其中,这些单元或模块的名称在某种情况下并不构成对该单元或模块本身的限定。The units or modules involved in the embodiments described in the present application can be implemented in software or hardware. The described units or modules may also be arranged in the processor. For example, each of the described units may be a software program arranged in a computer or a mobile smart device, or may be a separately configured hardware device. Among them, the names of these units or modules do not constitute a limitation on the units or modules themselves under certain circumstances.
以上描述仅为本申请的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本申请中所涉及的发明范围,并不限 于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离本申请构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本申请中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。The above description is only a preferred embodiment of the present application and an explanation of the applied technical principles. Those skilled in the art should understand that the scope of the invention involved in this application is not limited to the technical solutions formed by the specific combination of the above technical features, and should also cover the above technical features or technical solutions without departing from the concept of the application. Other technical solutions formed by arbitrarily combining the equivalent features. For example, the above-mentioned features and the technical features disclosed in this application (but not limited to) with similar functions are mutually replaced to form a technical solution.

Claims (7)

  1. 一种共识交易发送方法,其特征在于,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,所述方法适用于平行链的授权节点,所述方法包括:A consensus transaction sending method, characterized in that the main chain node and the parachain node do not verify the high continuity of the parachain consensus when executing the consensus transaction of the parachain. The method is suitable for the authorized nodes of the parachain. include:
    从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
    判断所述第一平行链区块中是否存在跨链交易:Determine whether there is a cross-chain transaction in the first parachain block:
    是,则根据所述第一平行链区块生成第一共识交易并发送至主链节点;If yes, generate a first consensus transaction according to the first parachain block and send it to the main chain node;
    否,则不生成所述第一共识交易。Otherwise, the first consensus transaction is not generated.
  2. 根据权利要求1所述的方法,其特征在于,所述第一共识交易用于供所述主链节点判断所述第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度:否,则将所述第一共识交易写在主链上。The method according to claim 1, wherein the first consensus transaction is used for the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than the parachain recorded on the main chain The consensus height of: No, write the first consensus transaction on the main chain.
  3. 一种共识交易发送方法,其特征在于,主链节点和平行链节点在执行平行链的共识交易时不验证平行链共识高度的连续性,所述方法适用于平行链的授权节点,所述方法包括:A consensus transaction sending method, characterized in that the main chain node and the parachain node do not verify the high continuity of the parachain consensus when executing the consensus transaction of the parachain. The method is suitable for the authorized nodes of the parachain. include:
    从第一主链区块同步当前平行链的各平行链交易以生成第一平行链区块;Synchronize each parachain transaction of the current parachain from the first main chain block to generate the first parachain block;
    判断所述第一平行链区块中是否存在跨链交易:Determine whether there is a cross-chain transaction in the first parachain block:
    是,则根据所述第一平行链区块生成第一共识交易并发送至主链节点;If yes, generate a first consensus transaction according to the first parachain block and send it to the main chain node;
    否,则判断所述第一平行链区块的区块高度是否符合预配置的共识交易发送规则:If no, judge whether the block height of the first parachain block meets the pre-configured consensus transaction sending rules:
    是,则根据所述第一平行链区块生成第一共识交易并发送至主链节点;If yes, generate a first consensus transaction according to the first parachain block and send it to the main chain node;
    否,则不生成所述第一共识交易。Otherwise, the first consensus transaction is not generated.
  4. 根据权利要求3所述的方法,其特征在于,所述判断所述第一平行链区块的区块高度是否符合预配置的共识交易发送规则包括:The method according to claim 3, wherein the judging whether the block height of the first parachain block complies with a pre-configured consensus transaction sending rule comprises:
    判断所述第一平行链区块的区块高度与预配置的第一数值的余数是否为0。It is determined whether the remainder of the block height of the first parachain block and the pre-configured first value is 0.
  5. 根据权利要求3或4所述的方法,其特征在于,所述第一共识交易用于供所述主链节点判断所述第一共识交易的平行链区块高度是否大于主链上所记录的平行链的共识高度:否,则将所述第一共识交易写在主链上。The method according to claim 3 or 4, wherein the first consensus transaction is used for the main chain node to determine whether the height of the parachain block of the first consensus transaction is greater than that recorded on the main chain Consensus height of the parachain: No, write the first consensus transaction on the main chain.
  6. 一种设备,其特征在于,所述设备包括:A device, characterized in that the device includes:
    一个或多个处理器;One or more processors;
    存储器,用于存储一个或多个程序,Memory, used to store one or more programs,
    当所述一个或多个程序被所述一个或多个处理器执行时,使得所述一个或多个处理器执行如权利要求1-5中任一项所述的方法。When the one or more programs are executed by the one or more processors, the one or more processors are caused to execute the method according to any one of claims 1-5.
  7. 一种存储有计算机程序的存储介质,其特征在于,该程序被处理器执行时实现如权利要求1-5中任一项所述的方法。A storage medium storing a computer program, characterized in that, when the program is executed by a processor, the method according to any one of claims 1-5 is implemented.
PCT/CN2020/138870 2020-01-12 2020-12-24 Method for sending consensus transaction, and device and storage medium WO2021139533A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010028955.3 2020-01-12
CN202010028955.3A CN111242780A (en) 2020-01-12 2020-01-12 Method, device and storage medium for sending consensus transaction

Publications (1)

Publication Number Publication Date
WO2021139533A1 true WO2021139533A1 (en) 2021-07-15

Family

ID=70866109

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/138870 WO2021139533A1 (en) 2020-01-12 2020-12-24 Method for sending consensus transaction, and device and storage medium

Country Status (2)

Country Link
CN (1) CN111242780A (en)
WO (1) WO2021139533A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111242780A (en) * 2020-01-12 2020-06-05 杭州复杂美科技有限公司 Method, device and storage medium for sending consensus transaction
CN112733202B (en) * 2021-01-11 2022-09-13 杭州复杂美科技有限公司 Parallel chain supervision consensus method, computer device and storage medium
CN112839091B (en) * 2021-01-11 2022-06-24 杭州复杂美科技有限公司 Block generation method, computer device and storage medium
CN112819625B (en) * 2021-02-01 2023-11-28 杭州复杂美科技有限公司 Parallel chain arbitration consensus method, computer device, and storage medium
CN112948495B (en) * 2021-03-05 2022-05-24 杭州复杂美科技有限公司 Parallel chain constant block output method, computer device and storage medium
CN113110934A (en) * 2021-04-09 2021-07-13 杭州复杂美科技有限公司 Parallel chain block generation method, computer device, and storage medium
CN114827167B (en) * 2022-03-03 2023-10-17 杭州复杂美科技有限公司 Node selection and transaction transmission method, device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107909369A (en) * 2017-10-13 2018-04-13 布比(北京)网络技术有限公司 Based on the common recognition method, apparatus merchandised across chain and storage medium
CN108805704A (en) * 2018-05-16 2018-11-13 深圳市网心科技有限公司 Block chain service implementation method, audiomonitor, storage medium and system
CN109831514A (en) * 2019-03-02 2019-05-31 杭州复杂美科技有限公司 Parallel chain common recognition method, data exception processing method, equipment and storage medium
US20190296915A1 (en) * 2017-08-05 2019-09-26 Proclus Technologies Limited Method and System for Implementing Automatic Transaction Rebroadcasting for Transient Blockchains
CN110659988A (en) * 2019-09-10 2020-01-07 杭州秘猿科技有限公司 Parallel processing method and device for block chain consensus and execution and electronic equipment
CN111242780A (en) * 2020-01-12 2020-06-05 杭州复杂美科技有限公司 Method, device and storage medium for sending consensus transaction

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819582A (en) * 2016-09-14 2018-03-20 陈新 Intelligent block chain interacted system
CN107301536B (en) * 2017-06-12 2019-07-12 腾讯科技(深圳)有限公司 Resource transfers method and device
US20190354518A1 (en) * 2018-05-01 2019-11-21 Michael Zochowski Chain mesh network for decentralized transaction systems
US11030217B2 (en) * 2018-05-01 2021-06-08 International Business Machines Corporation Blockchain implementing cross-chain transactions
US20200013027A1 (en) * 2018-07-06 2020-01-09 Decentralized Finance Labs, Inc. Hybrid proof of work and proof of stake consensus to reduce circulating tokens in a blockchain system
CN110210972B (en) * 2019-05-31 2021-04-13 杭州复杂美科技有限公司 Method, device and storage medium for sending consensus transaction
CN110298756B (en) * 2019-06-28 2022-12-20 杭州复杂美科技有限公司 Parallel chain self-consensus method, device and storage medium
CN110287263B (en) * 2019-06-28 2021-03-16 杭州复杂美科技有限公司 Parallel chain self-consensus method, device and storage medium
CN110443708B (en) * 2019-07-29 2022-03-04 杭州复杂美科技有限公司 Parallel chain transaction method, device and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190296915A1 (en) * 2017-08-05 2019-09-26 Proclus Technologies Limited Method and System for Implementing Automatic Transaction Rebroadcasting for Transient Blockchains
CN107909369A (en) * 2017-10-13 2018-04-13 布比(北京)网络技术有限公司 Based on the common recognition method, apparatus merchandised across chain and storage medium
CN108805704A (en) * 2018-05-16 2018-11-13 深圳市网心科技有限公司 Block chain service implementation method, audiomonitor, storage medium and system
CN109831514A (en) * 2019-03-02 2019-05-31 杭州复杂美科技有限公司 Parallel chain common recognition method, data exception processing method, equipment and storage medium
CN110659988A (en) * 2019-09-10 2020-01-07 杭州秘猿科技有限公司 Parallel processing method and device for block chain consensus and execution and electronic equipment
CN111242780A (en) * 2020-01-12 2020-06-05 杭州复杂美科技有限公司 Method, device and storage medium for sending consensus transaction

Also Published As

Publication number Publication date
CN111242780A (en) 2020-06-05

Similar Documents

Publication Publication Date Title
WO2021139533A1 (en) Method for sending consensus transaction, and device and storage medium
WO2020043047A1 (en) Method and device for reaching consensus in parachain, and storage medium
WO2020192316A1 (en) Data storage method, data rollback method, device and storage medium
US20220094698A1 (en) Cross-blockchain interaction systems
US20210326813A1 (en) Parallel Chain Cross-Chain Transaction Method, Device and Storage Medium
WO2020177537A1 (en) Parallel chain consensus method, data exception processing method, device and storage medium
US20220253458A1 (en) Method and device for synchronizing node data
WO2018214898A1 (en) Method and device for writing service data in block chain system
WO2021139534A1 (en) Segment-based consensus method, apparatus, and storage medium
CN109377365B (en) Asset transfer method, device and storage medium
CN110443708B (en) Parallel chain transaction method, device and storage medium
CN105208135B (en) A kind of document transmission method and equipment
WO2021147935A1 (en) Log playback method and apparatus
US8843527B2 (en) Fast predicate table scans using single instruction, multiple data architecture
WO2022121347A1 (en) Transaction execution method, and device and storage medium
WO2021179736A1 (en) Method for pre-storing and deducting service charge, device, and storage medium
WO2021017693A1 (en) Method for asset transfer between parachains, and device and storage medium
WO2022012563A1 (en) Neural network data processing method, apparatus and device, and storage medium
Chaparala et al. Liftchain: A scalable multi-stage nft transaction protocol
WO2021179737A1 (en) Private data chaining method, device, and storage medium
CN112435123A (en) Transaction method, system and storage medium based on isomorphic multi-chain system
WO2022021768A1 (en) Parallel chain transaction group execution method, and device and storage medium
US20230014233A1 (en) Serverless Application Function Execution
CN112733202B (en) Parallel chain supervision consensus method, computer device and storage medium
CN111290733B (en) Settlement method, apparatus and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20912108

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20912108

Country of ref document: EP

Kind code of ref document: A1