CN110597913B - Transaction information tracking method, device, system, storage medium and computer equipment - Google Patents

Transaction information tracking method, device, system, storage medium and computer equipment Download PDF

Info

Publication number
CN110597913B
CN110597913B CN201910876219.0A CN201910876219A CN110597913B CN 110597913 B CN110597913 B CN 110597913B CN 201910876219 A CN201910876219 A CN 201910876219A CN 110597913 B CN110597913 B CN 110597913B
Authority
CN
China
Prior art keywords
transaction
log
node
target
information
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
CN201910876219.0A
Other languages
Chinese (zh)
Other versions
CN110597913A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910876219.0A priority Critical patent/CN110597913B/en
Publication of CN110597913A publication Critical patent/CN110597913A/en
Application granted granted Critical
Publication of CN110597913B publication Critical patent/CN110597913B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Mathematical Physics (AREA)
  • Fuzzy Systems (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application relates to a method, a device, a system, a computer readable storage medium and a computer device for tracking blockchain network transaction information, wherein the method comprises the following steps: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node; inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; storing the log record corresponding to the transaction processing transaction locally at a node; and sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center. The scheme provided by the application can realize effective tracking of transaction information in the blockchain network.

Description

Transaction information tracking method, device, system, storage medium and computer equipment
Technical Field
The present application relates to the field of blockchain technologies, and in particular, to a method, an apparatus, a system, a computer readable storage medium, and a computer device for tracking transaction information in a blockchain network.
Background
The blockchain is a data recording mode, and is different from the traditional data recording mode in that the blockchain divides the generated data into data blocks (namely blocks) for recording, and then the data blocks are sequentially associated according to the generation of the blocks to form the blockchain.
In a blockchain network, the system comprises a plurality of nodes, and a component module of each node comprises a plurality of component modules which are respectively used for carrying out different processing on transaction information. From the time when a user initiates a new transaction message through a client to the time when corresponding blocks are generated in the account book of each node, the process requires a plurality of nodes and a plurality of component modules in each node to participate together.
However, due to the distributed storage characteristic of the blockchain network and the fact that each transaction information needs to undergo multiple stages of processing, the processing progress of the transaction information in the blockchain network is difficult to locate and track in time, and tracking management of the transaction information is not facilitated.
Disclosure of Invention
Based on this, it is necessary to provide a method, apparatus, system, computer readable storage medium and computer device for tracking transaction information of a blockchain network, aiming at the technical problem that the processing progress of the transaction information in the traditional blockchain network is difficult to locate and track in time.
The invention provides a method for tracking block chain network transaction information, which comprises the following steps:
aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node;
inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions;
if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction;
storing the log record corresponding to the transaction processing transaction locally at a node;
and sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center.
The second aspect of the present invention provides a method for tracking blockchain network transaction information, comprising:
receiving log screening conditions; the log screening conditions comprise transaction information to be tracked;
broadcasting a log query request to nodes in the blockchain network; the log inquiry request carries the log screening condition;
Receiving a target log record returned by at least one node in the blockchain network; the target log record is a log record which is stored locally by the at least one node and corresponds to the log screening condition;
and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
A third aspect of the present invention provides a system for blockchain network transaction information tracking, comprising: a data center and a plurality of nodes; the data center is in communication connection with the plurality of nodes;
the node is used for detecting transaction processing transactions executed locally aiming at transaction information to be tracked; inquiring a target transaction set according to the transaction processing transaction, wherein the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction; storing the log record corresponding to the transaction processing transaction locally;
the data center is used for receiving log screening conditions, wherein the log screening conditions comprise transaction information to be tracked; broadcasting a log query request to nodes in a block chain network, wherein the log query request carries the log screening condition;
The node is further configured to receive a log query request sent by the data center, and obtain a locally stored log record corresponding to the log screening condition as a target log record; sending the target log record to the data center;
the data center is further used for receiving a target log record returned by at least one node in the blockchain network; and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
A fourth aspect of the present invention provides an apparatus for blockchain network transaction information tracking, comprising:
the transaction detection module is used for detecting transaction processing transactions locally executed by the nodes aiming at transaction information to be tracked;
the transaction identification module is used for inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions;
the log generation module is used for generating a log record corresponding to the transaction processing transaction if the transaction processing transaction belongs to the target transaction processing transaction in the target transaction set; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction;
The log storage module is used for locally storing the log record corresponding to the transaction processing transaction at a node;
and the log sending module is used for sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center.
A fifth aspect of the present invention provides an apparatus for blockchain network transaction information tracking, comprising:
the condition setting module is used for receiving log screening conditions; the log screening conditions comprise transaction information to be tracked;
the request sending module is used for broadcasting a log query request to nodes in the blockchain network; the log inquiry request carries the log screening condition;
the log receiving module is used for receiving a target log record returned by at least one node in the blockchain network; the target log record is a log record which is stored locally by the at least one node and corresponds to the log screening condition;
and the tracking module is used for tracking the transaction information to be tracked according to the target log record returned by the at least one node.
A sixth aspect of the invention provides a computer readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of any of the methods described above.
A seventh aspect of the invention provides a computer device comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to perform the steps of any of the methods described above.
The method, the device, the system, the computer readable storage medium and the computer equipment for tracking the transaction information of the blockchain network detect the transaction processing transaction locally executed by the node aiming at the transaction information to be tracked in each node of the blockchain network; then inquiring a target transaction set according to the detected transaction processing transaction; if the currently detected transaction belongs to the target transaction in the target transaction set, generating a corresponding log record for the currently detected transaction, wherein the log record can comprise at least one of node information and component module information; and storing the generated log record locally at the node; and sending the log record corresponding to the transaction processing transaction stored locally by the node to the data center based on the log record generated by the local storage. The data center can track the conditions of the processing nodes in the blockchain network of the transaction information to be tracked through the data center by collecting the log records of one or more nodes in the network, and can also locate specific component modules in the processing nodes, so that the transaction information entering the blockchain network can be tracked and located conveniently.
Drawings
FIG. 1 is an application environment diagram of a method of block chain network transaction information tracking in one embodiment;
FIG. 2 is an application environment diagram of a method of block chain network transaction information tracking in another embodiment;
FIG. 3 is a flow diagram of a method of block chain network transaction information tracking in one embodiment;
FIG. 4 is a flow chart of a method of block chain network transaction information tracking in another embodiment;
FIG. 5 is a flow chart of a method of block chain network transaction information tracking in yet another embodiment;
FIG. 6 is a block diagram of an apparatus for block chain network transaction information tracking in one embodiment;
FIG. 7 is a block diagram of an apparatus for block chain network transaction information tracking in another embodiment;
FIG. 8 is a block diagram of a computer device in one embodiment;
fig. 9 is a block diagram of a computer device in another embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
FIG. 1 is an application environment diagram of a method of block chain network transaction information tracking in one embodiment. Referring to fig. 1, a block chain network 100 in an embodiment of the present application includes a plurality of nodes 101 and a data center 102. The plurality of nodes 101 may communicate with each other via a network, and the plurality of nodes 101 may each communicate with the data center 102 via the network.
Wherein, a plurality of nodes 101 may be in peer-to-peer status, and each node 101 may be a server or a workstation, and the whole network 100 may not depend on a dedicated centralized server or a dedicated workstation. Each node 101 can act as a requester of a network service and respond to requests from other nodes. Thus, the method of blockchain network transaction information tracking in the practice of the present application is applicable to each of the plurality of nodes 101 in the blockchain network 100.
The node 101 may be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. In addition, node 101 may be a server, which may be implemented as a stand-alone server or as a server cluster including a plurality of servers. The application is not limited to what device node 101 is specifically.
The data center 102 may be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. The data center 102 may also be a server, which may be implemented as a stand-alone server or as a cluster of servers. The particular type of equipment in the data center 102 is not limiting.
Further, the plurality of nodes 101 in the blockchain network 100 may be aware of each other of identities, and the node identities may be node names, node identifications, and other information that may characterize the uniqueness of the nodes in the blockchain network 100, so as to implement communication and consensus verification between the plurality of nodes 101.
In one embodiment, the blockchain network 100 may be a public network such as the internet, where each node 101 needs to sign information sent by the node to ensure the security of information transmission; in addition, in other embodiments, the blockchain network 100 may also operate in a proprietary network, in which case the signing process of the information it sends by the node 101 may be simplified. Typically, each node 101 in the blockchain network 100 has a respective private key and public key, the public key disclosing the private key used to sign the information sent by itself. The application does not limit the specific mode of node signature.
Further, in the blockchain network 100, each node 101 may include a plurality of component modules (which may be understood as functional modules that implement specific functions) for respectively performing different processing on transaction information.
Specifically, in one embodiment, as shown in fig. 2, the component modules of each node 101 specifically include: an interface module, a network routing module, a consensus module, a virtual machine module, an account book module and the like. The interface module is used for receiving and transmitting information with a client accessing the blockchain network. The network routing module is used to implement connection communication between nodes 101, between nodes 101 and data center 102. The virtual machine module can be understood as a set of program rules, for example, in a bitcoin system, the sending and receiving of bitcoin can only be performed, the sending and receiving process is completed through the set of program rules, and the program rules in the virtual machine module can also be written by a user, so that the functions of a blockchain network, such as the functions of intelligent contracts of an Ethernet, can be expanded; a variety of business functions may be implemented in the blockchain through the virtual machine module, such as billing through the blockchain, recording orders, recording crowd funding accounts, recording logistics information, recording supply chain information, and the like. The account book module is used for generating blocks according to the transaction data and linking the blocks one by one. The consensus module comprises a consensus algorithm, wherein the consensus algorithm can be understood as a rule, and each node in the network confirms account book data of each node according to the rule; in blockchain network 100, each node 101 maintains a ledger and must keep its ledger consistent with the ledgers of other nodes, so that the blockchain network uses the ledger data of each node to agree through a consensus algorithm.
Based on the blockchain network shown in fig. 2, from the time when a user initiates a new transaction message through a client to the time when corresponding blocks are generated in the ledgers of the respective nodes 101, this process requires the joint participation of a plurality of nodes and a plurality of component modules in the respective nodes, and may include:
(1) The node 1 receives transaction information submitted by the client through the interface module. (2) After receiving the transaction information, the node 1 enters the consensus module and is processed by the consensus module. (3) The node 1 executes corresponding virtual machine transaction logic aiming at the transaction information. (4) The node 1 puts the current transaction information into the latest transaction list of the block, and performs account book verification for the current transaction information. (5) After the node 1 locally completes the operation, an execution result of the transaction information is obtained, and the transaction execution result is returned to the client. (6) The node 1 broadcasts block information including the current transaction information to other nodes. (7) The node 2 receives the block information broadcast by the node 1 and processes the block information by the consensus module. (8) The node 2 executes corresponding virtual machine transaction logic for the transaction information. (9) node 2 performs ledger checking for the current transaction information. (10) node 2 broadcasts the ledger check result to other nodes. (11) Each node receives account book verification results broadcast by other nodes. (12) And carrying out consensus voting of the transaction according to the account book checking results broadcasted by other nodes, and judging whether consensus is achieved. (13) If consensus is reached, the node 1 returns a consensus result corresponding to the transaction information to the client. (14) After consensus is reached, each node also saves the block containing the current transaction information to the account book, i.e. adds the block containing the current transaction information to the blockchain. The client can be an APP or a browser. The form of the client is not limited. Through the process, the blockchain accounting of the transaction is completed.
Further, in the embodiment of the present application, each node 101 is further configured with a log module in advance, so as to generate a log record corresponding to at least one transaction processing transaction. The execution of a transaction message in the blockchain network 100 may be recorded by logging, such as which node or nodes currently are executing the associated transaction or which component modules are executing the associated transaction. The data center 102 may actively or passively obtain log record information for all nodes 101 in the blockchain network 100, thereby tracking the execution of transaction information in the blockchain network 100 based on the log records obtained by the data center 102.
Based on the above description of the application environment, a method for tracking blockchain network transaction information is provided. In one embodiment, as shown in fig. 3, the blockchain network transaction information tracking method is applied to any node 101 in fig. 1 for illustration. The method for tracking the blockchain network transaction information can comprise the following steps:
s301, aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by the nodes.
The transaction information to be tracked can be any business information which is recorded through a blockchain network. The transaction performed locally by the node may be any transaction performed by the node for the transaction information to be tracked, including, but not limited to, receiving transaction information by the interface, consensus checking, virtual machine execution logic, ledger checking, signing, broadcasting execution results, receiving consensus checking results by other nodes, consensus voting, returning execution results to the client, saving execution result information to the ledger, and the like.
In the embodiment of the application, the node can detect the transaction processing transaction which is locally executed by the node aiming at the transaction information to be tracked in real time. Of course, the node may also detect according to a set time interval, and may specifically be set according to an actual situation.
S302, inquiring a target transaction set according to the detected transaction processing transaction; the set of target transactions includes target transaction processing transactions.
The target transaction set may include a data set of one or more target transaction transactions, where a target transaction may be understood as a corresponding log record to be generated once the corresponding transaction is executed in the node.
S303, if the detected transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the detected transaction; the log record comprises at least one of identity information of the node and component module information corresponding to the transaction processing transaction.
The identity information of the node is information capable of uniquely identifying the node in the blockchain network, such as node name, node identification information, address information, or the like. The component module information may be the name, identity, or other information that uniquely identifies the component module in a node.
In the embodiment of the application, the formats of the log records corresponding to different target transaction processing transactions can be the same or different. In addition, the generation mode of the log record can be determined according to the log module configured by each node, and in some embodiments, the generation mode of the log record unified by the whole network can be preconfigured, which is not limited in the application.
S304, the log record corresponding to the transaction processing transaction detected at this time is stored locally in the node.
In the embodiment of the application, the log record corresponding to the transaction processing transaction detected at the time can be stored in the appointed position in the node, for example, the log record corresponding to the transaction processing transaction is stored in the cache of the node, so that the log query request of the data center can be responded quickly.
S305, sending log records related to transaction records stored locally by the nodes to a data center so as to track transaction information to be tracked through the data center.
In some embodiments, the node may actively send the log record corresponding to the locally generated transaction to the data center, e.g., may send the log record corresponding to the generated transaction to the data center in real time; the node can also send the log record corresponding to the transaction processing transaction stored locally to the data center according to the set time period. In other embodiments, the node may also passively send the locally stored log record corresponding to the transaction to the data center, for example, when receiving a log query request from the data center, send the log record corresponding to the transaction to the data center.
In addition, the log query request of the data center can also carry log screening conditions, and after the node receives the log query request, the node acquires the log record corresponding to the log screening conditions from the locally stored log record and sends the log record to the data center. Therefore, the method can selectively collect the log information of the nodes in the blockchain network and track and position the transaction information in a targeted manner.
According to the embodiment of the application, the node can detect the transaction processing transaction executed for the transaction information in real time in the process of processing the transaction information, and the corresponding log record is generated and stored for the specific transaction processing transaction, namely, in the embodiment of the application, the log record corresponding to the transaction information is synchronously generated with the execution of the transaction processing transaction, so that the data center can acquire the log record corresponding to the transaction information of the node in time, and the effect of tracking the transaction information in real time is realized.
In the method for tracking the transaction information of the blockchain network, in each node in the blockchain network, the transaction processing transaction locally executed by the node can be detected aiming at the transaction information to be tracked; then inquiring a target transaction set according to the detected transaction processing transaction; if the currently detected transaction belongs to the target transaction in the target transaction set, generating a corresponding log record for the currently detected transaction; the log record can comprise at least one of node information and component module information; and storing the generated log record locally at the node; and sending the log record corresponding to the transaction processing transaction stored locally by the node to the data center, so that the transaction information to be tracked can be tracked through the data center. The data center can locate the current processing node of the transaction information to be tracked by collecting the log records of one or more nodes in the network and can also locate the specific component module in the processing node, so that the transaction information entering the blockchain network can be tracked and located conveniently.
In one embodiment, the step S301 specifically includes: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node through a preset log switch interface; and the log switch interface is used for locally generating log records corresponding to all target transaction processing transactions in the target transaction set at the node in an enabling state.
Accordingly, the method for tracking the blockchain network transaction information can further comprise the following steps: a log switch interface is configured for each node in the blockchain network. The log switch interface can be an interface with corresponding system rights, and by configuring the log switch interface, detection of target transaction processing transaction in the node can be realized and log records can be generated. Specifically, this step may include: configuring a log switch interface of the node; configuring a target transaction processing transaction corresponding to the log switch interface; and generating a target transaction set corresponding to the log switch interface according to the target transaction processing transaction corresponding to the log switch interface.
The configuration method of the log switch interface of each node in the blockchain network can be determined according to the operating system of the node, so that the configuration methods of the log switch interfaces of different nodes can be different. When the nodes in the blockchain network are the same devices, the configuration methods of the log switch interfaces of the different nodes can be the same. Whether the configuration methods are the same or not, the function of detecting the target transaction processing transaction of the node and generating the log record can be realized through the log switch interfaces of all the nodes.
In one embodiment, the state of the log switch interface of each node may be selected, e.g., the log switch interface may be in an enabled state and the log switch interface may be in a disabled state. Or, the switch interfaces of some nodes may be in an enabled state, and the log switch interfaces of other nodes may also be in a disabled state, which may be specifically set according to the situation.
In the embodiment of the application, the target transaction processing transactions in the target transaction set corresponding to the log switch interface may be one or more, and the specific setting of the target transaction processing transactions may be set according to the actual situation, and generally, the key processing process of one transaction information in the blockchain network may be set as the target transaction processing transaction corresponding to the log switch interface.
In one embodiment, the target transaction processing transactions contained in the target transaction set may include at least one of: receiving transaction information initiated by a client through an interface module, performing consensus verification on the transaction information through a consensus module, executing corresponding virtual machine transaction logic on the transaction information, and executing account book verification on the transaction information; the node broadcasts an execution result corresponding to the transaction information to other nodes in the network; the node receives execution results corresponding to transaction information broadcast by other nodes; the node consensus module performs consensus voting according to the execution results broadcasted by other results; the node returns an execution result corresponding to the transaction information to the client through the interface module; and storing an execution result corresponding to the transaction information to the blockchain through the account book module.
In addition to the transaction transactions listed above, the target transaction set corresponding to the log switch interface may also include other transaction transactions, which is not limited in this disclosure.
In one embodiment, in the step S303, a specific process of generating the log record corresponding to the transaction processing transaction may include: acquiring a transaction identifier corresponding to a transaction processing transaction; acquiring a node identifier and a component module identifier of a transaction processing transaction occurrence node; acquiring occurrence time and description information of transaction processing matters; and generating a log record corresponding to the transaction processing transaction according to the transaction identifier, the node identifier, the component module identifier, the occurrence time and the description information. The description information of the transaction processing transaction may include information such as a processing type, a processing state, a processing time consumption, and/or a processing result, which is not limited.
In one embodiment, in the step S305, the specific process of sending, by the node, the log record stored locally by the node to the data center may include:
receiving a log query request sent by a data center; the log inquiry request carries log screening conditions; obtaining a log record corresponding to the log screening condition from the log record locally stored by the node, and taking the log record as a target log record; and sending the target log record to a data center.
Therefore, the data center can collect log records of one or more nodes in the network, further locate the current processing node of the transaction information to be tracked, and locate the specific component module in the processing node, so that the transaction information entering the blockchain network can be tracked and located conveniently. And on the basis of tracking and positioning transaction information of the blockchain network, the nodes in the blockchain network are also convenient to manage, for example, when the time for common check of one node is found to be obviously longer than that of other nodes, the performance of the node is required to be optimized, and the node optimization or maintenance is required to be performed in time. Similarly, the component modules of the nodes in the blockchain network are convenient to manage, and when the transaction processing transaction state of one component module is found to be failed for a plurality of times, the component module is indicated to be updated or replaced.
The following describes the method for tracking the blockchain network transaction information according to the present invention with reference to fig. 4, which includes the following steps:
s401, configuring a log switch interface for each node in the blockchain network, and enabling the log switch interface of each node.
S402, detecting transaction processing transactions executed by each node locally aiming at transaction information to be tracked through a log switch interface.
S403, inquiring a target transaction set according to the currently detected transaction processing transaction; judging whether the currently detected transaction belongs to the transaction in the target transaction set; if yes, executing the next step.
If the currently detected transaction does not belong to the target transaction in the target transaction set, which indicates that the user does not care about the transaction, the log record of the transaction may not be generated, so as to reduce the burden of the node.
S404, a corresponding log record is generated for the currently detected transaction, and relevant information of the currently detected transaction is recorded through the log record, for example, node and component module information, occurrence time information, processing state information, processing details and the like which can occur through log record processing are recorded.
S405, carrying out local caching on the generated log record.
S406, the user sets log screening conditions through the data center, and the data center receives the log screening conditions set by the user.
The log screening condition may be one or more of transaction identifier, node identifier, component identifier, occurrence time and processing type, and may be specifically set according to actual situations. In general, the log filtering condition that can be set by the data center should be included in the log record generated by the node, for example, if the log filtering condition includes a transaction identifier, the log record generated by the node should also include a transaction identifier of the transaction information.
S407, when the data center receives the operation instruction for inquiring the log, generating a corresponding log inquiry request according to the set log screening condition, and respectively sending the log inquiry request to nodes in the blockchain network.
S408, after receiving the log query request of the data center, the node screens out the corresponding log record from the locally cached log records.
S409, the node returns the screened log records to the data center.
And S410, the data center receives the log records returned by the at least one node, and tracks the transaction information to be tracked according to the received log records.
In one embodiment, the data center may perform comprehensive analysis on the received log records, for example, obtain the current stage and state of the transaction information to be tracked through comprehensive analysis, and display the result of the comprehensive analysis. In other embodiments, the data center may also directly present the received log records for manual analysis by a user of the data center.
In addition to the above embodiment, the log query request sent by the data center may not carry a screening condition, that is, the data center obtains all log records of the nodes, and then the user performs screening of the log records on the data center based on needs, which is convenient for multi-angle tracking and analysis of transaction information in the blockchain network.
Based on the application environments shown in fig. 1 and fig. 2, and the description of the application environments in the above embodiments, in one embodiment, as shown in fig. 5, a method for tracking blockchain network transaction information is also provided, and the method is applied to the data center 102 in fig. 1 or fig. 2 to illustrate the method. As shown in fig. 5, the method for tracking blockchain network transaction information may include the following steps:
s501, receiving log screening conditions; the log filtering condition comprises transaction information to be tracked.
The log screening conditions include a transaction identifier that may include transaction information to be tracked in the log screening conditions, and in addition, the log screening conditions may further include one or more of a node identifier, a component identifier, an occurrence time, a processing type, and the like, and may be set according to an actual situation.
S502, broadcasting a log query request to nodes in a blockchain network; the log inquiry request carries the log screening condition.
S503, receiving a target log record returned by at least one node in the block chain network; the target log record is a log record corresponding to the log filtering condition stored locally by the at least one node.
After receiving the log query request of the data center, the nodes in the blockchain network filter the locally cached log records according to the log screening conditions in the log query request, and if the log records corresponding to the log screening conditions in the log query request do not exist, return empty information or do not return any information to the data center. And if the log record corresponding to the log screening condition exists in the node, returning the filtered log record to the data center.
S504, tracking the transaction information to be tracked according to the target log record returned by at least one node.
The data center can display the received log records of one or more nodes, so that the state of the transaction information to be tracked in the blockchain network can be conveniently tracked. In other embodiments, the data center may further perform comprehensive analysis on the received log records of one or more nodes according to the set log analysis model, for example, obtain the current stage and state of the transaction information to be tracked through comprehensive analysis, and display the result of the comprehensive analysis, so that the displayed information is more concise.
Therefore, the data center can collect log records of one or more nodes in the network, further locate the current processing node of the transaction information to be tracked, and locate the specific component module in the processing node, so that the transaction information entering the blockchain network can be tracked and located conveniently. And on the basis of tracking and positioning transaction information of the blockchain network, the nodes in the blockchain network are also convenient to manage, for example, when the time for common check of one node is found to be obviously longer than that of other nodes, the performance of the node is required to be optimized, and the node optimization or maintenance is required to be performed in time. Similarly, the component modules of the nodes in the blockchain network are convenient to manage, and when the transaction processing transaction state of one component module is found to be failed for a plurality of times, the component module is indicated to be updated or replaced.
It should be understood that, in the flowchart of the block chain network transaction information tracking method in the above embodiment, the steps are sequentially shown as indicated by the arrows, but these steps are not necessarily sequentially executed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the block chain network transaction information tracking method in the foregoing embodiments 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 execution sequence of the sub-steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the sub-steps or stages of other steps or other steps.
The invention also provides an embodiment of a system for tracking the blockchain network transaction information, which comprises a data center and a plurality of nodes, wherein the data center is in communication connection with the plurality of nodes.
Each node is used for detecting transaction processing transactions executed locally aiming at transaction information to be tracked; inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction; storing the log record corresponding to the transaction processing transaction locally;
the data center is used for receiving log screening conditions; the log screening conditions comprise transaction information to be tracked; broadcasting a log query request to nodes in the blockchain network; the log inquiry request carries the log screening condition;
each node is further configured to receive a log query request of the data center, and obtain a locally stored log record corresponding to the log screening condition as a target log record; sending the target log record to the data center;
The data center is further used for receiving a target log record returned by at least one node in the blockchain network; and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
According to the system for tracking transaction information of the blockchain network, each node generates corresponding log records for the sent transaction processing transaction and caches the log records, a data center can inquire the log records cached by all nodes, and further the log records of one or more nodes in the blockchain network can be collected through the data center, so that the transaction information to be tracked is positioned among different nodes in the blockchain network; the log records obtained by the data center can also be used for positioning the specific component module of the transaction information to be tracked in the node, so that the transaction information entering the blockchain network can be conveniently tracked and positioned in the processing stage of the node. And on the basis of tracking and positioning transaction information of the blockchain network, the nodes and the component modules of the nodes in the blockchain network are also convenient to optimize and manage.
Based on the same ideas of the blockchain network transaction information tracking method in the above embodiments, a blockchain network transaction information tracking device is also provided herein.
In one embodiment, as shown in fig. 6, the apparatus 001 for tracking blockchain network transaction information according to the present embodiment may be adapted for a node 101, where the apparatus 001 for tracking blockchain network transaction information includes: the transaction detection module 601, the transaction identification module 602, the log generation module 603, the log storage module 604, and the log transmission module 605 are described in detail below:
the transaction detection module 601 is configured to detect, for transaction information to be tracked, a transaction processing transaction locally executed by a node;
a transaction identification module 602, configured to query a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions;
the log generating module 603 is configured to generate a log record corresponding to the transaction if the transaction belongs to a target transaction in the target transaction set; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction;
a log storage module 604, configured to store, locally, the log record corresponding to the transaction at a node;
and the log sending module 605 is configured to send the log record locally stored by the node to a data center, so as to track the transaction information to be tracked through the data center.
In one embodiment, the transaction detection module 601 is specifically configured to: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node through a preset log switch interface; and the log switch interface is used for locally generating log records corresponding to all target transaction processing transactions in the target transaction set at the node in an enabling state.
In one embodiment, the log generating module 603 is specifically configured to obtain a transaction identifier corresponding to the transaction information to be tracked if the transaction belongs to the target transaction in the target transaction set; acquiring a node identifier and a component module identifier of the transaction processing transaction occurrence node; acquiring the occurrence time and description information of the transaction processing transaction; and generating a log record corresponding to the transaction processing transaction according to the transaction identifier, the node identifier, the component module identifier, the occurrence time and the description information.
In one embodiment, the log sending module 605 is specifically configured to receive a log query request sent by the data center; the log inquiry request carries log screening conditions; acquiring a log record corresponding to the log screening condition from the log record locally stored by the node as a target log record; and sending the target log record to the data center.
By the apparatus 001 for tracking transaction information of a blockchain network in the above embodiment, in each node of the blockchain network, for the transaction information to be tracked, a transaction processing transaction executed locally by the node is detected; then inquiring a target transaction set according to the detected transaction processing transaction; if the currently detected transaction belongs to the target transaction in the target transaction set, generating a corresponding log record for the currently detected transaction, wherein the log record can comprise at least one of node information and component module information; and storing the generated log record locally at the node; and sending the log record corresponding to the transaction processing transaction stored locally by the node to the data center based on the log record generated by the local storage. The data center can track the conditions of the processing nodes in the blockchain network of the transaction information to be tracked through the data center by collecting the log records of one or more nodes in the network, and can also locate specific component modules in the processing nodes, so that the transaction information entering the blockchain network can be tracked and located conveniently.
In one embodiment, as shown in fig. 7, the apparatus 002 for tracking blockchain network transaction information of the present embodiment may be adapted for use in a data center 102, where the apparatus 002 for tracking blockchain network transaction information includes:
a condition setting module 701, configured to receive log screening conditions; the log screening conditions comprise transaction information to be tracked;
a request sending module 702, configured to broadcast a log query request to a node in a blockchain network; the log inquiry request carries the log screening condition;
a log receiving module 703, configured to receive a target log record returned by at least one node in the blockchain network; the target log record is a log record which is stored locally by the at least one node and corresponds to the log screening condition;
and the tracking module 704 is used for tracking the transaction information to be tracked according to the target log record returned by the at least one node.
Through the device 002 for tracking the transaction information of the blockchain network in the embodiment, the data center can actively collect log records of one or more nodes in the network, so that the situation of the transaction information to be tracked in the processing nodes of the blockchain network can be tracked through the data center, and the transaction information entering the blockchain network can be tracked and positioned conveniently by positioning the transaction information to specific component modules in the processing nodes.
FIG. 8 illustrates an internal block diagram of a computer device in one embodiment. The computer device may be specifically node 101 or data center 102 in fig. 1. As shown in fig. 8, the computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor is configured to provide computing and control capabilities; the memory comprises a nonvolatile storage medium and an internal memory, wherein the nonvolatile storage medium stores an operating system and a computer program, and the internal memory provides an environment for the operating system and the computer program in the nonvolatile storage medium to run; the network interface is used for communicating with an external node 101 or a data center 102 through a network connection; the computer program when executed by a processor implements a method for blockchain network transaction information tracking.
Optionally, referring to fig. 9, the computer apparatus may further include a display screen and an input device connected through a system bus. The display screen can be a liquid crystal display screen or an electronic ink display screen; the input device can be a touch layer covered on the display screen, can also be a key, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse, etc.
It will be appreciated by persons skilled in the art that the structures shown in fig. 8 and 9 are merely block diagrams of portions of structures associated with aspects of the present application and are not intended to limit the computer apparatus to which aspects of the present application may be applied, and that a particular computer apparatus may include more or less components than those shown, or may combine some of the components, or have a different arrangement of components.
In one embodiment, the apparatus for blockchain network transaction information tracking provided by the present application may be implemented in the form of a computer program that is executable on a computer device as shown in fig. 8 or 9. The memory of the computer device may store the various program modules that make up the apparatus for blockchain network transaction information tracking. The computer program of each program module causes the processor to carry out the steps in the method for blockchain network transaction information tracking according to the corresponding embodiment of the present application as described in the present specification.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node; inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction; storing the log record corresponding to the transaction processing transaction locally at a node; and sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center.
In another embodiment, a computer device is provided comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of: receiving log screening conditions; the log screening conditions comprise transaction information to be tracked; broadcasting a log query request to nodes in the blockchain network; the log inquiry request carries the log screening condition; receiving a target log record returned by at least one node in the blockchain network; the target log record is a log record which is stored locally by the at least one node and corresponds to the log screening condition; and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
In one embodiment, a computer readable storage medium is provided, storing a computer program which, when executed by a processor, causes the processor to perform the steps of: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node; inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction; storing the log record corresponding to the transaction processing transaction locally at a node; and sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center.
In another embodiment, a computer readable storage medium is provided, storing a computer program which, when executed by a processor, causes the processor to perform the steps of: receiving log screening conditions; the log screening conditions comprise transaction information to be tracked; broadcasting a log query request to nodes in the blockchain network; the log inquiry request carries the log screening condition; receiving a target log record returned by at least one node in the blockchain network; the target log record is a log record which is stored locally by the at least one node and corresponds to the log screening condition; and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
Those skilled in the art will appreciate that all or part of the processes in the methods of the above embodiments may be implemented by a computer program for instructing relevant hardware, where the program may be stored in a non-volatile computer readable storage medium, and where the program, when executed, may include processes in the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile 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), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The foregoing examples illustrate only a few embodiments of the application and are described in detail herein without thereby limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (11)

1. A method for blockchain network transaction information tracking, comprising:
aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node;
inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions;
if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction;
Storing the log record corresponding to the transaction processing transaction locally at a node;
sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center;
the data center tracks the transaction information to be tracked, and the method comprises the following steps:
the data center receives log screening conditions and broadcasts a log query request to nodes in a block chain network; the log inquiry request carries the log screening condition; the log screening conditions comprise transaction information to be tracked;
the data center receives a target log record returned by at least one node in the blockchain network; tracking the transaction information to be tracked according to the target log record returned by the at least one node; the target log record is a log record corresponding to the log screening condition and stored locally by the at least one node.
2. The method of claim 1, wherein the detecting transaction transactions locally performed by the node for transaction information to be tracked comprises:
aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node through a preset log switch interface;
And the log switch interface is used for locally generating log records corresponding to all target transaction processing transactions in the target transaction set at the node in an enabling state.
3. The method according to any one of claims 1 or 2, wherein the generating a log record corresponding to the transaction processing transaction includes:
acquiring a transaction identifier corresponding to the transaction information to be tracked;
acquiring a node identifier and a component module identifier of the transaction processing transaction occurrence node;
acquiring the occurrence time and description information of the transaction processing transaction;
and generating a log record corresponding to the transaction processing transaction according to the transaction identifier, the node identifier, the component module identifier, the occurrence time and the description information.
4. The method according to any one of claims 1 or 2, wherein said sending the log record stored locally by the node to a data center comprises:
receiving a log query request sent by the data center; the log inquiry request carries log screening conditions;
acquiring a log record corresponding to the log screening condition from the log record locally stored by the node as a target log record;
And sending the target log record to the data center.
5. A system for blockchain network transaction information tracking, comprising: a data center and a plurality of nodes; the data center is in communication connection with the plurality of nodes;
the node is used for detecting transaction processing transactions executed locally aiming at transaction information to be tracked; inquiring a target transaction set according to the transaction processing transaction, wherein the target transaction set comprises target transaction processing transactions; if the transaction belongs to the target transaction in the target transaction set, generating a log record corresponding to the transaction; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction; storing the log record corresponding to the transaction processing transaction locally;
the data center is used for receiving log screening conditions, wherein the log screening conditions comprise transaction information to be tracked; broadcasting a log query request to nodes in a block chain network, wherein the log query request carries the log screening condition;
the node is further configured to receive a log query request sent by the data center, and obtain a locally stored log record corresponding to the log screening condition as a target log record; sending the target log record to the data center;
The data center is further used for receiving a target log record returned by at least one node in the blockchain network; and tracking the transaction information to be tracked according to the target log record returned by the at least one node.
6. An apparatus for blockchain network transaction information tracking, comprising:
the transaction detection module is used for detecting transaction processing transactions locally executed by the nodes aiming at transaction information to be tracked;
the transaction identification module is used for inquiring a target transaction set according to the transaction processing transaction; the target transaction set comprises target transaction processing transactions;
the log generation module is used for generating a log record corresponding to the transaction processing transaction if the transaction processing transaction belongs to the target transaction processing transaction in the target transaction set; the log record comprises at least one item of information of the node and component module information corresponding to the transaction processing transaction;
the log storage module is used for locally storing the log record corresponding to the transaction processing transaction at a node;
the log sending module is used for sending the log record locally stored by the node to a data center so as to track the transaction information to be tracked through the data center;
The data center tracks the transaction information to be tracked, and the method comprises the following steps:
the data center receives log screening conditions and broadcasts a log query request to nodes in a block chain network; the log inquiry request carries the log screening condition; the log screening conditions comprise transaction information to be tracked;
the data center receives a target log record returned by at least one node in the blockchain network; tracking the transaction information to be tracked according to the target log record returned by the at least one node; the target log record is a log record corresponding to the log screening condition and stored locally by the at least one node.
7. The apparatus of claim 6, wherein the transaction detection module is specifically configured to: aiming at transaction information to be tracked, detecting transaction processing transactions locally executed by a node through a preset log switch interface; and the log switch interface is used for locally generating log records corresponding to all target transaction processing transactions in the target transaction set at the node in an enabling state.
8. The apparatus according to claim 6 or 7, wherein the log generation module is specifically configured to obtain a transaction identifier corresponding to the transaction information to be tracked if the transaction belongs to a target transaction in the target transaction set; acquiring a node identifier and a component module identifier of the transaction processing transaction occurrence node; acquiring the occurrence time and description information of the transaction processing transaction; and generating a log record corresponding to the transaction processing transaction according to the transaction identifier, the node identifier, the component module identifier, the occurrence time and the description information.
9. The apparatus according to claim 6 or 7, wherein the log sending module is specifically configured to receive a log query request sent by the data center; the log inquiry request carries log screening conditions; acquiring a log record corresponding to the log screening condition from the log record locally stored by the node as a target log record; and sending the target log record to the data center.
10. A computer readable storage medium storing a computer program, which when executed by a processor causes the processor to perform the steps of the method according to any one of claims 1 to 4.
11. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the computer program, when executed by the processor, causes the processor to perform the steps of the method according to any of claims 1 to 4.
CN201910876219.0A 2019-09-17 2019-09-17 Transaction information tracking method, device, system, storage medium and computer equipment Active CN110597913B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910876219.0A CN110597913B (en) 2019-09-17 2019-09-17 Transaction information tracking method, device, system, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910876219.0A CN110597913B (en) 2019-09-17 2019-09-17 Transaction information tracking method, device, system, storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN110597913A CN110597913A (en) 2019-12-20
CN110597913B true CN110597913B (en) 2023-11-24

Family

ID=68860305

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910876219.0A Active CN110597913B (en) 2019-09-17 2019-09-17 Transaction information tracking method, device, system, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN110597913B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111159302A (en) * 2020-01-02 2020-05-15 杭州时戳信息科技有限公司 Data synchronization method and device, computer readable storage medium and computing equipment
CN111459753B (en) * 2020-03-26 2022-09-30 平安科技(深圳)有限公司 Point-of-sale terminal data processing method, device, computer equipment and storage medium
CN111985998A (en) * 2020-08-19 2020-11-24 江苏经贸职业技术学院 Electronic commerce transaction architecture and process
CN113641519A (en) * 2021-08-17 2021-11-12 上海微盟企业发展有限公司 Service idempotent calling method, device, equipment and storage medium
CN113630475A (en) * 2021-09-17 2021-11-09 无锡井通网络科技有限公司 Block chain system cluster based on interfacing block chain system and operation method thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120324290A1 (en) * 2011-06-20 2012-12-20 International Business Machines Corporation Key Based Cluster Log Coalescing
CN108777684A (en) * 2018-05-30 2018-11-09 招商银行股份有限公司 Identity identifying method, system and computer readable storage medium
CN109377275A (en) * 2018-10-15 2019-02-22 中国平安人寿保险股份有限公司 Data tracing method, device, computer equipment and storage medium
CN109446211A (en) * 2018-10-08 2019-03-08 联动优势科技有限公司 A kind of consistency desired result method and device
CN109902074A (en) * 2019-04-17 2019-06-18 江苏全链通信息科技有限公司 Log storing method and system based on data center

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120324290A1 (en) * 2011-06-20 2012-12-20 International Business Machines Corporation Key Based Cluster Log Coalescing
CN108777684A (en) * 2018-05-30 2018-11-09 招商银行股份有限公司 Identity identifying method, system and computer readable storage medium
CN109446211A (en) * 2018-10-08 2019-03-08 联动优势科技有限公司 A kind of consistency desired result method and device
CN109377275A (en) * 2018-10-15 2019-02-22 中国平安人寿保险股份有限公司 Data tracing method, device, computer equipment and storage medium
CN109902074A (en) * 2019-04-17 2019-06-18 江苏全链通信息科技有限公司 Log storing method and system based on data center

Also Published As

Publication number Publication date
CN110597913A (en) 2019-12-20

Similar Documents

Publication Publication Date Title
CN110597913B (en) Transaction information tracking method, device, system, storage medium and computer equipment
US11373173B2 (en) Distributed ledger system, distributed ledger subsystem, and distributed ledger node
CN110647582B (en) Method, device, storage medium and computer equipment for block chain network consensus verification
WO2021036545A1 (en) Smart contract-based data processing method, and device and storage medium
CN109522330B (en) Cloud platform data processing method, device, equipment and medium based on block chain
CN107169094B (en) Information aggregation method and device
CN111405019B (en) Data processing method, data processing device, computer equipment and storage medium
CN111460458B (en) Data processing method, related device and computer storage medium
US20090083210A1 (en) Exchange of syncronization data and metadata
CN109740129B (en) Report generation method, device and equipment based on blockchain and readable storage medium
CN111400112A (en) Writing method and device of storage system of distributed cluster and readable storage medium
CN112651001A (en) Access request authentication method, device, equipment and readable storage medium
KR20120044550A (en) Cloud storage server and system by use of virtual nas and method thereof
CN116545709A (en) Sensitive data tracing method, device and equipment
TWI238620B (en) Apparatus and method for collecting updated information from information providing server in network
CN111767432A (en) Method and device for searching co-occurrence object
CN110598124B (en) Numerical attribute mining method, device, computer equipment and storage medium
CN110297849B (en) Employee incompatibility authority screening method and device, computer equipment and storage medium
CN111274004A (en) Process instance management method and device and computer storage medium
CN115658794A (en) Data query method and device, computer equipment and storage medium
CN110008346B (en) Blacklist conduction map construction method, device, computer equipment and storage medium
CN103078771A (en) Bot-net distributed collaborative detection system and method based on P2P (peer-to-peer)
US20150282121A1 (en) Local resource sharing method of machine to machine component and apparatus thereof
Polakis et al. Security and privacy measurements in social networks: experiences and lessons learned
US20180109490A1 (en) Active and passive method to perform ip to name resolution in organizational environments

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