CN115314374B - Block chain node deployment method, device, storage medium and program product - Google Patents

Block chain node deployment method, device, storage medium and program product Download PDF

Info

Publication number
CN115314374B
CN115314374B CN202210787986.6A CN202210787986A CN115314374B CN 115314374 B CN115314374 B CN 115314374B CN 202210787986 A CN202210787986 A CN 202210787986A CN 115314374 B CN115314374 B CN 115314374B
Authority
CN
China
Prior art keywords
blockchain
node
block chain
added
network
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
CN202210787986.6A
Other languages
Chinese (zh)
Other versions
CN115314374A (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.)
Jingdong Technology Information Technology Co Ltd
Original Assignee
Jingdong Technology Information 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 Jingdong Technology Information Technology Co Ltd filed Critical Jingdong Technology Information Technology Co Ltd
Priority to CN202210787986.6A priority Critical patent/CN115314374B/en
Publication of CN115314374A publication Critical patent/CN115314374A/en
Application granted granted Critical
Publication of CN115314374B publication Critical patent/CN115314374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0253Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using browsers or web-pages for accessing management information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the application provides a deployment method, equipment, a storage medium and a program product of a blockchain node, which relate to the technical field of blockchains and are implemented by receiving a blockchain node adding instruction, wherein the blockchain node adding instruction comprises identity information of the blockchain node to be added; registering identities of blockchain nodes to be added in a blockchain network according to the identity information; invoking a resource layer service to create and start a block chain node to be added in the block chain network; synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added. According to the embodiment of the application, the new block chain nodes can be dynamically added to the block chain network of the BaaS platform, and the flexibility and convenience of configuring the block chain network of the BaaS platform are improved.

Description

Block chain node deployment method, device, storage medium and program product
Technical Field
The embodiment of the application relates to the technical field of blockchain, in particular to a deployment method, equipment, a storage medium and a program product of blockchain nodes.
Background
Blockchains refer to traceable, non-tamperable, distributed billing mechanisms implemented by cryptographic techniques, point-to-point networks, consensus mechanisms, and block-chained data structures organized in time series. Blockchain as a service (Blockchain as a Service, baaS) is a cloud service that is tightly coupled by blockchains to cloud computing, through which blockchain applications can be quickly created, deployed, run, and monitored.
In the prior art, when the blockchain network is deployed through the BaaS platform, the quantity and the node information of the blockchain nodes need to be configured firstly during networking, then the blockchain network networking is performed on the BaaS platform, and after the networking of the blockchain network is completed, the BaaS platform can not dynamically add new blockchain nodes to the blockchain network, so that the flexibility is poor.
Disclosure of Invention
The embodiment of the application provides a deployment method, equipment, a storage medium and a program product of a blockchain node, so as to dynamically add a new blockchain node to a blockchain network of a BaaS platform.
In a first aspect, an embodiment of the present application provides a method for deploying a blockchain node, including:
receiving a blockchain node adding instruction, wherein the blockchain node adding instruction comprises identity information of a blockchain node to be added;
carrying out identity registration on the blockchain node to be added in a blockchain network according to the identity information;
invoking a resource layer service to create and start the blockchain node to be added in the blockchain network;
synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added.
In a second aspect, an embodiment of the present application provides a deployment apparatus of a blockchain node, including:
the receiving module is used for receiving a block chain link point adding instruction, wherein the block chain node adding instruction comprises identity information of a block chain node to be added;
the registration module is used for registering the identity of the blockchain node to be added in the blockchain network according to the identity information;
the resource deployment module is used for calling a resource layer service to create and start the blockchain node to be added in the blockchain network;
and the activation module is used for synchronizing the blockchain ledger in the blockchain network to the blockchain node to be added and activating the blockchain node to be added.
In a third aspect, an embodiment of the present application provides an electronic device, including: at least one processor; a memory;
the memory stores computer-executable instructions;
the at least one processor executes computer-executable instructions stored by the memory, causing the at least one processor to perform the method as described in the first aspect.
In a fourth aspect, embodiments of the present application provide a computer-readable storage medium having stored therein computer-executable instructions that, when executed by a processor, implement the method according to the first aspect.
In a fifth aspect, embodiments of the present application provide a computer program product comprising a computer program which, when executed by a processor, implements the method of the first aspect.
The deployment method, the deployment device, the storage medium and the program product of the blockchain node are provided by the embodiment of the application, and the blockchain node adding instruction is received, wherein the blockchain node adding instruction comprises identity information of the blockchain node to be added; registering identities of blockchain nodes to be added in a blockchain network according to the identity information; invoking a resource layer service to create and start a block chain node to be added in the block chain network; synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added. According to the embodiment of the application, the new block chain nodes can be dynamically added to the block chain network of the BaaS platform, and the flexibility and convenience of configuring the block chain network of the BaaS platform are improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
FIG. 1 is a system diagram of a method for deploying blockchain nodes according to an embodiment of the present disclosure;
FIG. 2 is a flowchart of a method for deploying blockchain nodes according to an embodiment of the present application;
FIG. 3 is a flowchart of a method for deploying blockchain nodes provided in another embodiment of the present application;
FIG. 4 is a flowchart of a method for deploying blockchain nodes provided in another embodiment of the present application;
FIG. 5 is a schematic diagram of an interface of a visual display according to an embodiment of the present application;
FIG. 6 is a block diagram of a deployment device for blockchain nodes provided in an embodiment of the present application;
fig. 7 is a block diagram of an electronic device according to an embodiment of the present application.
Specific embodiments thereof have been shown by way of example in the drawings and will herein be described in more detail. These drawings and the written description are not intended to limit the scope of the inventive concepts in any way, but to illustrate the concepts of the present application to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present application as detailed in the accompanying claims.
First, terms related to the embodiments of the present application will be explained:
blockchains refer to traceable, non-tamperable, distributed billing mechanisms implemented by cryptographic techniques, point-to-point networks, consensus mechanisms, and block-chained data structures organized in time series.
Blockchain as-a-service (Blockchain as a Service, baaS): a cloud service tightly combined by blockchain and cloud computing can quickly create, deploy, run and monitor blockchain applications through a Baas platform.
Blockchain nodes (peers): is the basic element of a blockchain network that stores ledgers and intelligent contracts.
In the prior art, when the blockchain network is deployed through the BaaS platform, the quantity and the node information of the blockchain nodes need to be configured firstly during networking, then the blockchain network networking is performed on the BaaS platform, and after the networking of the blockchain network is completed, the BaaS platform can not dynamically add new blockchain nodes to the blockchain network, so that the flexibility is poor.
In order to solve the technical problems described above, an embodiment of the present application provides a deployment method of a blockchain node, by receiving a blockchain node addition instruction, where the blockchain node addition instruction includes identity information of a blockchain node to be added; registering identities of blockchain nodes to be added in a blockchain network according to the identity information; invoking a resource layer service to create and start a block chain node to be added in the block chain network; and synchronizing the blockchain account book in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added, so that the newly added blockchain node can be dynamically added to the blockchain network of the BaaS platform, and the flexibility and convenience of the configuration of the blockchain network of the BaaS platform are improved.
The embodiment of the application is applied to a BaaS platform, a system architecture is shown in fig. 1, the system architecture comprises a BaaS platform Web front end, a BaaS platform server, resource layer services and a blockchain agent node, a blockchain network is deployed in the BaaS platform, when a blockchain node (such as a node 4) to be added is required to be added in the blockchain network, a user can send a blockchain node adding instruction to the BaaS platform server through the BaaS platform Web front end, wherein the blockchain node adding instruction comprises identity information of the blockchain node to be added; the BaaS platform server controls the blockchain agent node to register the identity of the blockchain node to be added in the blockchain network according to the identity information; the BaaS platform server invokes the resource layer service to create and start the block chain node to be added in the block chain network; the BaaS platform server synchronizes a blockchain account book in a blockchain network to a blockchain node to be added through a blockchain proxy node, and activates the blockchain node to be added, so that the blockchain proxy node determines the blockchain link point to be added as a consensus node in the blockchain network, and updates the network topology of the blockchain network, thereby dynamically adding a new blockchain node to the blockchain network of the BaaS platform.
The following describes the technical solutions of the present application and how the technical solutions of the present application solve the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Fig. 2 is a flowchart of a deployment method of a blockchain node according to an embodiment of the present application. The embodiment provides a deployment method of a blockchain node, an execution main body of which is a BaaS platform server, and the deployment method of the blockchain node specifically comprises the following steps:
s201, receiving a blockchain node adding instruction, wherein the blockchain node adding instruction comprises identity information of a blockchain node to be added.
In this embodiment, the BaaS platform server is configured with a Web front end, and when a new blockchain node needs to be added to the blockchain network deployed in the BaaS platform, a user may send a blockchain point adding instruction to the BaaS platform server through the Web front end, where the blockchain point adding instruction carries identity information of the blockchain node to be added, including, but not limited to, a name of the blockchain node to be added, and the like.
S202, carrying out identity registration on the blockchain node to be added in the blockchain network according to the identity information.
In this embodiment, the identity of the blockchain node to be added needs to be registered in the blockchain network, so that each blockchain node in the blockchain network knows the identity of the blockchain node to be added, and specifically, a transaction including the identity information of the blockchain node to be added can be issued in the blockchain network.
Alternatively, any operation of the BaaS platform server on the blockchain network in this embodiment may be performed by a blockchain proxy node of the blockchain network. Further, in S202, the BaaS platform server may send a blockchain node addition instruction to the blockchain proxy node, and control the blockchain proxy node to perform identity registration on the blockchain node to be added in the blockchain network according to the identity information.
Optionally, after the identity registration of the blockchain node to be added is completed, the blockchain proxy node may notify the BaaS platform server that the blockchain node to be added has completed the identity registration.
S203, calling a resource layer service to create and start the blockchain node to be added in the blockchain network.
In this embodiment, after the identity registration of the blockchain node to be added is completed, the BaaS platform server invokes a resource layer service to create the blockchain node to be added in the blockchain network, where the resource layer service may be Kubernetes (K8 s) is a container orchestration engine supporting automated deployment, large-scale scalability, and application containerization management, and through Kubernetes, a Pod of the blockchain node to be added is created, where the Pod is a minimum deployable computing unit that may be created and managed in Kubernetes, and is a set (one or more) of containers in which the service of the blockchain node to be added actually runs. It should be noted that Pod is started, but the service actually deployed in Pod is not necessarily started.
After the Pod of the blockchain node to be added is created by the Kubernetes, the blockchain node can be created according to a preset blockchain node template, and the blockchain node to be added is configured according to the identity information of the blockchain node to be added, so that the creation of the blockchain node to be added is completed.
Further, the blockchain node to be added is started, namely, the service of the blockchain node to be added in the Pod is started, so that the blockchain node to be added provides http access, but the blockchain node to be added is not a consensus node at the moment and cannot participate in consensus in the blockchain network.
S204, synchronizing the blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added.
In this embodiment, after the block link point service to be added is started, the BaaS platform server may initiate activation of the block chain node to be added, so that the block link point to be added becomes a consensus node and can participate in consensus in the block chain network.
Specifically, the BaaS platform server may control the blockchain account book in the blockchain link point synchronization blockchain network to be added, and after the blockchain account book synchronization is completed, may control the blockchain node to be added to modify the state to be a consensus node, and update the network topology of the blockchain network, so that the blockchain node really becomes the consensus node in the blockchain network, and other consensus nodes may perform heartbeat detection with the consensus node and may participate in the consensus in the blockchain network.
Optionally, when activating the blockchain node to be added, the BaaS platform server may send an activation instruction to the blockchain proxy node, so that the blockchain proxy node determines the blockchain link point to be added as a consensus node in the blockchain network, and updates the network topology of the blockchain network.
Optionally, because a plurality of different blockchain ledgers may be deployed in the blockchain network, different blockchain ledgers may have different blockchain nodes participating, synchronizing one or more target blockchain ledgers may be designated when the blockchain ledgers in the blockchain network are to be synchronized with the added blockchain points. Specifically, a user can send a blockchain ledger selection instruction to a BaaS platform server through a Web front end, wherein the blockchain ledger selection instruction comprises any target blockchain ledger in a blockchain network; after receiving the blockchain ledger selection instruction, the BaaS platform server can control the blockchain node to be added to acquire the target blockchain ledger from any blockchain node of the blockchain network through the blockchain proxy node for synchronization, so that the flexibility of deploying the blockchain ledger for the blockchain node to be added is improved.
According to the deployment method of the blockchain node, the blockchain node adding instruction is received, wherein the blockchain node adding instruction comprises identity information of the blockchain node to be added; registering identities of blockchain nodes to be added in a blockchain network according to the identity information; invoking a resource layer service to create and start a block chain node to be added in the block chain network; synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added. The embodiment can dynamically add new block chain nodes to the block chain network of the BaaS platform, and improves the flexibility and convenience of configuring the block chain network of the BaaS platform.
On the basis of any one of the above embodiments, the deployment method of the blockchain node provided in the embodiments of the present application further provides a method for logging off the blockchain node in the blockchain network, as shown in fig. 3, which specifically includes the following steps:
s301, receiving a cancellation instruction of the block chain node to be cancelled.
In this embodiment, when any blockchain link point in the blockchain network needs to be logged out, the user may send a logging-out instruction for the blockchain node to be logged out to the BaaS platform server through the Web front end.
S302, inquiring all the blockchain account books related to the blockchain link points to be logged out according to the log-out instruction.
In this embodiment, the BaaS platform server may request a database to query all blockchain ledgers related to the blockchain points to be logged out, so as to log out node information of the blockchain nodes to be logged out from all blockchain ledgers.
S303, canceling node information of the block chain node to be canceled for all the block chain account books related to the block chain link points to be canceled.
In this embodiment, for any blockchain ledger related to the blockchain link point to be logged off, node information of the blockchain node to be logged off is logged off, that is, the blockchain node to be logged off is determined to be an invalid node in the blockchain ledger, for example, a certain blockchain ledger a is deployed on blockchain nodes 0 to 4, when the blockchain node 1 needs to be logged off, 5 blockchain nodes can be queried for the blockchain ledger a, through the logging off process, only blockchain nodes 0 and 2 to 4 of the valid node can be enabled, the blockchain node 1 is the invalid node, and the blockchain nodes 0 and 2 to 4 no longer perform heartbeat detection with the blockchain node 1.
Specifically, the BaaS platform server may traverse all blockchain accounts related to the blockchain link points to be logged off through the blockchain proxy node, and log off node information of the blockchain nodes to be logged off, that is, the BaaS platform server may send a log off instruction of the blockchain nodes to be logged off to the blockchain proxy node of the blockchain network, so that the blockchain proxy node logs off node information of the blockchain nodes to be logged off of all blockchain accounts related to the blockchain nodes to be logged off.
S304, calling the resource layer service to cancel the blockchain node to be cancelled in the blockchain network.
In this embodiment, after all blockchain account books related to the blockchain node to be logged off log off node information of the blockchain node to be logged off, the BaaS platform server invokes the resource layer service to log off the blockchain node to be logged off, and specifically, the BaaS platform server may log off Pod of the blockchain node to be logged off (at this time, set the copy number of Pod to 0) by invoking Kubernetes, so as to complete the log off of the blockchain node to be logged off.
It should be noted that, in the process of canceling the blockchain node to be canceled, the node information of the blockchain node to be canceled needs to be canceled by all blockchain account books related to the blockchain node to be canceled first, and then the blockchain node to be canceled is invoked by the resource layer service in the blockchain network.
In addition, considering that the blockchain ledger related to the blockchain point to be logged off may adopt a common-knowledge mechanism of the bayer algorithm, for example, a BFT-Smart common-knowledge mechanism, at least 3f+1 common-knowledge nodes (at least 4) are needed, and if a blockchain ledger has fewer common-knowledge nodes than 3f+1 common-knowledge nodes (at least 4) after logging off the blockchain node to be logged off, the blockchain network may run abnormally, even crash. Therefore, after querying all blockchain accounts related to the blockchain link points to be de-registered according to the de-registration instruction in S302, the method further includes:
judging whether the number of the consensus nodes of any blockchain account book related to the blockchain link points to be logged out meets the minimum number (3f+1) of the consensus nodes required by the account book after the blockchain nodes to be logged out are logged out;
further, if it is determined that the number of the consensus nodes of all the blockchain account books related to the blockchain link points to be logged out meets the minimum number of the consensus nodes required by the account book after the blockchain nodes to be logged out are logged out, the node information of the blockchain nodes to be logged out is logged out of all the blockchain account books related to the blockchain nodes to be logged out;
if the number of the consensus nodes of any blockchain account book related to the blockchain link point to be logged off is determined to not meet the minimum number of the consensus nodes required by the account book after the blockchain node to be logged off is logged off, the registration of the blockchain node to be logged off is not allowed, so that the normal operation of the blockchain network is ensured.
On the basis of any one of the above embodiments, the deployment method of the blockchain node provided in the embodiments of the present application further provides a method for activating a logged-off blockchain node in a blockchain network, as shown in fig. 4, which specifically includes the following steps:
s401, receiving an activation instruction of the logged-off blockchain node.
In this embodiment, when any logged-off blockchain node in the blockchain network needs to be activated, the user may send an activation instruction for the logged-off blockchain node to the BaaS platform server through the Web front end.
S402, calling the resource layer service to create and start the de-registered blockchain node in the blockchain network.
In this embodiment, since the de-registered blockchain node has already registered in the blockchain network, it is only necessary to recall the resource layer service to create and activate the de-registered blockchain node in the blockchain network. The process is similar to S203 above, in which the Pod of the logged-off blockchain node is created by Kubernetes, the blockchain node is created according to the preset blockchain node template, and the configuration is performed according to the identity information of the logged-off blockchain node, so that the creation of the logged-off blockchain node is completed, and then the service of the logged-off blockchain node in the Pod is further started.
S403, synchronizing the blockchain ledger in the blockchain network to the de-registered blockchain node, and activating the de-registered blockchain node.
In this embodiment, after the logged off blockchain node is started, the BaaS platform server may initiate activation of the logged off blockchain node, so that the logged off blockchain node becomes a consensus node again, and the process is similar to S204 described above, specifically, the BaaS platform server may control the logged off blockchain node to synchronize the blockchain ledger in the blockchain network, and after the blockchain ledger synchronization is completed, may control the logged off blockchain node to modify the state to be the consensus node, and update the network topology of the blockchain network.
Based on any of the above embodiments, in this embodiment, information of each blockchain node in the blockchain network may be visually displayed on a display device, where the information of the blockchain node includes at least one of identity information, related ledger wall information, intelligent contract information, and status information of the blockchain node.
Specifically, the interface displayed visually may be as shown in fig. 5, where the interface may display the node name, organization name, and node status of each blockchain node in the blockchain network, may provide a logout operation and a button for newly adding a node, may display all blockchain accounts (including information such as contract name and contract version) related to a blockchain point after clicking the logout operation on a blockchain point, and may update the status of the blockchain node in the interface to "suspend" after completing logout, and may display a button for activating operation at this time so as to activate the blockchain point again. In addition, after clicking a button of the newly added node or a button of the activating operation, all blockchain ledger lists of the blockchain network are displayed for selecting the target blockchain ledgers to be added by the blockchain node to be added or the blockchain node to be activated.
The deployment method of the blockchain node provided by the embodiment can realize the dynamic addition, cancellation and reactivation of the blockchain node by the BaaS platform, can be suitable for any consensus mechanism, in particular for a consensus mechanism based on a Bayesian algorithm, and can invite other participants to carry out blockchain networking on the BaaS platform when networking, and can start 4 blockchain nodes by default when networking, so that a blockchain network can be successfully built no matter whether an invitee agrees to networking or not, and then the blockchain node of the invitee is added in the blockchain network by the deployment method of the blockchain node; the network initiator stores a large amount of redundant data by 3 blockchain nodes which are started more than other participants, so that the storage space is wasted, the deployment cost is increased, the network initiator occupies a plurality of groups of blockchain nodes, the probability that the network initiator wins a vote is higher than that of other participants when the votes are commonly known, and the network initiator can log off the redundant blockchain nodes at the network initiator side through the deployment method of the blockchain nodes (the node number is ensured to meet 3f+1 in the log-off process) along with the joining of the network participants, so that the problems can be solved; in addition, the blockchain nodes can be dynamically deactivated or re-activated for other participants, so that the flexibility and convenience of the BaaS platform for configuring the blockchain network are improved.
FIG. 6 is a block diagram of a deployment device of blockchain nodes in an embodiment of the present application. The deployment device of the blockchain node provided in this embodiment may be a BaaS platform server, and as shown in fig. 6, the deployment device 600 of the blockchain node includes a receiving module 601, a registering module 602, a resource deployment module 603, and an activating module 604.
A receiving module 601, configured to receive a blockchain node addition instruction, where the blockchain node addition instruction includes identity information of a blockchain node to be added;
a registration module 602, configured to perform identity registration on the blockchain node to be added in a blockchain network according to the identity information;
a resource deployment module 603, configured to invoke a resource layer service to create and start the blockchain node to be added in the blockchain network;
and the activation module 604 is configured to synchronize a blockchain ledger in the blockchain network to the blockchain node to be added, and activate the blockchain node to be added.
In one or more embodiments of the present application, when the registration module 602 performs identity registration on the blockchain node to be added in the blockchain network according to the identity information, the registration module is configured to:
and sending the block chain link point adding instruction to a block chain proxy node, and controlling the block chain proxy node to register the identity of the block chain node to be added in the block chain network according to the identity information.
In one or more embodiments of the present application, the activation module 604 is configured, when activating the blockchain node to be added, to:
and sending an activation instruction to the blockchain agent node so that the blockchain agent node determines the blockchain node to be added as a consensus node in the blockchain network and updates the network topology of the blockchain network.
In one or more embodiments of the present application, the activation module 604 is configured, when synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, to:
receiving a blockchain ledger selection instruction, wherein the blockchain ledger selection instruction comprises any target blockchain ledger in the blockchain network;
and controlling the blockchain node to be added to acquire the target blockchain ledger from any blockchain node of the blockchain network through the blockchain proxy node for synchronization.
In one or more embodiments of the present application, the receiving module 601 is further configured to receive a cancellation instruction of a blockchain node to be cancelled;
the apparatus further comprises:
the query module 605 is configured to query all blockchain accounts related to the to-be-logged-off blockchain link points according to the log-off instruction;
a cancellation module 606, configured to cancel node information of the blockchain node to be cancelled for all blockchain ledgers related to the blockchain link points to be cancelled;
the resource deployment module 603 is further configured to invoke the resource layer service to deregister the blockchain node to be deregistered in the blockchain network.
In one or more embodiments of the present application, the query module 605, after querying all blockchain ledgers related to the to-be-logged-off blockchain link points according to the log-off instruction, is further configured to:
judging whether the number of the consensus nodes of any blockchain ledger related to the blockchain link points to be logged out meets the minimum number of the consensus nodes required by the ledger after the blockchain nodes to be logged out are logged out;
the cancellation module 606 is configured to, when canceling node information of the blockchain node to be cancelled for all blockchain ledgers related to the blockchain link point to be cancelled:
and if the number of the consensus nodes after the block chain nodes to be logged out is determined to be the minimum number of the consensus nodes required by the account book, the node information of the block chain nodes to be logged out is logged out for all the block chain accounts related to the block chain links to be logged out.
In one or more embodiments of the present application, the cancellation module 606 is configured, when canceling node information of the blockchain node to be cancelled for all blockchain ledgers related to the blockchain link point to be cancelled, to:
and sending a cancellation instruction of the block chain node to be cancelled to the block chain proxy node of the block chain network so that the block chain proxy node cancels the node information of the block chain node to be cancelled for all the block chain account books related to the block chain link points to be cancelled.
In one or more embodiments of the present application, the receiving module 601 is further configured to receive an activation instruction for a logged out blockchain node;
the resource deployment module 603 is further configured to invoke the resource layer service to create and activate the logged out blockchain node in the blockchain network;
the activation module 604 is further configured to synchronize a blockchain ledger in the blockchain network to the de-registered blockchain node, and activate the de-registered blockchain node.
In one or more embodiments of the present application, the apparatus further comprises:
and the display module is used for visually displaying the information of each blockchain node in the blockchain network on display equipment, wherein the information of the blockchain node comprises at least one of identity information, related account book information, intelligent contract information and state information of the blockchain node.
The deployment device provided by the embodiment of the present application may be specifically used to perform the method embodiments provided in fig. 2-4, and specific functions are not described herein.
Fig. 7 shows a schematic hardware structure of an electronic device according to an embodiment of the present application. As shown in fig. 7, the electronic device 700, configured to implement operations corresponding to the electronic device in any of the above method embodiments, the electronic device 700 of this embodiment may include: a memory 701, a processor 702 and a communication interface 703.
Memory 701 for storing a computer program. The Memory 701 may include a high-speed random access Memory (Random Access Memory, RAM), and may further include a Non-Volatile Memory (NVM), such as at least one magnetic disk Memory, and may also be a U-disk, a removable hard disk, a read-only Memory, a magnetic disk, or an optical disk.
The processor 702 is configured to execute the computer program stored in the memory, so as to implement the method in the foregoing embodiment, and specific reference may be made to the description in the foregoing method embodiment. The processor 702 may be a central processing unit (Central Processing Unit, CPU), but may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor for execution, or in a combination of hardware and software modules in a processor for execution.
Alternatively, the memory 701 may be separate or integrated with the processor 702. When the memory 701 is a separate device from the processor 702, the electronic device 700 may also include a bus. The bus is used to connect the memory 701 and the processor 702. The bus may be an industry standard architecture (Industry Standard Architecture, ISA) bus, an external device interconnect (Peripheral Component Interconnect, PCI) bus, or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, among others. The buses may be divided into address buses, data buses, control buses, etc. For ease of illustration, the buses in the drawings of the present application are not limited to only one bus or one type of bus.
Communication interface 703 for receiving or transmitting instructions and/or data.
The electronic device provided in this embodiment may be used to execute the method in the foregoing embodiment, and its implementation manner and technical effects are similar, which is not described herein.
In addition, the present embodiment also provides a computer-readable storage medium having stored thereon a computer program that is executed by a processor to implement the method described in the above embodiments.
In addition, the present embodiment also provides a computer program product, including a computer program, where the computer program is executed by a processor to implement the method described in the foregoing embodiment.
In the several embodiments provided in the embodiments of the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
The integrated units implemented in the form of software functional units described above may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (processor) to perform part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional modules is illustrated, and in practical application, the above-described functional allocation may be performed by different functional modules according to needs, i.e. the internal structure of the apparatus is divided into different functional modules to perform all or part of the functions described above. The specific working process of the above-described device may refer to the corresponding process in the foregoing method embodiment, which is not described herein again.
The above embodiments are only for illustrating the technical solutions of the embodiments of the present application, and are not limited thereto; although embodiments of the present application have been described in detail with reference to the foregoing embodiments, it will be appreciated by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the essence of the corresponding technical solutions from the scope of the technical solutions of the embodiments of the present application.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the application following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the application pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It is to be understood that the present application is not limited to the precise arrangements and instrumentalities shown in the drawings, which have been described above, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (14)

1. A method of deployment of blockchain nodes, comprising:
receiving a blockchain node adding instruction, wherein the blockchain node adding instruction comprises identity information of a blockchain node to be added;
carrying out identity registration on the blockchain node to be added in a blockchain network according to the identity information;
invoking a resource layer service to create and start the blockchain node to be added in the blockchain network;
synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added, and activating the blockchain node to be added;
the synchronizing the blockchain ledger in the blockchain network to the blockchain node to be added includes:
receiving a blockchain ledger selection instruction, wherein the blockchain ledger selection instruction comprises any target blockchain ledger in the blockchain network;
and controlling the blockchain node to be added to acquire the target blockchain ledger from any blockchain node of the blockchain network through a blockchain proxy node for synchronization.
2. The method according to claim 1, wherein the registering the identity of the blockchain node to be added in the blockchain network according to the identity information comprises:
and sending the block chain link point adding instruction to a block chain agent node of the block chain network, and controlling the block chain agent node to register the identity of the block chain node to be added in the block chain network according to the identity information.
3. The method of claim 2, wherein the activating the blockchain node to be added comprises:
and sending an activation instruction to the blockchain agent node so that the blockchain agent node determines the blockchain node to be added as a consensus node in the blockchain network and updates the network topology of the blockchain network.
4. The method as recited in claim 1, further comprising:
receiving a cancellation instruction of a block chain node to be cancelled;
inquiring all block chain account books related to the block chain link points to be logged out according to the log-out instruction;
canceling node information of the block chain nodes to be canceled on all the block chain account books related to the block chain link points to be canceled;
and calling the resource layer service to cancel the blockchain node to be canceled in the blockchain network.
5. The method of claim 4, further comprising, after said querying all blockchain ledgers associated with said blockchain link points to be de-registered in accordance with said de-registering instruction:
judging whether the number of the consensus nodes of any blockchain ledger related to the blockchain link points to be logged out meets the minimum number of the consensus nodes required by the ledger after the blockchain nodes to be logged out are logged out;
the canceling node information of the blockchain node to be canceled for all blockchain ledgers related to the blockchain link point to be canceled includes:
and if the number of the consensus nodes after the block chain nodes to be logged out is determined to be the minimum number of the consensus nodes required by the account book, the node information of the block chain nodes to be logged out is logged out for all the block chain accounts related to the block chain links to be logged out.
6. The method of claim 4, wherein the de-registering node information of the block chain node to be de-registered for all block chain ledgers associated with the block chain link point to be de-registered comprises:
and sending a cancellation instruction of the block chain node to be cancelled to the block chain proxy node of the block chain network so that the block chain proxy node cancels the node information of the block chain node to be cancelled for all the block chain account books related to the block chain link points to be cancelled.
7. The method as recited in claim 4, further comprising:
receiving an activation instruction for the logged-off blockchain node;
invoking the resource layer service to create and activate the de-registered blockchain node in the blockchain network;
synchronizing a blockchain ledger in the blockchain network to the de-blocked blockchain node and activating the de-blocked blockchain node.
8. The method of any one of claims 1-7, further comprising:
and visually displaying the information of each blockchain node in the blockchain network on a display device, wherein the information of the blockchain node comprises at least one of identity information, related account book information, intelligent contract information and state information of the blockchain node.
9. A deployment apparatus for a blockchain node, comprising:
the receiving module is used for receiving a block chain link point adding instruction, wherein the block chain node adding instruction comprises identity information of a block chain node to be added;
the registration module is used for registering the identity of the blockchain node to be added in the blockchain network according to the identity information;
the resource deployment module is used for calling a resource layer service to create and start the blockchain node to be added in the blockchain network;
the activation module is used for synchronizing the blockchain account book in the blockchain network to the blockchain node to be added and activating the blockchain node to be added;
the activation module is configured to, when synchronizing a blockchain ledger in the blockchain network to the blockchain node to be added: receiving a blockchain ledger selection instruction, wherein the blockchain ledger selection instruction comprises any target blockchain ledger in the blockchain network; and controlling the blockchain node to be added to acquire the target blockchain ledger from any blockchain node of the blockchain network through a blockchain proxy node for synchronization.
10. The apparatus of claim 9, wherein the registration module, when registering the identity of the blockchain node to be added in a blockchain network according to the identity information, is configured to:
and sending the block chain link point adding instruction to a block chain proxy node, and controlling the block chain proxy node to register the identity of the block chain node to be added in the block chain network according to the identity information.
11. The apparatus of claim 10, wherein the activation module, when activating the blockchain node to be added, is to:
and sending an activation instruction to the blockchain agent node so that the blockchain agent node determines the blockchain node to be added as a consensus node in the blockchain network and updates the network topology of the blockchain network.
12. The apparatus of claim 9, wherein the device comprises a plurality of sensors,
the receiving module is also used for receiving a cancellation instruction of the block chain node to be cancelled;
the apparatus further comprises:
the inquiry module is used for inquiring all the block chain account books related to the block chain link points to be cancelled according to the cancellation instruction;
the cancellation module is used for canceling node information of the block chain nodes to be cancelled for all the block chain account books related to the block chain link points to be cancelled;
the resource deployment module is further configured to invoke the resource layer service to cancel the blockchain node to be cancelled in the blockchain network.
13. An electronic device, comprising: at least one processor; a memory;
the memory stores computer-executable instructions;
the at least one processor executing computer-executable instructions stored in the memory causes the at least one processor to perform the method of any one of claims 1-8.
14. A computer readable storage medium having stored therein computer executable instructions which when executed by a processor implement the method of any of claims 1-8.
CN202210787986.6A 2022-07-06 2022-07-06 Block chain node deployment method, device, storage medium and program product Active CN115314374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210787986.6A CN115314374B (en) 2022-07-06 2022-07-06 Block chain node deployment method, device, storage medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210787986.6A CN115314374B (en) 2022-07-06 2022-07-06 Block chain node deployment method, device, storage medium and program product

Publications (2)

Publication Number Publication Date
CN115314374A CN115314374A (en) 2022-11-08
CN115314374B true CN115314374B (en) 2024-02-06

Family

ID=83856880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210787986.6A Active CN115314374B (en) 2022-07-06 2022-07-06 Block chain node deployment method, device, storage medium and program product

Country Status (1)

Country Link
CN (1) CN115314374B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107171829A (en) * 2017-04-24 2017-09-15 杭州趣链科技有限公司 A kind of dynamic node management method for algorithm realization of being known together based on BFT
CN109325855A (en) * 2018-08-16 2019-02-12 北京京东尚科信息技术有限公司 Block chain network, dispositions method and storage medium
CN109413173A (en) * 2018-10-18 2019-03-01 尚维斯 A kind of method that a plurality of chain is added in single node
CN109547200A (en) * 2018-11-21 2019-03-29 上海点融信息科技有限责任公司 Certificate distribution method and corresponding calculating equipment and medium in block chain network
CN110381167A (en) * 2019-08-09 2019-10-25 中国工商银行股份有限公司 Block chain node based on cloud actively discovers system and method
CN110417896A (en) * 2019-07-31 2019-11-05 中国工商银行股份有限公司 The system and method for block chain dynamic group net based on cloud
CN110516007A (en) * 2019-08-30 2019-11-29 北京百度网讯科技有限公司 A kind of deployment control method, device, equipment and the medium of block chain network
CN111131399A (en) * 2019-12-03 2020-05-08 北京海益同展信息科技有限公司 Method and device for dynamically increasing consensus nodes in block chain
WO2020161688A1 (en) * 2019-02-08 2020-08-13 Christopher Lyndon Higgins Distributed ledger computing platforms and associated methods, systems and devices
CN111628886A (en) * 2020-04-14 2020-09-04 苏宁金融科技(南京)有限公司 Method and device for building block chain network under private cloud environment, and computer equipment
WO2020199598A1 (en) * 2019-04-04 2020-10-08 平安科技(深圳)有限公司 Blockchain node management method, electronic apparatus, system and readable storage medium
CN112118124A (en) * 2020-08-03 2020-12-22 西安电子科技大学 Block chain construction method, system, storage medium, computer equipment and application
CN112398908A (en) * 2020-10-20 2021-02-23 杭州云象网络技术有限公司 Block chain network node deleting method, system, storage medium and device
CN113286004A (en) * 2021-03-29 2021-08-20 腾讯科技(深圳)有限公司 Node management method, device, equipment and storage medium based on block chain network
CN113329081A (en) * 2021-05-28 2021-08-31 深圳技术大学 Block chain service access method, device and computer readable storage medium
WO2021184642A1 (en) * 2020-03-18 2021-09-23 平安国际智慧城市科技股份有限公司 Blockchain-based transaction method and apparatus, electronic device, and readable storage medium
CN113626781A (en) * 2021-07-19 2021-11-09 中国科学院信息工程研究所 Block chain efficient authentication method based on trusted group
CN114401150A (en) * 2019-09-05 2022-04-26 创新先进技术有限公司 Method for adding node in block chain network and block chain system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109377216B (en) * 2018-08-07 2021-03-23 创新先进技术有限公司 Transaction method and system based on centralized settlement and block chain deposit certificate
CN111045690B (en) * 2018-10-12 2023-04-28 阿里巴巴集团控股有限公司 Block chain node service deployment method, device, system, computing equipment and medium
US11202240B2 (en) * 2019-05-13 2021-12-14 Verizon Patent And Licensing Inc. Systems and methods for managing and monitoring communication sessions

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107171829A (en) * 2017-04-24 2017-09-15 杭州趣链科技有限公司 A kind of dynamic node management method for algorithm realization of being known together based on BFT
CN109325855A (en) * 2018-08-16 2019-02-12 北京京东尚科信息技术有限公司 Block chain network, dispositions method and storage medium
CN109413173A (en) * 2018-10-18 2019-03-01 尚维斯 A kind of method that a plurality of chain is added in single node
CN109547200A (en) * 2018-11-21 2019-03-29 上海点融信息科技有限责任公司 Certificate distribution method and corresponding calculating equipment and medium in block chain network
WO2020161688A1 (en) * 2019-02-08 2020-08-13 Christopher Lyndon Higgins Distributed ledger computing platforms and associated methods, systems and devices
WO2020199598A1 (en) * 2019-04-04 2020-10-08 平安科技(深圳)有限公司 Blockchain node management method, electronic apparatus, system and readable storage medium
CN110417896A (en) * 2019-07-31 2019-11-05 中国工商银行股份有限公司 The system and method for block chain dynamic group net based on cloud
CN110381167A (en) * 2019-08-09 2019-10-25 中国工商银行股份有限公司 Block chain node based on cloud actively discovers system and method
CN110516007A (en) * 2019-08-30 2019-11-29 北京百度网讯科技有限公司 A kind of deployment control method, device, equipment and the medium of block chain network
CN114401150A (en) * 2019-09-05 2022-04-26 创新先进技术有限公司 Method for adding node in block chain network and block chain system
CN111131399A (en) * 2019-12-03 2020-05-08 北京海益同展信息科技有限公司 Method and device for dynamically increasing consensus nodes in block chain
WO2021184642A1 (en) * 2020-03-18 2021-09-23 平安国际智慧城市科技股份有限公司 Blockchain-based transaction method and apparatus, electronic device, and readable storage medium
CN111628886A (en) * 2020-04-14 2020-09-04 苏宁金融科技(南京)有限公司 Method and device for building block chain network under private cloud environment, and computer equipment
CN112118124A (en) * 2020-08-03 2020-12-22 西安电子科技大学 Block chain construction method, system, storage medium, computer equipment and application
CN112398908A (en) * 2020-10-20 2021-02-23 杭州云象网络技术有限公司 Block chain network node deleting method, system, storage medium and device
CN113286004A (en) * 2021-03-29 2021-08-20 腾讯科技(深圳)有限公司 Node management method, device, equipment and storage medium based on block chain network
CN113329081A (en) * 2021-05-28 2021-08-31 深圳技术大学 Block chain service access method, device and computer readable storage medium
CN113626781A (en) * 2021-07-19 2021-11-09 中国科学院信息工程研究所 Block chain efficient authentication method based on trusted group

Also Published As

Publication number Publication date
CN115314374A (en) 2022-11-08

Similar Documents

Publication Publication Date Title
US20030005350A1 (en) Failover management system
CN111046110B (en) Method, node and computing device for node management of blockchain system
CN100359508C (en) Merge protocol for schooling computer system
EP3138003B1 (en) System and method for supporting a bypass-domain model and a proxy model and updating service information for across-domain messaging in a transactional middleware machine environment
US20210014106A1 (en) High availability on a distributed networking platform
US8572237B2 (en) Failover mechanism for distributed process execution
CN110502319B (en) Distributed transaction processing method and device, electronic equipment and storage medium
CN105554142B (en) The method, apparatus and system of message push
CN103744719A (en) Lock management method, lock management system, lock management system configuration method and lock management system configuration device
WO2010034608A1 (en) System and method for configuration of processing clusters
CN114363402B (en) Shooting range interconnection method, shooting range interconnection system and electronic equipment
CN110489305B (en) Server management method and device
CN110324262A (en) A kind of method and device that resource is seized
CN115314374B (en) Block chain node deployment method, device, storage medium and program product
CN112000444B (en) Database transaction processing method and device, storage medium and electronic equipment
US8024406B1 (en) System and method for dispensing e-Care
WO2008010666A1 (en) System and method for managing domain-state information
CN104657240B (en) The Failure Control method and device of more kernel operating systems
CN112395104B (en) Method and device for realizing distributed transaction context transfer in routing layer
US8583774B2 (en) Mapping meaningful hostnames
CN105897826A (en) Cloud platform service creating method and system
CN115314375B (en) Blockchain network cross-domain networking method, equipment, storage medium and program product
CN112001800B (en) Method and device for processing business in block chain system
CN114760198A (en) Consensus method, device and system based on block chain network
CN113518126A (en) Cross fault-tolerant method for alliance chain

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