CN110555769A - Block chain transaction data processing method and device, computer equipment and storage medium - Google Patents

Block chain transaction data processing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN110555769A
CN110555769A CN201910675971.9A CN201910675971A CN110555769A CN 110555769 A CN110555769 A CN 110555769A CN 201910675971 A CN201910675971 A CN 201910675971A CN 110555769 A CN110555769 A CN 110555769A
Authority
CN
China
Prior art keywords
endorsement
transaction
result
transaction data
node
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.)
Pending
Application number
CN201910675971.9A
Other languages
Chinese (zh)
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.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Smart 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 OneConnect Smart Technology Co Ltd filed Critical OneConnect Smart Technology Co Ltd
Priority to CN201910675971.9A priority Critical patent/CN110555769A/en
Priority to PCT/CN2019/122886 priority patent/WO2021012572A1/en
Publication of CN110555769A publication Critical patent/CN110555769A/en
Pending legal-status Critical Current

Links

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 present application relates to the field of blockchain technologies, and in particular, to a method and an apparatus for processing blockchain transaction data, a computer device, and a storage medium. The method comprises the following steps: a first endorsement node in the block chain system receives the transaction data and carries out a first endorsement operation to obtain a first endorsement result; acquiring a preset endorsement strategy, acquiring a second endorsement node according to the endorsement strategy, and sending transaction data; the first endorsement node receives a second endorsement result obtained by the second endorsement node; then obtaining a target endorsement result according to the first endorsement result and the second endorsement result; verifying the target endorsement result, and sending the target endorsement result to the consensus node when the verification is passed; and the first endorsement node receives the ordering and division of the blocks performed by the consensus node according to the target endorsement result, obtains the ordering and division result, and generates the transaction blocks corresponding to the transaction data according to the result. By adopting the method, network calling can be reduced in the block chain transaction process, and resources are saved.

Description

block chain transaction data processing method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of blockchain technologies, and in particular, to a method and an apparatus for processing blockchain transaction data, a computer device, and a storage medium.
Background
in recent years, with the development of blockchain technology, the application of blockchain technology is gradually deepened into a plurality of fields in life, wherein the blockchain technology is utilized to carry out on-chain transaction, and the transaction safety problem of a trader can be greatly ensured. In the blockchain technology, the reliability of transaction information circulation among participants is ensured by forming a consensus process in a network consisting of all transaction participants, and the integrity of the transaction blockchain can be ensured by preventing illegal acts such as tampering or repeated consumption in the whole system.
however, in the current transaction process using the blockchain, the main transaction flow includes the need of providing a transaction server, and through multiple interactions between the transaction server and the endorsement node and multiple network interactions between the endorsement node and the common recognition node, the complicated multiple interaction process between the transaction server and the node requires frequent network invocation, which wastes resources.
Disclosure of Invention
in view of the foregoing, there is a need to provide a method, an apparatus, a computer device, and a storage medium for processing blockchain transaction data, which can reduce network calls during blockchain transaction, thereby saving resources.
A blockchain transaction data processing method, the method comprising:
a first endorsement node in the block chain system receives transaction data and performs a first endorsement operation according to the transaction data to obtain a first endorsement result;
The first endorsement node acquires a preset endorsement strategy, acquires a corresponding second endorsement node according to the endorsement strategy, and sends the transaction data to the second endorsement node;
The first endorsement node receives a second endorsement operation carried out by the second endorsement node according to the transaction data and obtains a second endorsement result;
The first endorsement node obtains a target endorsement result according to the first endorsement result and the second endorsement result;
The first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the first endorsement node sends the target endorsement result to a consensus node;
and the first endorsement node receives the sorting and division of the blocks performed by the consensus node according to the target endorsement result to obtain a sorting and division result, and generates a transaction block corresponding to the transaction data according to the sorting and division result.
In one embodiment, after the first endorsement node receives the transaction data, the method further comprises:
The first endorsement node detects a transaction processing type corresponding to the transaction data;
When the transaction processing type is asynchronous transaction, after the target endorsement result is sent to a consensus node, the method further comprises the following steps:
The first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message that the transaction data is submitted to the transaction sending terminal;
receiving inquiry information corresponding to the transaction data sent by the transaction sending terminal, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
in one embodiment, after the first endorsement node receives the transaction data, the method further comprises:
The first endorsement node detects a transaction processing type corresponding to the data;
when the transaction processing type is synchronous transaction, after generating a transaction block corresponding to the transaction data according to the sorting and dividing result, the method further comprises:
and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that block generation is successful to the transaction sending terminal.
in one embodiment, the verifying the target endorsement result by the first endorsement node comprises:
The first endorsement node acquires a preset transaction strategy;
acquiring each endorsement result in the target endorsement results, and detecting whether each endorsement result in the target endorsement results conforms to the transaction strategy;
when each endorsement result in the target endorsement results complies with the transaction policy, the target endorsement result is verified.
In one embodiment, after the detecting whether each endorsement outcome in the target endorsement outcomes complies with the transaction policy, the method further comprises:
when the endorsement result does not conform to the transaction strategy in the target endorsement result, generating block generation failure information;
and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends the information of transaction failure to the transaction sending terminal.
A blockchain transaction data processing apparatus, the apparatus comprising:
the first receiving module is used for receiving transaction data and carrying out first endorsement operation according to the transaction data to obtain a first endorsement result;
the acquisition module is used for acquiring a preset endorsement strategy, acquiring a corresponding second endorsement node according to the endorsement strategy and sending the transaction data to the second endorsement node;
the second receiving module is used for receiving a second endorsement operation performed by the second endorsement node according to the transaction data and obtaining a second endorsement result;
the endorsement result acquisition module is used for acquiring a target endorsement result according to the first endorsement result and the second endorsement result;
The verification module is used for verifying the target endorsement result and sending the target endorsement result to a consensus node when the target endorsement result passes the verification;
And the block generation module is used for receiving the sequencing and division of the blocks performed by the consensus node according to the target endorsement result to obtain a sequencing and division result, and generating the transaction block corresponding to the transaction data according to the sequencing and division result.
in one embodiment, the apparatus further comprises:
The detection module is used for detecting the transaction processing type corresponding to the transaction data;
The second obtaining module is configured to, when the transaction processing type is an asynchronous transaction, after the target endorsement result is sent to a consensus node, further include: the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message that the transaction data is submitted to the transaction sending terminal;
and the third receiving module is used for receiving inquiry information which is sent by the transaction sending terminal and corresponds to the transaction data, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
in one embodiment, the apparatus further comprises:
The second detection module is used for detecting the transaction processing type corresponding to the data;
A third obtaining module, configured to, when the transaction processing type is a synchronous transaction, generate a transaction block corresponding to the transaction data according to the sorting and dividing result, further include: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that block generation is successful to the transaction sending terminal.
A computer device comprising a memory storing a computer program and a processor implementing the steps of the above method when executing the computer program.
a computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the above-mentioned method.
According to the block chain transaction data processing method and device, the computer equipment and the storage medium, after the first endorsement node in the block chain system receives the transaction data, the first endorsement operation is performed according to the transaction data to obtain a first endorsement result corresponding to the first endorsement operation; acquiring a preset endorsement strategy, acquiring a second endorsement node according to the endorsement strategy, and sending transaction data to the second endorsement node; the first endorsement node receives a second endorsement result obtained by performing a second endorsement operation according to the transaction data through the second endorsement node; obtaining a target endorsement result according to the first endorsement result and the second endorsement result; the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node for subsequent sequencing and dividing operation; the first endorsement node receives the ordering and division of the blocks performed by the consensus node according to the target endorsement result, obtains an ordering and division result, and generates transaction blocks corresponding to the transaction data according to the ordering and division result. The block chain transaction is completed through the information transmission between the first endorsement node and the second endorsement node and the consensus node, and compared with the traditional method for transmitting the information between the transaction server and the nodes, the method reduces network call and saves resources.
drawings
FIG. 1 is a diagram illustrating an exemplary implementation of a method for processing blockchain transaction data;
FIG. 2 is a flow diagram illustrating a method for processing blockchain transaction data according to one embodiment;
FIG. 3 is a flow diagram that illustrates transaction data processing during an asynchronous transaction, according to one embodiment;
FIG. 4 is a block diagram of a blockchain transaction data processing device in accordance with one embodiment;
FIG. 5 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
in order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The block chain transaction data processing method provided by the application can be applied to the application environment shown in fig. 1. The block system 100 includes a first endorsement node 102, a second endorsement node 104, and a consensus node 106. After receiving the transaction data, a first endorsement node 102 in the block chain system 100 performs a first endorsement operation according to the transaction data to obtain a first endorsement result corresponding to the first endorsement operation; acquiring a preset endorsement strategy, acquiring a second endorsement node 104 according to the endorsement strategy, and sending transaction data to the second endorsement node 104; the first endorsement node 102 receives a second endorsement result obtained by performing a second endorsement operation according to the transaction data through the second endorsement node 104; obtaining a target endorsement result according to the first endorsement result and the second endorsement result; the first endorsement node 102 verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node for subsequent sequencing and dividing operation; the first endorsement node 102 receives the ordering and dividing of the blocks by the consensus node 106 according to the target endorsement result, obtains an ordering and dividing result, and generates a transaction block corresponding to the transaction data according to the ordering and dividing result. The first endorsement node 102, the second endorsement node 104, and the common knowledge node 106 may use independent servers, and the blockchain system 100 may be a distributed storage system including different nodes, may connect blocks generated by different nodes to form a blockchain, and store the formed blockchain into different nodes
In one embodiment, as shown in fig. 2, a method for processing blockchain transaction data is provided, which is described by taking the method as an example applied to the first endorsement node 102 in fig. 1, and includes the following steps:
Step 202, a first endorsement node in the blockchain system receives the transaction data, and performs a first endorsement operation according to the transaction data to obtain a first endorsement result.
Specifically, the transaction data may be transaction data that needs to be linked and is sent by a transaction sender (a transaction client on the blockchain) to the blockchain, when the transaction data is successfully linked, the transaction is successfully ended, the first endorsement node is a node in the blockchain system and used for verifying whether the transaction data is legal, and the first endorsement result is a verification result of the first endorsement node for verifying the transaction data. And after the first endorsement node in the block chain system receives the transaction data, performing a first endorsement operation on the transaction data to obtain a corresponding first endorsement result. In addition, the endorsement operation of the endorsement node in the blockchain is used for verifying whether the data is legal, for example, the endorsement operation of the first endorsement node is used for verifying whether the received transaction data is legal.
And 204, the first endorsement node acquires a preset endorsement strategy, acquires a corresponding second endorsement node according to the endorsement strategy, and sends transaction data to the second endorsement node.
Specifically, the second endorsement node is an endorsement node that needs to verify the validity of the transaction data in addition to the first endorsement node. The endorsement strategy is used for guiding the endorsement node to carry out correct endorsement, and can also obtain other second endorsement nodes needing to carry out endorsement operation on transaction data besides the first endorsement node. And the first endorsement node acquires the information of the second endorsement node through the acquired preset endorsement strategy, and sends the transaction data to the second endorsement node for the second endorsement node to perform second endorsement operation on the transaction data.
And step 206, the first endorsement node receives a second endorsement operation performed by the second endorsement node according to the transaction data, and obtains a second endorsement result.
specifically, after the second endorsement node receives the transaction data, the second endorsement operation is performed on the transaction data to obtain a corresponding second endorsement result, the second endorsement result is fed back to the first endorsement node, and the first endorsement node receives the second endorsement result fed back by the second endorsement node.
And step 208, the first endorsement node obtains a target endorsement result according to the first endorsement result and the second endorsement result.
specifically, after receiving a second endorsement result fed back by a second endorsement node, the first endorsement node integrates the first endorsement result and the second endorsement result to obtain an integrated target endorsement result, and packages the first endorsement result and the second endorsement node, so that the target endorsement result is conveniently verified subsequently.
And step 210, the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node.
Specifically, the first endorsement node verifies the target endorsement result, and verifies whether the target endorsement result is successful, for example, whether the endorsement result of each endorsement node corresponding to the target endorsement result is successful, that is, whether the data information corresponding to the endorsement result is legal is checked, and when each endorsement node in the target endorsement result passes the verification, and the target endorsement result is sent to the consensus node.
in step 212, the first endorsement node receives the block sorting and dividing performed by the consensus node according to the target endorsement result to obtain a sorting and dividing result, and generates a transaction block corresponding to the transaction data according to the sorting and dividing result.
specifically, after the first endorsement node sends the verified target endorsement result to the consensus node, the consensus node can perform block sorting and division according to transaction data in the target endorsement result, the block sorting and division method can be a quick sorting method commonly used in a block chain, the quick sorting method belongs to an improved algorithm of bubble sorting, and the method is suitable for a block chain network, and after sorting and division, the obtained block sorting and division result is sent to the first endorsement node, so that the first endorsement node and other nodes generate transaction blocks corresponding to the transaction data according to the block sorting and division result, and the transaction data chaining operation is completed.
In the block chain transaction data processing method, after a first endorsement node in a block chain system receives transaction data, first endorsement operation is performed according to the transaction data to obtain a first endorsement result corresponding to the first endorsement operation; acquiring a preset endorsement strategy, acquiring a second endorsement node according to the endorsement strategy, and sending transaction data to the second endorsement node; the first endorsement node receives a second endorsement result obtained by performing a second endorsement operation according to the transaction data through the second endorsement node; obtaining a target endorsement result according to the first endorsement result and the second endorsement result; the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node for subsequent sequencing and dividing operation; the first endorsement node receives the ordering and division of the blocks performed by the consensus node according to the target endorsement result, obtains an ordering and division result, and generates transaction blocks corresponding to the transaction data according to the ordering and division result. The block chain transaction is completed through the information transmission between the first endorsement node and the second endorsement node and the consensus node, and compared with the traditional method for transmitting the information between the transaction server and the nodes, the method reduces network call and saves resources.
in an embodiment, as shown in fig. 3, in the method for processing blockchain transaction data, after the first endorsement node receives the transaction data, the method may further include:
Step 302, the first endorsement node detects a transaction processing type corresponding to the transaction data.
Specifically, the transaction processing type may be a request type when a transaction sender corresponding to the transaction data sends a transaction request, and the request type may be, for example, a synchronous request, an asynchronous request, or the like. After receiving the transaction data, the first endorsement node in the block chain detects the transaction processing type of the transaction data according to the identification of the transaction type contained in the transaction data, and performs subsequent operation according to the transaction processing type.
And 304, when the transaction processing type is asynchronous transaction, after the target endorsement result is sent to the consensus node, the first endorsement node acquires a transaction sending terminal corresponding to the transaction data, and sends a prompt message that the transaction data is submitted to the transaction sending terminal.
Specifically, when the transaction processing type is asynchronous transaction, it is indicated that the transaction request corresponding to the asynchronous transaction is an asynchronous request, and further, when the transaction request is an asynchronous request, the transaction sending does not need to wait for the result return of the asynchronous request after sending the request, and the next request can be directly sent. When the first endorsement node detects that the transaction processing type corresponding to the transaction data is an asynchronous request, the first endorsement node sends the target endorsement result to the consensus node, and at this time, the target endorsement result is verified, the first endorsement node acquires the address of the transaction sending terminal, sends the transaction data submitted to the transaction sending terminal, and waits for the prompt message generated by the block.
step 306, receiving the query information corresponding to the transaction data sent by the transaction sending terminal, extracting the data identifier contained in the transaction data, querying the state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
Specifically, the data identifier may be a transaction serial number of a transaction request corresponding to the transaction data, and a state identifier corresponding to the transaction data and displaying a current state of the transaction data may be acquired through the transaction serial number, where the state identifier may represent the current state of the transaction data, and may specifically be: the inquiry information is inquiry information which is sent by the transaction sending terminal and corresponds to the transaction data and is required to acquire the state of the transaction data after the first endorsement node sends the information that the transaction data is submitted to the transaction sending terminal. After receiving query information sent by the transaction sending terminal, the first endorsement node extracts a data identifier in the submitted transaction data, and after acquiring the state identifier, the first endorsement node sends the state identifier to the transaction sending terminal so that a transaction user corresponding to the transaction data can know the transaction state.
In the block chain transaction data processing method, the first endorsement node detects the transaction processing type corresponding to the transaction data, and when the transaction processing type is asynchronous transaction, sends the transaction data submission information to the transaction sending terminal after the target endorsement result is verified, and obtains the state identifier and sends the state identifier to the transaction sending terminal after receiving the query information of the transaction sending terminal, so that the transaction sending terminal can know the transaction state.
In one embodiment, in the method for processing blockchain transaction data, after the first endorsement node receives the transaction data, the method may further include: the first endorsement node detects a transaction processing type corresponding to the data; when the transaction processing type is synchronous transaction, after generating a transaction block corresponding to the transaction data according to the sorting and dividing result, the method further comprises the following steps: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that the block generation is successful to the transaction sending terminal.
Specifically, the transaction processing type may be a request type when a transaction sender corresponding to the transaction data sends a transaction request, and the request type may be, for example, a synchronous request, an asynchronous request, or the like. After receiving transaction data, a first endorsement node in the block chain detects a transaction processing type of the transaction data, when the transaction processing type is synchronous transaction, the transaction request corresponding to the synchronous transaction is indicated as synchronous request, further, when the transaction request is synchronous request, a transaction sending terminal can send the next request only after waiting for the result of the synchronous request to return after sending the request, when the first endorsement node detects that the transaction processing type corresponding to the transaction data is synchronous request, after generating a transaction block, the transaction block indicates that the entry of the transaction data is successful, the transaction is successfully ended, the first endorsement node acquires the address of the transaction sending terminal, and sends the block generation success to the transaction sending terminal, namely, the information of the successful end of the transaction, so as to remind a user corresponding to the transaction data that the transaction is successfully ended.
In this embodiment, the first endorsement node detects the transaction processing type corresponding to the transaction data, and when the transaction processing type is synchronous transaction, sends information that block generation is successful to the transaction sending terminal after the block generation, so as to conveniently and timely inform the transaction user corresponding to the transaction sending terminal that the current transaction is completed.
in one embodiment, the verifying the target endorsement result by the first endorsement node in the blockchain transaction data processing method may include: the method comprises the steps that a first endorsement node acquires a preset transaction strategy; acquiring each endorsement result in the target endorsement result, and detecting whether each endorsement result in the target endorsement result follows a transaction strategy or not; when each endorsement result in the target endorsement results conforms to the transaction strategy, the target endorsement results are verified.
Specifically, the transaction policy may invoke a chaincode (verification system) associated with the first endorsement node to detect whether the transaction data was successfully endorsed. The verification of the target endorsement result by the first endorsement node may be: and obtaining a related verification system, checking whether each endorsement result in the target endorsement result is legal through the verification system, and when each endorsement result in the target endorsement result checked by the verification system passes verification, namely each endorsement result is legal, verifying the target endorsement through the verification system.
In this embodiment, the first endorsement node determines the endorsement result by verifying each endorsement result in the target endorsement result, and when each endorsement result passes verification, determines that the target endorsement passes verification, so that each endorsement in the target endorsement result is verified, and the verification result is more accurate.
In one embodiment, the blockchain transaction data processing method may further include, after detecting whether each endorsement result in the target endorsement results complies with the transaction policy: when the endorsement result in the target endorsement result does not follow the transaction strategy, generating block generation failure information; and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends the information of transaction failure to the transaction sending terminal.
specifically, when the first endorsement result verifies the target endorsement result, if the endorsement result in the target endorsement result does not pass the verification of the verification system, it indicates that abnormal data which cannot enter a chain exists in the transaction data, and a subsequent transaction block cannot be generated, and if the transaction fails, the first endorsement node acquires the address of the transaction sending terminal, sends a block generation failure, that is, a transaction failure message to the transaction sending terminal, and reminds a user corresponding to the transaction data that the transaction data fails to enter the chain.
in this embodiment, when the first endorsement node sends the information that the block generation is successful to the transaction sending terminal after the block generation, the transaction sending terminal is convenient to inform the transaction user corresponding to the transaction sending terminal that the current transaction has failed in time.
in an embodiment of the method for processing blockchain transaction data, the first endorsement node integrates the target endorsement result obtained by the first endorsement operation and the second endorsement operation, verifies whether the target endorsement result passes verification, generates a transaction block corresponding to the transaction data when the target endorsement result passes verification, and completes the transaction by entering the transaction data into a chain. For example, after a certain company performs a transaction, data related to the transaction is obtained, and an in-chain operation of the transaction related data needs to be completed, the first endorsement node receives the transaction related data, obtains a second endorsement node that needs to endorse the transaction data according to an endorsement policy, sends the transaction related data to the second endorsement node, integrates endorsement results of the first endorsement node and the second endorsement node to obtain a target endorsement result, sends the target endorsement result to the consensus node sorting and dividing block, generates a transaction block corresponding to the transaction related data according to the sorting and dividing result, and generates and indicates that the transaction data is successfully in-chain. The block chain transaction is completed through the information transmission between the first endorsement node and the second endorsement node and the consensus node, and compared with the traditional method for transmitting the information between the transaction server and the nodes, the method reduces network call and saves resources.
it should be understood that, although the steps in the flowcharts of fig. 2 and 3 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2 and 3 may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 4, there is provided a blockchain transaction data processing apparatus including: a first receiving module 402, an obtaining module 404, a second receiving module 406, an endorsement result obtaining module 408, a verification module 410, and a block generation module 412, wherein:
The first receiving module 402 is configured to receive transaction data, and perform a first endorsement operation according to the transaction data to obtain a first endorsement result.
The obtaining module 404 is configured to obtain a preset endorsement policy, obtain a corresponding second endorsement node according to the endorsement policy, and send transaction data to the second endorsement node.
And a second receiving module 406, configured to receive a second endorsement operation performed by the second endorsement node according to the transaction data, and obtain a second endorsement result.
The endorsement result obtaining module 408 is configured to obtain a target endorsement result according to the first endorsement result and the second endorsement result.
And the verification module 410 is configured to verify the target endorsement result, and send the target endorsement result to the consensus node when the target endorsement result passes the verification.
the block generating module 412 is configured to receive a sorting and dividing result obtained by sorting and dividing the blocks by the consensus node according to the target endorsement result, and generate a transaction block corresponding to the transaction data according to the sorting and dividing result.
In one embodiment, the apparatus may further comprise:
and the detection module is used for detecting the transaction processing type corresponding to the transaction data.
The second obtaining module is configured to, when the transaction processing type is asynchronous transaction, send the target endorsement result to the consensus node, further include: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message that the transaction data is submitted to the transaction sending terminal.
and the third receiving module is used for receiving inquiry information which is sent by the transaction sending terminal and corresponds to the transaction data, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier and sending the state identifier to the transaction sending terminal.
in one embodiment, the apparatus may further comprise:
And the second detection module is used for detecting the transaction processing type corresponding to the data.
The third obtaining module is configured to, when the transaction processing type is synchronous transaction, generate a transaction block corresponding to the transaction data according to the sorting and dividing result, and further include: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that the block generation is successful to the transaction sending terminal.
In one embodiment, the apparatus may further comprise:
And the first endorsement node is used for acquiring a preset transaction strategy.
And the third detection module is used for detecting whether each endorsement result in the target endorsement results conforms to the transaction strategy or not after each endorsement result in the target endorsement results is obtained.
and the verification module is used for verifying the target endorsement result when each endorsement result in the target endorsement results conforms to the transaction strategy.
In one embodiment, the apparatus may further comprise:
And the second block generation module is used for generating information of block generation failure when the endorsement result does not conform to the transaction strategy in the target endorsement result.
and the fourth acquisition module is used for acquiring the transaction sending terminal corresponding to the transaction data and sending the information of transaction failure to the transaction sending terminal.
For specific limitations of the blockchain transaction data processing apparatus, reference may be made to the above limitations on the blockchain transaction data processing method, which is not described herein again. The various modules in the blockchain transaction data processing apparatus described above may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used to store transaction data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method for processing blockchain transaction data.
those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
in one embodiment, there is provided a computer device comprising a memory storing a computer program and a processor implementing the following steps when the processor executes the computer program: receiving transaction data, and performing a first endorsement operation according to the transaction data to obtain a first endorsement result; acquiring a preset endorsement strategy, acquiring a corresponding second endorsement node according to the endorsement strategy, and sending transaction data to the second endorsement node; the first endorsement node receives a second endorsement operation carried out by the second endorsement node according to the transaction data and obtains a second endorsement result; the first endorsement node obtains a target endorsement result according to the first endorsement result and the second endorsement result; the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node; the first endorsement node receives the ordering and division of the blocks performed by the consensus node according to the target endorsement result, obtains an ordering and division result, and generates transaction blocks corresponding to the transaction data according to the ordering and division result.
In one embodiment, after the first endorsement node implemented when the processor executes the computer program receives the transaction data, the method may further comprise: detecting a transaction processing type corresponding to the transaction data; when the transaction processing type is asynchronous transaction, after the target endorsement result is sent to the consensus node, the method further comprises the following steps: the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message submitted by the transaction data to the transaction sending terminal; receiving inquiry information corresponding to the transaction data sent by the transaction sending terminal, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
In one embodiment, after the first endorsement node implemented when the processor executes the computer program receives the transaction data, the method may further comprise: detecting a transaction processing type corresponding to the data; when the transaction processing type is synchronous transaction, after generating a transaction block corresponding to the transaction data according to the sorting and dividing result, the method further comprises the following steps: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that the block generation is successful to the transaction sending terminal.
In one embodiment, the verifying the target endorsement result by the first endorsement node involved in the processor executing the computer program may comprise: acquiring a preset transaction strategy; acquiring each endorsement result in the target endorsement result, and detecting whether each endorsement result in the target endorsement result follows a transaction strategy or not; when each endorsement result in the target endorsement results conforms to the transaction strategy, the target endorsement results are verified.
In one embodiment, after detecting whether each endorsement outcome in the target endorsement outcomes complies with the transaction policy, as implemented by the processor when executing the computer program, the method may further comprise: when the endorsement result in the target endorsement result does not follow the transaction strategy, generating block generation failure information; and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends the information of transaction failure to the transaction sending terminal.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving transaction data, and performing a first endorsement operation according to the transaction data to obtain a first endorsement result; acquiring a preset endorsement strategy, acquiring a corresponding second endorsement node according to the endorsement strategy, and sending transaction data to the second endorsement node; the first endorsement node receives a second endorsement operation carried out by the second endorsement node according to the transaction data and obtains a second endorsement result; the first endorsement node obtains a target endorsement result according to the first endorsement result and the second endorsement result; the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the target endorsement result is sent to the consensus node; the first endorsement node receives the ordering and division of the blocks performed by the consensus node according to the target endorsement result, obtains an ordering and division result, and generates transaction blocks corresponding to the transaction data according to the ordering and division result.
In one embodiment, the first endorsement node, implemented when the computer program is executed by the processor, after receiving the transaction data, may further comprise: detecting a transaction processing type corresponding to the transaction data; when the transaction processing type is asynchronous transaction, after the target endorsement result is sent to the consensus node, the method further comprises the following steps: the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message submitted by the transaction data to the transaction sending terminal; receiving inquiry information corresponding to the transaction data sent by the transaction sending terminal, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
In one embodiment, the first endorsement node, implemented when the computer program is executed by the processor, after receiving the transaction data, may further comprise: detecting a transaction processing type corresponding to the data; when the transaction processing type is synchronous transaction, after generating a transaction block corresponding to the transaction data according to the sorting and dividing result, the method further comprises the following steps: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that the block generation is successful to the transaction sending terminal.
In one embodiment, the first endorsement node involved in the computer program when executed by the processor to verify the target endorsement result may comprise: acquiring a preset transaction strategy; acquiring each endorsement result in the target endorsement result, and detecting whether each endorsement result in the target endorsement result follows a transaction strategy or not; when each endorsement result in the target endorsement results conforms to the transaction strategy, the target endorsement results are verified.
In one embodiment, after detecting whether each endorsement outcome in the target endorsement outcomes complies with the transaction policy, as implemented by the computer program when executed by the processor, the method may further comprise: when the endorsement result in the target endorsement result does not follow the transaction strategy, generating block generation failure information; and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends the information of transaction failure to the transaction sending terminal.
it will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
the technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
the above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. a blockchain transaction data processing method, the method comprising:
A first endorsement node in the block chain system receives transaction data and performs a first endorsement operation according to the transaction data to obtain a first endorsement result;
The first endorsement node acquires a preset endorsement strategy, acquires a corresponding second endorsement node according to the endorsement strategy, and sends the transaction data to the second endorsement node;
The first endorsement node receives a second endorsement operation carried out by the second endorsement node according to the transaction data and obtains a second endorsement result;
The first endorsement node obtains a target endorsement result according to the first endorsement result and the second endorsement result;
the first endorsement node verifies the target endorsement result, and when the target endorsement result passes the verification, the first endorsement node sends the target endorsement result to a consensus node;
and the first endorsement node receives the sorting and division of the blocks performed by the consensus node according to the target endorsement result to obtain a sorting and division result, and generates a transaction block corresponding to the transaction data according to the sorting and division result.
2. The method of claim 1, wherein after the first endorsement node receives the transaction data, further comprising:
the first endorsement node detects a transaction processing type corresponding to the transaction data;
When the transaction processing type is asynchronous transaction, after the target endorsement result is sent to a consensus node, the method further comprises the following steps:
the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message that the transaction data is submitted to the transaction sending terminal;
receiving inquiry information corresponding to the transaction data sent by the transaction sending terminal, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
3. The method of claim 1, wherein after the first endorsement node receives the transaction data, further comprising:
the first endorsement node detects a transaction processing type corresponding to the data;
When the transaction processing type is synchronous transaction, after generating a transaction block corresponding to the transaction data according to the sorting and dividing result, the method further comprises:
And the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that block generation is successful to the transaction sending terminal.
4. The method of claim 1, wherein the first endorsement node verifying the target endorsement result comprises:
The first endorsement node acquires a preset transaction strategy;
Acquiring each endorsement result in the target endorsement results, and detecting whether each endorsement result in the target endorsement results conforms to the transaction strategy;
When each endorsement result in the target endorsement results complies with the transaction policy, the target endorsement result is verified.
5. The method of claim 4, wherein after detecting whether each of the target endorsement outcomes complies with the transaction policy, further comprising:
When the endorsement result does not conform to the transaction strategy in the target endorsement result, generating block generation failure information;
And the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends the information of transaction failure to the transaction sending terminal.
6. a blockchain transaction data processing apparatus, the apparatus comprising:
the first receiving module is used for receiving transaction data and carrying out first endorsement operation according to the transaction data to obtain a first endorsement result;
The acquisition module is used for acquiring a preset endorsement strategy, acquiring a corresponding second endorsement node according to the endorsement strategy and sending the transaction data to the second endorsement node;
the second receiving module is used for receiving a second endorsement operation performed by the second endorsement node according to the transaction data and obtaining a second endorsement result;
the endorsement result acquisition module is used for acquiring a target endorsement result according to the first endorsement result and the second endorsement result;
The verification module is used for verifying the target endorsement result and sending the target endorsement result to a consensus node when the target endorsement result passes the verification;
And the block generation module is used for receiving the sequencing and division of the blocks performed by the consensus node according to the target endorsement result to obtain a sequencing and division result, and generating the transaction block corresponding to the transaction data according to the sequencing and division result.
7. the apparatus of claim 6, wherein the apparatus comprises:
The detection module is used for detecting the transaction processing type corresponding to the transaction data;
The second obtaining module is configured to, when the transaction processing type is an asynchronous transaction, after the target endorsement result is sent to a consensus node, further include: the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends a prompt message that the transaction data is submitted to the transaction sending terminal;
And the third receiving module is used for receiving inquiry information which is sent by the transaction sending terminal and corresponds to the transaction data, extracting a data identifier contained in the transaction data, inquiring a state identifier corresponding to the transaction data according to the data identifier, and sending the state identifier to the transaction sending terminal.
8. the apparatus of claim 6, wherein the apparatus comprises:
The second detection module is used for detecting the transaction processing type corresponding to the data;
a third obtaining module, configured to, when the transaction processing type is a synchronous transaction, generate a transaction block corresponding to the transaction data according to the sorting and dividing result, further include: and the first endorsement node acquires a transaction sending terminal corresponding to the transaction data and sends information that block generation is successful to the transaction sending terminal.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 5 when executing the computer program.
10. a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN201910675971.9A 2019-07-25 2019-07-25 Block chain transaction data processing method and device, computer equipment and storage medium Pending CN110555769A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910675971.9A CN110555769A (en) 2019-07-25 2019-07-25 Block chain transaction data processing method and device, computer equipment and storage medium
PCT/CN2019/122886 WO2021012572A1 (en) 2019-07-25 2019-12-04 Blockchain transaction data processing method and apparatus, computer device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910675971.9A CN110555769A (en) 2019-07-25 2019-07-25 Block chain transaction data processing method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110555769A true CN110555769A (en) 2019-12-10

Family

ID=68735787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910675971.9A Pending CN110555769A (en) 2019-07-25 2019-07-25 Block chain transaction data processing method and device, computer equipment and storage medium

Country Status (2)

Country Link
CN (1) CN110555769A (en)
WO (1) WO2021012572A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111209336A (en) * 2019-12-30 2020-05-29 广州博士信息技术研究院有限公司 Data distribution method and device based on block chain and server
CN111260349A (en) * 2020-01-10 2020-06-09 中国工商银行股份有限公司 Real-time payment method and system based on block chain
CN111598650A (en) * 2020-04-28 2020-08-28 深圳壹账通智能科技有限公司 Resource request transaction method based on block chain network and related device
CN114499869A (en) * 2020-11-13 2022-05-13 顺丰科技有限公司 Resource cross-link exchange method and device based on block chain and computer equipment
CN114499869B (en) * 2020-11-13 2024-05-17 顺丰科技有限公司 Resource cross-chain exchange method and device based on block chain and computer equipment

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113411373B (en) * 2021-04-26 2023-07-25 艾普工华科技(武汉)有限公司 Transaction data storage method, tracking and tracing method and blockchain network
CN113656509A (en) * 2021-08-26 2021-11-16 支付宝(杭州)信息技术有限公司 Method and device for executing transaction in blockchain system
CN113643032B (en) * 2021-09-01 2024-02-20 中国银行股份有限公司 Information processing method, device and data management system based on block chain

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408065A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Trade information on-line inquiry method and device
CN108376368A (en) * 2018-03-07 2018-08-07 物数(上海)信息科技有限公司 Endorsement strategy determines method, apparatus, electronic equipment, storage medium
CN109146490A (en) * 2018-10-11 2019-01-04 北京京东尚科信息技术有限公司 block generation method, device and system
CN109213806A (en) * 2018-09-12 2019-01-15 北京英视睿达科技有限公司 Pollutant discharge of enterprise data processing method and system based on block chain
CN109800598A (en) * 2018-12-29 2019-05-24 中链科技有限公司 Certificate administration method, apparatus, electronic equipment and storage medium based on block chain

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109118214B (en) * 2017-06-26 2020-11-17 华为技术有限公司 Method and device for operating intelligent contract
US11057225B2 (en) * 2017-12-07 2021-07-06 International Business Machines Corporation Enforcing compute equity models in distributed blockchain
US11315110B2 (en) * 2017-12-27 2022-04-26 International Business Machines Corporation Private resource discovery and subgroup formation on a blockchain
CN108769230B (en) * 2018-06-06 2021-06-18 腾讯科技(深圳)有限公司 Transaction data storage method, device, server and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408065A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Trade information on-line inquiry method and device
CN108376368A (en) * 2018-03-07 2018-08-07 物数(上海)信息科技有限公司 Endorsement strategy determines method, apparatus, electronic equipment, storage medium
CN109213806A (en) * 2018-09-12 2019-01-15 北京英视睿达科技有限公司 Pollutant discharge of enterprise data processing method and system based on block chain
CN109146490A (en) * 2018-10-11 2019-01-04 北京京东尚科信息技术有限公司 block generation method, device and system
CN109800598A (en) * 2018-12-29 2019-05-24 中链科技有限公司 Certificate administration method, apparatus, electronic equipment and storage medium based on block chain

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111209336A (en) * 2019-12-30 2020-05-29 广州博士信息技术研究院有限公司 Data distribution method and device based on block chain and server
CN111260349A (en) * 2020-01-10 2020-06-09 中国工商银行股份有限公司 Real-time payment method and system based on block chain
CN111260349B (en) * 2020-01-10 2023-10-03 中国工商银行股份有限公司 Real-time payment method and system based on block chain
CN111598650A (en) * 2020-04-28 2020-08-28 深圳壹账通智能科技有限公司 Resource request transaction method based on block chain network and related device
CN114499869A (en) * 2020-11-13 2022-05-13 顺丰科技有限公司 Resource cross-link exchange method and device based on block chain and computer equipment
CN114499869B (en) * 2020-11-13 2024-05-17 顺丰科技有限公司 Resource cross-chain exchange method and device based on block chain and computer equipment

Also Published As

Publication number Publication date
WO2021012572A1 (en) 2021-01-28

Similar Documents

Publication Publication Date Title
CN110555769A (en) Block chain transaction data processing method and device, computer equipment and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN108573371B (en) Data approval method, device, computer equipment and storage medium
CN109788032B (en) Method and device for acquiring mirror image file, computer equipment and storage medium
CN110633160A (en) Interface calling method and device, computer equipment and storage medium
CN109039751B (en) Method, device, computer equipment and storage medium for configuring route
CN111191281A (en) Data desensitization processing method and device, computer equipment and storage medium
CN110570196A (en) Transaction data processing method and device, terminal equipment and storage medium
CN110442756A (en) Data verification method, device, computer equipment and storage medium
CN108446172B (en) Data calling method and device, computer equipment and storage medium
CN110647540A (en) Business data query method and device, computer equipment and storage medium
CN110635898A (en) Encryption method and encryption system
CN112860778A (en) Database management method, device, equipment and medium for desktop application program
CN108366132B (en) Method and device for managing service between servers, computer equipment and storage medium
CN111667334A (en) Audit failure order processing method and device, computer equipment and storage medium
CN110599267A (en) Electronic invoice billing method and device, computer readable storage medium and computer equipment
CN110795171A (en) Service data processing method and device, computer equipment and storage medium
CN111224782B (en) Data verification method based on digital signature, intelligent device and storage medium
CN112165448A (en) Service processing method, device, system, computer equipment and storage medium
CN111191212B (en) Block chain-based digital certificate processing method, device, equipment and storage medium
CN112187465A (en) Non-inductive login method and device, computer equipment and storage medium
CN113259429B (en) Session maintenance management and control method, device, computer equipment and medium
CN110503432B (en) Method, device and computer readable storage medium for processing resource transfer request
CN110910141A (en) Transaction processing method, system, device, equipment and computer readable storage medium
CN114429408B (en) Method, device, equipment and system for checking configuration file of intelligent substation

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20191210

WD01 Invention patent application deemed withdrawn after publication