CN113204597B - Method, equipment and storage medium for horizontal extension of block chain executor - Google Patents

Method, equipment and storage medium for horizontal extension of block chain executor Download PDF

Info

Publication number
CN113204597B
CN113204597B CN202110488442.5A CN202110488442A CN113204597B CN 113204597 B CN113204597 B CN 113204597B CN 202110488442 A CN202110488442 A CN 202110488442A CN 113204597 B CN113204597 B CN 113204597B
Authority
CN
China
Prior art keywords
transaction
independent execution
execution unit
condition
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110488442.5A
Other languages
Chinese (zh)
Other versions
CN113204597A (en
Inventor
何正军
王志文
吴思进
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Fuzamei Technology Co Ltd
Original Assignee
Hangzhou Fuzamei Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Fuzamei Technology Co Ltd filed Critical Hangzhou Fuzamei Technology Co Ltd
Priority to CN202110488442.5A priority Critical patent/CN113204597B/en
Publication of CN113204597A publication Critical patent/CN113204597A/en
Application granted granted Critical
Publication of CN113204597B publication Critical patent/CN113204597B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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
    • 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

Abstract

The invention discloses a method, equipment and a storage medium for horizontally expanding a blockchain executor, belonging to the technical field of information.

Description

Method, equipment and storage medium for horizontal extension of block chain executor
Technical Field
The present invention relates to the field of information technologies, and in particular, to a method, an apparatus, and a storage medium for horizontal extension of a blockchain executor.
Background
The blockchain is essentially a decentralized database, which is a sequence of related blocks generated by cryptography, each block containing information about the transactions over the network over a period of time. A network constructed using the blockchain technique may be referred to as a blockchain network, where the blockchain network includes a plurality of blockchain nodes, and any blockchain node may correspond to at least one blockchain, and any blockchain may include at least one block. Blocks (blocks) of different heights are connected by chains (chain), and the most important operations in block chain transactions are transaction validity verification (Auth), Consensus verification (Consensus) and contract execution.
Smart contracts (smartcontacts) are a computer protocol intended to propagate, verify or execute contracts in an informative way, which allows trusted transactions without third parties. The goal of smart contracts is to provide a secure method over traditional contracts and to reduce other transaction costs associated with the contracts.
Chain33 is an open-source, intelligent contract-enabled, common blockchain platform in which various types of contract transactions can be performed, including evm, coins, token, trade, privacy, and so forth. Under normal conditions, if the transaction is not in the peak period, the blockchain system usually does not need to accelerate the transaction processing, so as to promote the TPS of the whole system, and during the peak period of the transaction, the transaction volume of one or more types of transactions is often extremely large, so that the processing capacity of the system is insufficient, at this time, if the related hardware is deployed according to the most heavy condition of the transaction pressure in the peak period, so as to promote the performance of the system, the system does not need to use such high performance most of the time, so as to cause serious resource waste.
Therefore, there is a need for a method for horizontally expanding a blockchain executor, which is suitable for horizontally expanding the transaction processing capacity of a blockchain system without occupying the original hardware resources of the blockchain during the peak transaction, so as to effectively cope with the temporary processing pressure of the peak transaction.
Disclosure of Invention
Objects of the invention
In view of the above technical problems, the present invention provides a method, a device and a storage medium for horizontally expanding a blockchain executor, which can horizontally expand the transaction processing capability of a blockchain system without occupying the original hardware resources of the blockchain, so that the method, the device and the storage medium can effectively cope with the temporary processing pressure from the transaction peak.
Second, technical scheme
In order to solve the technical problems, the technical scheme provided by the invention is as follows:
in a first aspect, a method for horizontally expanding a blockchain executor is applicable to a blockchain system, where the blockchain system includes multiple independent execution units, where the independent execution units include executable files of a contract transaction executor, and are used to independently perform transaction execution services on an expansion server, and the independent execution units have several types, and the types of the independent execution units correspond to the types of contract transactions supported by the blockchain system one to one;
the method comprises the following steps:
the transaction pool monitors the conditions of transaction and packaging blocks in the pool;
judging whether each transaction type in the transaction pool meets the condition of horizontal expansion according to a trigger mechanism: if yes, recording the transaction type meeting the condition;
starting a deployment service module, wherein the deployment service module is used for deploying an independent execution unit on an expansion server;
the deployment service module determines an expansion server for deploying the independent execution unit;
deploying an independent execution unit corresponding to the transaction type meeting the condition on an expansion server;
and the independent execution unit of the deployment service module runs on the extension server.
Preferably, after running on the extension server, the independent execution unit further includes: and when the transaction type meeting the condition does not meet the condition of the trigger mechanism any more, stopping running and releasing the independent execution unit corresponding to the transaction type meeting the condition, and recovering the extended server.
Preferably, the trigger mechanism includes: and when the transaction total amount exceeds a set transaction amount threshold value A, and the transaction amount of a certain transaction type single block in the packaging block with the set percentage B continuously exceeds a block transaction amount threshold value C, the transaction type is regarded as the transaction type meeting the condition.
Preferably, before running on the extension server, the independent execution unit further includes: the service deployment module acquires the GRPC address of the blockchain node needing the horizontal expansion service and the latest block height after the completion of the horizontal expansion service.
Preferably, the deployment service module comprises a synchronization unit for synchronizing the tiles from the nodes of the blockchain system to the deployment service module.
In a second aspect, a computer device, one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any one of the first aspect and its preferred aspects.
In a third aspect, a storage medium stores a computer program which, when executed by a processor, implements a method as set forth in any one of the first aspect and its preferred embodiments.
Third, beneficial effect
Compared with the prior art, the technical scheme provided by the invention has the following beneficial effects:
1. the processing capacity of the block chain system can be expanded flexibly, level expansion is carried out on high-frequency transactions in a transaction peak period, temporary processing pressure of the transaction peak can be effectively handled, and the resource utilization rate when the transaction pressure is normal can be guaranteed.
2. By acquiring the latest block height after execution is completed and packaging and injecting the latest database data into the database for deploying the independent execution unit, the independent execution unit can directly execute the transaction without remote synchronization.
Drawings
Fig. 1 is a schematic flow chart of a method provided in embodiment 1 of the present invention;
fig. 2 is a schematic flow chart of a method according to embodiment 2 of the present invention;
fig. 3 is a schematic structural diagram of an apparatus provided in embodiment 3 of the present invention.
Detailed Description
For a further understanding of the present invention, reference will now be made in detail to the embodiments illustrated in the drawings.
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the present invention are shown in the drawings.
The terms first, second, and the like in the present invention are provided for convenience of describing the technical solution of the present invention, and have no specific limiting effect, but are all generic terms, and do not limit the technical solution of the present invention. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Example 1
As shown in fig. 1, a method for horizontally expanding a blockchain executor is applicable to a blockchain system, where the blockchain system includes a plurality of independent execution units, where the independent execution units include executable files of a contract transaction executor, and the independent execution units are used to independently perform transaction execution services on an expansion server, and the independent execution units have several types, and the types of the independent execution units correspond to the types of contract transactions supported by the blockchain system one to one;
the method comprises the following steps:
the transaction pool monitors the conditions of transaction and packaging blocks in the pool;
judging whether each transaction type in the transaction pool meets the condition of horizontal extension according to a triggering mechanism: if yes, recording the transaction type meeting the condition;
starting a deployment service module, wherein the deployment service module is used for deploying an independent execution unit on an expansion server;
the deployment service module determines an expansion server for deploying the independent execution unit;
the deployment service module deploys the independent execution unit corresponding to the transaction type meeting the condition on the expansion server;
the independent execution unit runs on the extension server.
In the application, different contract executor execution functions are packaged and compiled into independent processes, namely independent execution units, so that independent deployment can be realized and the independent deployment can be served for a block chain main process. When the condition of a certain transaction type meets the trigger mechanism condition, horizontal expansion can be triggered, namely, the service deployment module deploys the independent execution unit corresponding to the transaction type meeting the condition on the expansion server, the independent execution unit operates on the expansion server independently and executes corresponding block chain transaction to improve the transaction processing capacity of the block chain system, the service deployment module selects a proper expansion server, such as an applied cloud server and the like, the expansion server is accessed to the block chain system, the independent execution unit is deployed on the expansion server to enable the independent execution unit to operate on the expansion server, and the block chain system can execute the corresponding type of transaction to be executed in the block chain through the independent execution unit to realize horizontal expansion.
Example 2
As shown in fig. 2, a method for horizontally expanding a blockchain executor is applicable to a blockchain system, where the blockchain system includes a plurality of independent execution units, where the independent execution units include executable files of a contract transaction executor, and the independent execution units are used for independently conducting transaction execution services on an expansion server, and the independent execution units have several types, and the types of the independent execution units correspond to the types of contract transactions supported by the blockchain system one to one;
the method comprises the following steps:
the transaction pool monitors the conditions of transaction and packaging blocks in the pool;
judging whether each transaction type in the transaction pool meets the condition of horizontal extension according to a triggering mechanism: if yes, recording the transaction type meeting the condition;
starting a deployment service module, wherein the deployment service module is used for deploying an independent execution unit on an expansion server;
the deployment service module determines an expansion server for deploying the independent execution unit;
the deployment service module deploys the independent execution unit corresponding to the transaction type meeting the condition on the expansion server;
the deployment service module acquires a GRPC address of a block chain node needing horizontal expansion service and the latest block height which is already executed; the independent execution unit can feed back the result of the transaction execution to the value block link node through the GRPC service, so that the GRPC address of the block link node is needed; and the latest block height after the completion of the execution can be acquired and packaged from the block chain to be injected into the independent execution unit, so that the independent execution unit can execute the transaction without remotely synchronizing the block chain database, and the risk of errors is reduced.
The independent execution unit runs on the extension server;
and when the transaction type meeting the condition does not meet the condition of the trigger mechanism any more, stopping running and releasing the independent execution unit corresponding to the transaction type meeting the condition, and recovering the extended server. When the transaction type with the independent execution unit deployed does not meet the condition of the trigger mechanism any more, the independent execution unit stops running and is released, and then the expanded server is recovered, so that the block chain system does not need to occupy excessive hardware resources in the off-peak period, and the resource waste is avoided.
Further, the trigger mechanism includes: and if the transaction total amount exceeds a set transaction amount threshold value A, and the single block transaction amount of a certain transaction type in a packaging block with a set percentage B continuously exceeds a block transaction amount threshold value C, the transaction type is regarded as the transaction type meeting the condition. Specifically, in this embodiment, the set transaction amount threshold a may be 5000 transactions or 100 blocks, the set percentage B may be 60%, and the block transaction amount threshold C is 30% of the total transaction amount of the block where the transaction amount threshold C is located, and the triggering mechanism is: 1. the total number of transactions exceeds 5000 transactions or the transactions have been packed into 100 blocks; 2. in more than 60% of the blocks, the transaction amount of a certain transaction type continuously exceeds 30% of the transaction total amount of the block; when 1 and 2 are satisfied at the same time, the transaction type is regarded as the transaction type satisfying the condition.
Further, the deployment service module includes a synchronization unit for synchronizing the tiles from the nodes of the blockchain system to the deployment service module.
In the application, different contract executor execution functions are packaged and compiled into independent processes, namely independent execution units, so that independent deployment can be realized and the independent deployment can be served for a block chain main process. When the condition of a certain transaction type meets the condition of a trigger mechanism, horizontal expansion can be triggered, namely independent execution units of various types with different contract executor execution functions are deployed on an expansion server, the independent execution units independently run on the expansion server and execute block chain transaction to improve the transaction processing capacity of a block chain system, the independent execution units are released and recovered from the expansion server when the transaction execution capacity is not required to be expanded, the block chain system returns to a normal state, the expansion server is preferably a cloud server, access and recovery can be simply and conveniently realized, hardware resources such as server resources are not occupied when the transaction processing capacity is not required to be horizontally expanded, on-demand expansion is realized when required, and execution processing of the block chain system is flexibly improved.
Example 3
A computer device, the device comprising: one or more processors; memory for storing one or more programs that, when executed by the one or more processors, cause the one or more processors to perform the method of embodiment 1 or embodiment 2.
A storage medium storing a computer program which, when executed by a processor, implements the method as described in the above embodiments.
Fig. 3 is a schematic structural diagram of an apparatus provided in this embodiment.
As shown in fig. 3, as another aspect, the present application also provides an apparatus 500 including one or more Central Processing Units (CPUs) 501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data necessary for the operation of the apparatus 500 are also stored. The CPU501, ROM502, and RAM503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication via a network such as the internet, and the processing driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments disclosed in the present application, the method described in the above embodiment 1 may be implemented as a computer software program. For example, embodiments disclosed herein include a computer program product comprising a computer program tangibly embodied on a machine-readable medium, the computer program comprising program code for performing the method described in any of the embodiments above. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511.
As still another aspect, the present application also provides a computer-readable storage medium, which may be the computer-readable storage medium included in the apparatus of the above embodiment; or it may be a separate computer readable storage medium not incorporated into the device. The computer readable storage medium stores one or more programs for use by one or more processors in performing the methods described herein.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules described in the embodiments of the present application may be implemented by software or hardware. The described units or modules may also be provided in a processor, for example, each of the described units may be a software program provided in a computer or a mobile intelligent device, or may be a separately configured hardware device. Wherein the designation of a unit or module does not in some way constitute a limitation of the unit or module itself.
The above description is only a preferred embodiment of the application and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention herein disclosed is not limited to the particular combination of features described above, but also encompasses other arrangements formed by any combination of the above features or their equivalents without departing from the spirit of the present application. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.

Claims (7)

1. A method for horizontally expanding a blockchain executor is applicable to a blockchain system, the blockchain system comprises a plurality of independent execution units, each independent execution unit comprises an executable file of a contract transaction executor, each independent execution unit is used for independently developing transaction execution services on an expansion server, each independent execution unit has a plurality of types, and the types of the independent execution units correspond to the types of the contract transactions supported by the blockchain system one by one;
the method comprises the following steps:
the transaction pool monitors the conditions of transaction and packaging blocks in the pool;
judging whether each transaction type in the transaction pool meets the condition of horizontal extension according to a triggering mechanism: if yes, recording the transaction type meeting the condition;
starting a deployment service module, wherein the deployment service module is used for deploying an independent execution unit on an expansion server; the deployment service module determines an expansion server for deploying the independent execution unit;
the deployment service module deploys the independent execution unit corresponding to the transaction type meeting the condition on the expansion server; the independent execution unit runs on the extension server.
2. The method of claim 1, wherein the independent execution unit further comprises, after running on the extension server: and when the transaction type meeting the condition does not meet the condition of the trigger mechanism any more, stopping running and releasing the independent execution unit corresponding to the transaction type meeting the condition, and recovering the extended server.
3. The method as claimed in claim 1 or 2, wherein the triggering mechanism comprises: and when the transaction total amount exceeds a set transaction amount threshold value A, and the transaction amount of a certain transaction type single block in the packaging block with the set percentage B continuously exceeds a block transaction amount threshold value C, the transaction type is regarded as the transaction type meeting the condition.
4. The method of claim 1, wherein the independent execution unit further comprises, before running on the extension server: the service deployment module acquires the GRPC address of the blockchain node needing the horizontal expansion service and the latest block height after the completion of the horizontal expansion service.
5. The method of claim 1, wherein the deployment service module comprises a synchronization unit for synchronizing the tiles from the nodes of the blockchain system to the deployment service module.
6. A computer device, characterized by one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method recited in any of claims 1-5.
7. A storage medium storing a computer program, characterized in that the program, when executed by a processor, implements the method according to any one of claims 1-5.
CN202110488442.5A 2021-05-06 2021-05-06 Method, equipment and storage medium for horizontal extension of block chain executor Active CN113204597B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110488442.5A CN113204597B (en) 2021-05-06 2021-05-06 Method, equipment and storage medium for horizontal extension of block chain executor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110488442.5A CN113204597B (en) 2021-05-06 2021-05-06 Method, equipment and storage medium for horizontal extension of block chain executor

Publications (2)

Publication Number Publication Date
CN113204597A CN113204597A (en) 2021-08-03
CN113204597B true CN113204597B (en) 2022-06-24

Family

ID=77028510

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110488442.5A Active CN113204597B (en) 2021-05-06 2021-05-06 Method, equipment and storage medium for horizontal extension of block chain executor

Country Status (1)

Country Link
CN (1) CN113204597B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634394A (en) * 2013-11-28 2014-03-12 中国科学院信息工程研究所 Data flow processing-oriented elastic expandable resource managing method and system
CN105095421A (en) * 2015-07-14 2015-11-25 南京国电南自美卓控制系统有限公司 Distributed storage method for real-time database
US10554649B1 (en) * 2017-05-22 2020-02-04 State Farm Mutual Automobile Insurance Company Systems and methods for blockchain validation of user identity and authority
CN111769984A (en) * 2020-06-29 2020-10-13 北京天仪百康科贸有限公司 Method for adding nodes in block chain network and block chain system
CN112436962A (en) * 2020-11-12 2021-03-02 迅鳐成都科技有限公司 Block chain consensus network dynamic expansion method, electronic device, system and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634394A (en) * 2013-11-28 2014-03-12 中国科学院信息工程研究所 Data flow processing-oriented elastic expandable resource managing method and system
CN105095421A (en) * 2015-07-14 2015-11-25 南京国电南自美卓控制系统有限公司 Distributed storage method for real-time database
US10554649B1 (en) * 2017-05-22 2020-02-04 State Farm Mutual Automobile Insurance Company Systems and methods for blockchain validation of user identity and authority
CN111769984A (en) * 2020-06-29 2020-10-13 北京天仪百康科贸有限公司 Method for adding nodes in block chain network and block chain system
CN112436962A (en) * 2020-11-12 2021-03-02 迅鳐成都科技有限公司 Block chain consensus network dynamic expansion method, electronic device, system and medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张志威等.区块链的数据管理技术综述.《软件学报》.2020,第31卷(第9期), *

Also Published As

Publication number Publication date
CN113204597A (en) 2021-08-03

Similar Documents

Publication Publication Date Title
CN110113408B (en) Block synchronization method, equipment and storage medium
CN106991607B (en) Disordered transaction control method based on block chain account model
US20210272111A1 (en) Multi-Chain Concurrent Transaction Method
CN106503132B (en) A kind of distributed transaction management method and system
CN110084601B (en) Parallel chain main chain transaction state synchronization method, equipment and storage medium
CN111756601B (en) Microservice architecture monitoring method and device, computer equipment and readable storage medium
CN108776897B (en) Data processing method, device, server and computer readable storage medium
CN110392121B (en) Parallel chain block generation method, device and storage medium
CN112383610B (en) Synchronous processing method and system for block chain state data
CN104866339A (en) Distributed persistent management method, system and device of FOTA data
CN110691122B (en) Parallel chain consensus method, device and storage medium
CN114385353A (en) Resource scheduling method and device, electronic equipment and storage medium
CN110210972B (en) Method, device and storage medium for sending consensus transaction
CN111008249B (en) Parallel chain block synchronization method, device and storage medium
CN110445843B (en) Parallel chain block pushing method, device and storage medium
CN113204597B (en) Method, equipment and storage medium for horizontal extension of block chain executor
CN111259074A (en) Block synchronization method, device and storage medium
CN110766410A (en) Method and equipment for constructing and verifying credible cross-chain event based on Mercker tree
CN112346872B (en) Cloud computing capacity expansion method and device based on service call link
CN112087497B (en) Data synchronization method and device, electronic equipment and readable storage medium
CN110298756B (en) Parallel chain self-consensus method, device and storage medium
CN111158956A (en) Data backup method and related device for cluster system
CN111343220B (en) Repeater, distributed file transmission method, distributed file transmission system, medium and electronic equipment
CN111405037A (en) Block synchronization method, device and storage medium
CN109857805B (en) Block chain based data storage method, related equipment and storage medium

Legal Events

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