WO2020082576A1 - Dispositif et procédé de traitement d'une transaction en blocs et support de stockage - Google Patents

Dispositif et procédé de traitement d'une transaction en blocs et support de stockage Download PDF

Info

Publication number
WO2020082576A1
WO2020082576A1 PCT/CN2018/123582 CN2018123582W WO2020082576A1 WO 2020082576 A1 WO2020082576 A1 WO 2020082576A1 CN 2018123582 W CN2018123582 W CN 2018123582W WO 2020082576 A1 WO2020082576 A1 WO 2020082576A1
Authority
WO
WIPO (PCT)
Prior art keywords
verification
transaction
result
processing
verification result
Prior art date
Application number
PCT/CN2018/123582
Other languages
English (en)
Chinese (zh)
Inventor
陆陈一帆
褚镇飞
冯世伟
Original Assignee
深圳壹账通智能科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳壹账通智能科技有限公司 filed Critical 深圳壹账通智能科技有限公司
Publication of WO2020082576A1 publication Critical patent/WO2020082576A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • This application relates to the field of blockchain technology, and in particular to a blockchain transaction processing device, method, and storage medium.
  • alliance blockchain and ordinary blockchain are continuously used in different application scenarios, and one of the fundamental differences between alliance blockchain and ordinary blockchain is the need to provide privacy Protection mechanism, under normal circumstances, this protection mechanism is implemented by signature encryption and signature verification decryption in cryptography.
  • multiple transactions for example, transaction transactions
  • the nodes unlock the blocks, obtain the transactions in them, and perform a specific type check on each transaction (for example, after signature verification and Multi-Version Concurrency Control (MVCC), the transaction is saved to the disk of the blockchain (that is, saved into the chain).
  • MVCC Multi-Version Concurrency Control
  • the purpose of this application is to provide a device, method and storage medium for blockchain transaction processing, aiming to increase the throughput of the blockchain system in processing transactions and increase the overall running speed.
  • the present application provides a blockchain transaction processing device.
  • the blockchain transaction processing device includes a memory and a processor connected to the memory, and the memory stores A processing system running on a processor, when the processing system is executed by the processor, the following steps are implemented:
  • the persistence processing of the transaction is performed based on the result of the first multi-version check, and it is submitted to the chain and saved.
  • the present application also provides a blockchain transaction processing method.
  • the blockchain transaction processing method includes:
  • S2 Perform parallel processing on the verification operation and multi-version inspection operation of each transaction, and obtain the corresponding first verification result and first multi-version inspection result;
  • the present application also provides a computer-readable storage medium having a processing system stored on it, which when executed by a processor implements the steps of the above-mentioned blockchain transaction processing method.
  • this application will execute the signature verification operation and the multi-version verification operation in parallel. Before the transaction is persisted, re-check the signature verification result in the parallel verification operation according to the signature information. If it is correct, Then the results of the multi-version check after parallel execution can be directly used, so that the verification signature step and the multi-version check step that had to be executed sequentially can be executed concurrently, which improves the throughput of the system and greatly increases the overall running speed.
  • FIG. 1 is a schematic diagram of an optional application environment of each embodiment 1 of this application;
  • FIG. 2 is a schematic diagram of a hardware architecture of an embodiment of the blockchain transaction processing apparatus in FIG. 1;
  • FIG. 3 is a schematic flowchart of a first embodiment of a method for blockchain transaction processing in the application
  • FIG. 4 is a schematic flowchart of a second embodiment of a blockchain transaction processing method of the present application.
  • FIG. 1 it is a schematic diagram of an application environment of a preferred embodiment of the blockchain transaction processing method of the present application.
  • the schematic diagram of the application environment includes a plurality of node devices in the blockchain network.
  • the node device performs transaction transactions through the blockchain network.
  • the node device is the blockchain transaction processing device 1 in FIG. 2.
  • the blockchain transaction processing device 1 is a device that can automatically perform numerical calculation and / or information processing according to a preset or stored instruction.
  • the device 1 for blockchain transaction processing may be a computer, a single network server, a server group composed of multiple network servers, or a cloud based on cloud computing composed of a large number of hosts or network servers, where cloud computing is distributed
  • the blockchain transaction processing device 1 may include, but is not limited to, a memory 11, a processor 12, and a network interface 13 that can communicate with each other through a system bus.
  • the memory 11 stores Operating processing system. It should be pointed out that FIG. 2 only shows an apparatus 1 for blockchain transaction processing with components 11-13, but it should be understood that it is not required to implement all the components shown, and more or more alternatives may be implemented. Fewer components.
  • the memory 11 includes a memory and at least one type of readable storage medium.
  • the memory provides a cache for the operation of the blockchain transaction processing device 1;
  • the readable storage medium may be, for example, flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static Non-volatile storage media such as random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disk, optical disk, etc. .
  • the readable storage medium may be an internal storage unit of the blockchain transaction processing device 1, such as the hard disk of the blockchain transaction processing device 1; in other embodiments, the non-volatile The storage medium may also be an external storage device of the blockchain transaction processing device 1, for example, a plug-in hard disk, a smart memory card (Smart) Media, SMC, or a secure digital (Secure) equipped on the blockchain transaction processing device 1. Digital, SD) card, flash card (Flash Card), etc.
  • the readable storage medium of the memory 11 is generally used to store the operating system and various application software installed in the blockchain transaction processing device 1, such as storing the program code of the processing system in an embodiment of the present application. .
  • the memory 11 may also be used to temporarily store various types of data that have been output or will be output.
  • the processor 12 may be a central processing unit (CPU), controller, microcontroller, microprocessor, or other data processing chip.
  • the processor 12 is generally used to control the overall operation of the device 1 for blockchain transaction processing, such as performing control and processing related to data interaction or communication with other devices.
  • the processor 12 is used to run the program code stored in the memory 11 or process data, for example, to run a processing system.
  • the network interface 13 may include a wireless network interface or a wired network interface.
  • the network interface 13 is generally used to establish a communication connection between the device 1 for blockchain transaction processing and other devices.
  • the processing system is stored in the memory 11 and includes at least one computer-readable instruction stored in the memory 11, the at least one computer-readable instruction can be executed by the processor 12 to implement the methods of the embodiments of the present application; and
  • the at least one computer-readable instruction can be divided into different logic modules according to the different functions implemented by its parts.
  • the above processing system implements the following steps when executed by the processor 12:
  • the persistence processing of the transaction is performed based on the result of the first multi-version check, and it is submitted to the chain and saved.
  • This application enables the verification signature step and the multi-version check step that had to be executed sequentially to be executed concurrently, which improves the throughput of the system and greatly improves the overall running speed.
  • the first verification result is that the verification is passed, and the step of performing parallel processing on the verification operation of each transaction and the multi-version check operation specifically includes:
  • the first verification result is incorrect, the first verification result and the first multi-version check result are discarded, a multi-version check is performed based on the second verification result to obtain a second multi-version check result, and based on the second The multi-version check result is used to persist the transaction and submit it for chain storage.
  • the step of obtaining the second verification result based on the signature information is a serial processing step or a parallel processing step. If it is a parallel processing step, the step of obtaining the second verification result based on the signature information is specific include:
  • the CPU load status information includes a CPU working time ratio
  • the preset processing value includes a preset maximum value of the CPU used for signature verification, a preset signature verification time, and the second based on the transaction request
  • the transaction request second flow rate and the CPU working time ratio analyze in real time whether the time required for the current check is greater than the preset check time, and analyze in real time whether the CPU working time ratio reaches the upper limit, and analyze the current number of threads Whether it is less than the preset maximum value of the CPU used for verification;
  • the step of analyzing whether the time required for the current verification is greater than the preset verification time in real time is continued.
  • FIG. 3 is a schematic flowchart of an embodiment of a blockchain transaction processing method of the present application.
  • the blockchain transaction processing method includes the following steps:
  • Step S1 after receiving the block to be entered into the chain, obtain each transaction in the block to be entered into the chain and signature information corresponding to each transaction;
  • each transaction with the processing order is pre-packaged into the form of a block.
  • the block After receiving the block to be entered into the chain, the block is parsed to obtain each transaction in the block and the corresponding The signature information of the transaction will be checked one by one according to the processing order of the identification.
  • the transaction is, for example, data-related operations in the database, including data modification operations, data deletion operations, etc., and of course, other operations.
  • Step S2 Perform parallel processing on the verification operation and multi-version inspection operation of each transaction, and obtain the corresponding first verification result and first multi-version inspection result;
  • the multi-version check operation must be performed after the verification operation of the transaction is completed.
  • the verification operation of each transaction and the multi-version check operation can be directly processed in parallel.
  • the first verification result is that the verification is passed.
  • the step of performing parallel processing on the verification operation of each transaction and the multi-version check operation specifically includes: separately setting the verification results of each transaction verification operation as the verification At the same time when the signature is passed, a multi-version check operation is performed on each transaction set to pass the signature verification, so that the signature verification operation and the multi-version check operation of each transaction are processed in parallel.
  • multi-version check is a concurrency control mechanism, for example, A transaction is "change a to 1", B transaction is "change a to 2”, then Through multi-version checking, you can finally confirm which data is used for persistence processing.
  • Step S3 obtaining a second verification result based on the signature information, and checking whether the first verification result is correct based on the second verification result;
  • the verification operation of the transaction is performed according to the signature information to obtain the second verification result, which is the real verification result . If the result of the second verification is that the verification of all transactions is passed, the result of the first verification is correct. If the verification of the transaction in the second verification result fails, the result of the first verification is incorrect. .
  • the transaction verification operation based on the signature information may use serial processing, that is, transaction-by-transaction verification. In other embodiments, parallel processing may also be used.
  • the step of obtaining the second verification result based on the signature information specifically includes: obtaining the current transaction request second flow rate, current CPU load status information and preset processing value, based on the transaction Create multiple threads by requesting second traffic, CPU load status information, and preset processing values, and allocate each transaction to the corresponding CPU based on the multiple threads to perform dynamic parallel verification based on the signature information to obtain the second verification Sign the result.
  • the CPU load status information includes a ratio of CPU working time (of course, it may also be a ratio of CPU idle time)
  • the preset processing value includes a preset maximum value of the CPU used for verification and a preset verification time.
  • the transaction request second flow rate and the CPU working time ratio analyze in real time whether the time required for the current check is greater than the preset check time, and analyze in real time whether the CPU working time ratio reaches the upper limit, and analyze the current number of threads Whether it is less than the preset maximum value of the CPU used for signature verification; if the time required for the current signature verification is greater than the preset signature verification time, and the CPU working time ratio does not reach the upper limit, and the current number of threads If it is less than the preset maximum value of the CPU used for verification, increase the preset number of threads to verify each transaction; if the time required for the current verification is less than or equal to the preset verification time, it will not A thread needs to be added to continue to perform the step of analyzing whether the time required for the current signature verification in real time is greater than the preset signature verification time.
  • the current transaction request second flow rate, CPU load status information and preset processing values are also considered to establish a thread: when the current transaction request second flow rate is large and the current CPU working time ratio is small, in order to make the verification When the signing time reaches the preset verification time, a relatively large number of threads can be established; when the current transaction request second flow rate is small and the current CPU working time ratio is small, a relatively small number of threads can be established, etc.
  • the way of dynamic thread control realizes parallel verification of transactions and improves the speed of verification.
  • the current transaction request second flow rate is 10000 / h (10000 data per hour)
  • the current CPU working time ratio is 20%
  • the preset check time is 10 seconds
  • 5 threads can be established for verification after analysis Sign, based on the 5 threads to allocate transactions to 5 CPUs for parallel check.
  • this embodiment may also dynamically adjust the number of threads. If the verification time is greater than the preset verification time due to the influence of other factors, if the current transaction request seconds flow is large, the current CPU working time ratio is small, and the current number of threads does not exceed the preset When checking the maximum value of the CPU, you can increase the number of threads. Ideally, a thread allocates a transaction to a CPU for verification, so the increase in the number of threads is also equivalent to adjusting the number of CPUs currently used for verification.
  • step S4 if the result of the first verification is correct, the persistence processing of the transaction is performed based on the result of the first multi-version check, and the result is submitted for chain storage.
  • the first multi-version check result can be used for the persistence processing of the transaction, that is, the transaction is stored to be submitted for chain storage.
  • step S5 is also included: if the first verification result is incorrect, the first verification result and the first multi-version verification result are discarded, based on the second verification As a result, a multi-version check is performed to obtain a second multi-version check result, and based on the second multi-version check result, transaction persistence processing is performed to commit and store it in the chain.
  • the first multi-version check result cannot be used, discard the first multi-version check result and the first multi-version check result, and follow the existing verification-multi-version check process , Perform multi-version inspection based on the second verification result to obtain a second multi-version inspection result, and perform transaction persistence processing based on the second multi-version inspection result.
  • This application first sets up or assumes that all transactions have passed the verification, so that verification and multiple version checks can be performed in parallel. Before the transaction is persisted, check whether the transaction has passed the verification according to the signature information. If the verification passes, it indicates that the aforementioned settings or assumptions are correct. You can directly use the results of the multi-version check; if the verification fails, indicate the aforementioned If the settings or assumptions are incorrect, the multi-version inspection will be carried out again based on the results of the inspections obtained in this inspection. Since most of the transaction verification in the actual application scenario is passed, therefore, when setting or assuming that all transactions pass the verification, the verification signature step and the multi-version check step that had to be executed sequentially can be executed concurrently. This improves the throughput of the system and greatly improves the overall running speed; even if subsequent transactions are checked and the transaction fails to be checked, it will not affect the overall running speed of the system and the impact on the overall performance can be ignored.
  • the present application also provides a computer-readable storage medium having a processing system stored on it, which when executed by a processor implements the steps of the above-mentioned blockchain transaction processing method.
  • the methods in the above embodiments can be implemented by means of software plus a necessary general hardware platform, and of course, can also be implemented by hardware, but in many cases the former is better Implementation.
  • the technical solutions of the present application can essentially be embodied in the form of software products that contribute to the existing technology, and the computer software products are stored in a storage medium (such as ROM / RAM, magnetic disk,
  • the CD-ROM includes several instructions to enable a terminal device (which may be a mobile phone, computer, server, air conditioner, or network device, etc.) to execute the methods described in the embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Cette invention concerne la technologie des chaînes de blocs. Plus particulièrement, l'invention concerne un dispositif et un procédé de traitement d'une transaction en blocs et un support de stockage. Le procédé comprend les étapes consistant à : après réception d'un bloc à stocker dans une chaîne de blocs, acquérir des transactions respectives dans le bloc et des informations de signature correspondant aux transactions respectives ; effectuer, en parallèle, une vérification de signature et un contrôle d'accès simultané multi-version par rapport aux transactions respectives, et acquérir de manière correspondante un premier résultat de vérification de signature et un premier résultat de contrôle d'accès simultané multi-version ; acquérir un second résultat de vérification de signature sur la base des informations de signature, et déterminer, sur la base du second résultat de vérification de signature, si le premier résultat de vérification de signature est correct ; et si tel est le cas, traiter de manière suivie les transactions sur la base du premier résultat de contrôle d'accès simultané multi-version, et soumettre celles-ci à un stockage dans la chaîne de blocs. La présente invention permet à un système de chaîne de blocs d'atteindre un rendement amélioré de traitement de transactions, ce qui permet d'accroître la vitesse totale d'exploitation.
PCT/CN2018/123582 2018-10-25 2018-12-25 Dispositif et procédé de traitement d'une transaction en blocs et support de stockage WO2020082576A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811250449.8 2018-10-25
CN201811250449.8A CN109614206A (zh) 2018-10-25 2018-10-25 区块链事务处理的装置、方法及存储介质

Publications (1)

Publication Number Publication Date
WO2020082576A1 true WO2020082576A1 (fr) 2020-04-30

Family

ID=66002991

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/123582 WO2020082576A1 (fr) 2018-10-25 2018-12-25 Dispositif et procédé de traitement d'une transaction en blocs et support de stockage

Country Status (2)

Country Link
CN (1) CN109614206A (fr)
WO (1) WO2020082576A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111985928A (zh) * 2020-09-03 2020-11-24 深圳壹账通智能科技有限公司 一种验证方法、装置、电子设备和存储介质
CN115953243A (zh) * 2022-12-28 2023-04-11 北京航天智造科技发展有限公司 一种基于区块链的大宗交易管理系统、方法和存储介质

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110336779B (zh) * 2019-05-07 2022-08-05 弦子科技(北京)有限公司 一种区块链的构建方法、装置和电子设备
CN110245126A (zh) * 2019-05-20 2019-09-17 深圳壹账通智能科技有限公司 区块处理方法、装置、计算机设备和存储介质
CN113139873A (zh) * 2019-08-30 2021-07-20 创新先进技术有限公司 在区块链中并发执行交易的方法和装置
CN110781196A (zh) * 2019-09-06 2020-02-11 深圳壹账通智能科技有限公司 区块链事务处理方法、装置、计算机设备及存储介质
CN111126978B (zh) * 2019-12-28 2023-03-14 飞天诚信科技股份有限公司 一种区块链上快速处理事务的实现方法及装置
CN111241594B (zh) * 2020-01-06 2023-10-13 平安科技(深圳)有限公司 交易信息的加签方法、装置、计算机设备和存储介质
CN111586147B (zh) * 2020-04-30 2021-09-28 平安科技(深圳)有限公司 区块链的节点同步方法、装置、设备及存储介质
CN112037058B (zh) * 2020-08-28 2024-03-26 平安科技(深圳)有限公司 数据验证方法、装置及存储介质
CN112636915B (zh) * 2020-11-27 2024-03-22 杭州趣链科技有限公司 基于国密sm2算法的批量签名验证方法、装置、设备及介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107395343A (zh) * 2017-07-10 2017-11-24 腾讯科技(深圳)有限公司 证书管理方法及系统
CN107729137A (zh) * 2017-09-04 2018-02-23 上海壹账通金融科技有限公司 服务器、区块链验签解密的方法及存储介质
CN107992356A (zh) * 2017-12-13 2018-05-04 上海壹账通金融科技有限公司 区块链事务区块处理方法、电子装置及可读存储介质
CN108063758A (zh) * 2017-11-27 2018-05-22 众安信息技术服务有限公司 用于区块链网络的签名验证方法及区块链网络中的节点
CN108540459A (zh) * 2018-03-22 2018-09-14 北京京东尚科信息技术有限公司 数据储存方法、装置、系统、电子设备及计算机可读介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107395343A (zh) * 2017-07-10 2017-11-24 腾讯科技(深圳)有限公司 证书管理方法及系统
CN107729137A (zh) * 2017-09-04 2018-02-23 上海壹账通金融科技有限公司 服务器、区块链验签解密的方法及存储介质
CN108063758A (zh) * 2017-11-27 2018-05-22 众安信息技术服务有限公司 用于区块链网络的签名验证方法及区块链网络中的节点
CN107992356A (zh) * 2017-12-13 2018-05-04 上海壹账通金融科技有限公司 区块链事务区块处理方法、电子装置及可读存储介质
CN108540459A (zh) * 2018-03-22 2018-09-14 北京京东尚科信息技术有限公司 数据储存方法、装置、系统、电子设备及计算机可读介质

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111985928A (zh) * 2020-09-03 2020-11-24 深圳壹账通智能科技有限公司 一种验证方法、装置、电子设备和存储介质
CN115953243A (zh) * 2022-12-28 2023-04-11 北京航天智造科技发展有限公司 一种基于区块链的大宗交易管理系统、方法和存储介质
CN115953243B (zh) * 2022-12-28 2024-03-29 北京航天智造科技发展有限公司 一种基于区块链的大宗交易管理系统、方法和存储介质

Also Published As

Publication number Publication date
CN109614206A (zh) 2019-04-12

Similar Documents

Publication Publication Date Title
WO2020082576A1 (fr) Dispositif et procédé de traitement d'une transaction en blocs et support de stockage
EP3678346B1 (fr) Procédé et appareil de vérification de contrat intelligent de chaîne de blocs, et support de stockage
CN112153085B (zh) 一种数据处理方法、节点及区块链系统
CN107729137B (zh) 服务器、区块链验签解密的方法及存储介质
CN108462760B (zh) 电子装置、集群访问域名自动生成方法及存储介质
US10460123B1 (en) System and method for automatically securing sensitive data in public cloud using a serverless architecture
WO2021042733A1 (fr) Procédé et appareil de traitement de transaction par chaîne de blocs, dispositif informatique et support de données
CN111241061B (zh) 状态数据库的写入方法、数据处理装置及存储介质
WO2020024408A1 (fr) Dispositif de test, procédé de test et support de stockage
US20210049715A1 (en) Blockchain-based data procesing method, apparatus, and electronic device
WO2020000725A1 (fr) Dispositif électronique, procédé de migration de données et support d'informations
CN110188110B (zh) 一种构建分布式锁的方法及装置
US20200120039A1 (en) Systems and methods for controlling access to broker resources
CN113179272B (zh) 基于智能合约的区块链跨链交互方法、装置和计算机可读存储介质
WO2020042503A1 (fr) Procédé et appareil de vérification pour un système de gestion de risque, dispositif et support d'informations
WO2019205370A1 (fr) Dispositif électronique, procédé de distribution de tâche et support d'informations
WO2019174185A1 (fr) Dispositif électronique, procédé de traitement de demande de code dynamique, et support de stockage
CN104484132B (zh) 数据缩减的方法及装置
US11743051B2 (en) Blockchain machine compute acceleration engine with a block verify and a block validate
WO2021174882A1 (fr) Procédé et appareil de vérification de données, dispositif informatique et support d'enregistrement lisible
WO2023070925A1 (fr) Procédé de fragmentation pour un groupe de transactions à chaîne de blocs, système, support de stockage et système informatique
US11657034B2 (en) Data consistency in master data integration
CN113592645A (zh) 数据验证的方法和装置
CN113179273A (zh) 基于区块链侧链的区块头验证方法、装置和计算机可读存储介质
CN114846458A (zh) 分布式可串行化并发控制方案

Legal Events

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

Ref document number: 18938005

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 30.08.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18938005

Country of ref document: EP

Kind code of ref document: A1