CN112950185B - Transaction fee payment method, device and storage medium based on parallel execution - Google Patents

Transaction fee payment method, device and storage medium based on parallel execution Download PDF

Info

Publication number
CN112950185B
CN112950185B CN202110264571.6A CN202110264571A CN112950185B CN 112950185 B CN112950185 B CN 112950185B CN 202110264571 A CN202110264571 A CN 202110264571A CN 112950185 B CN112950185 B CN 112950185B
Authority
CN
China
Prior art keywords
transaction
executed
transactions
class
balance
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
CN202110264571.6A
Other languages
Chinese (zh)
Other versions
CN112950185A (en
Inventor
何正军
王志文
吴思进
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Fuzamei Technology Co Ltd
Original Assignee
Hangzhou Fuzamei Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Fuzamei Technology Co Ltd filed Critical Hangzhou Fuzamei Technology Co Ltd
Priority to CN202110264571.6A priority Critical patent/CN112950185B/en
Publication of CN112950185A publication Critical patent/CN112950185A/en
Priority to PCT/CN2021/143839 priority patent/WO2022188528A1/en
Application granted granted Critical
Publication of CN112950185B publication Critical patent/CN112950185B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • G06Q20/102Bill distribution or payments
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/405Establishing or using transaction specific rules
    • 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

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application discloses a transaction fee payment method, device and storage medium based on parallel execution, which belongs to the technical field of computers.

Description

Transaction fee payment method, device and storage medium based on parallel execution
Technical Field
The present application relates to the field of information technologies, and in particular, to a transaction fee payment method, device and storage medium based on parallel execution.
Background
Nodes in the blockchain transfer and store data by sending transactions, and accounting nodes in the blockchain collect transactions in the blockchain in a transaction pool and then execute the transactions, and after executing the transactions, package the transactions into blocks and spread the transactions into the blockchain. In the prior public chain system, in order to prevent a malicious user from attacking, a certain transaction fee needs to be charged, so that the block chain system can be effectively prevented from being attacked by a huge amount of defenses, however, when the transaction is executed in parallel, payment of the transaction fee needs to be redesigned, and erroneous execution of the transaction caused by the parallel execution, such as time consumption caused by insufficient account balance for paying the transaction, is prevented, and the transaction which cannot be packaged originally is finally executed due to the parallel execution.
In the chain33 blockchain account model and the transaction execution model, payment of transaction fees is unified in a coins contract, when the same initiator initiates a plurality of contract transactions, for example, in an agent environment, a plurality of transaction fees need to be deducted from an account of the initiator, but when the blockchain system adopts a parallel transaction mechanism to execute, the transaction execution is not executed according to the transaction sequence any more, and at this time, the original transaction fee payment mechanism may cause that the transaction cannot be executed in parallel.
In view of the foregoing, there is a need for a transaction fee payment method based on parallel execution, so that parallel acceleration execution can be performed for different types of transactions without affecting the same transaction initiator.
Disclosure of Invention
1. Object of the application
In view of the above technical problems, the present application provides a transaction fee payment method, device and storage medium based on parallel execution, which can accelerate parallel execution of transactions for the same transaction initiator.
2. Technical proposal
In order to solve the technical problems, the technical scheme provided by the application is as follows:
in a first aspect, a transaction fee payment method based on parallel execution includes:
analyzing all sponsors to be executed in the block to obtain a sponsor list; constructing a transaction information table for each initiator according to the initiator list, wherein the transaction information table comprises transaction information of all transactions to be executed, which are initiated by the corresponding initiator; wherein the transaction information includes Tx-index, type, previous, current and a balance; the transactions to be executed comprise a class of transactions and a class of transactions, wherein the class of transactions is coins contract transactions, and the class of transactions is other types of contract transactions except the coins transactions;
the second class of transactions are divided into a front transaction, a middle transaction and a rear transaction according to the execution sequence relation between the front transaction and the first class of transactions, wherein the front transaction is the second class of transactions with the execution sequence before all the first class of transactions, the middle transaction is the second class of transactions with the execution sequence between the two first class of transactions, and the rear transaction is the second class of transactions with the execution sequence after all the first class of transactions;
the transaction fee payment method comprises the following steps:
preamble transaction: when performing the preamble transaction, the values of previous, current and balance of all types of transactions need to be deducted as new previous, current and balance;
centering transaction: when the centering transaction is executed, firstly, acquiring the value of the balance of a class of transaction adjacent to the centering transaction to be executed before the centering transaction to be executed as the previous of the centering transaction to be executed, and adopting the data obtained by subtracting the transaction fee from the value of the balance as the new current and the new balance of the centering transaction to be executed; then, the value of the balance after updating the centering transaction to be executed is used as the value of previous of a class of transaction adjacent to the centering transaction to be executed after the centering transaction to be executed in the transaction sequence, and the current and the balance of the class of transaction are subtracted by the transaction fee for executing the centering transaction to be used as new current and balance;
and (5) carrying out subsequent transaction: when the subsequent transaction is executed, the value of the balance of the class of transaction adjacent to the subsequent transaction to be executed is obtained as the previous of the subsequent transaction to be executed, and the current and the balance of the subsequent transaction to be executed are modified to be the value obtained by subtracting the transaction fee of the subsequent transaction to be executed from the balance of the class of transaction adjacent to the subsequent transaction to be executed.
Preferably, the current value of all new classes of transactions in the preamble transaction is greater than 0, otherwise the preamble transaction is not packaged.
Preferably, the current and the balance of the new class of transaction adjacent to the new class of transaction to be executed after the new class of transaction to be executed are larger than 0, and the new class of transaction adjacent to the new class of transaction to be executed after the new class of transaction to be executed is also larger than 0, otherwise, the new class of transaction to be executed is not packaged.
In a second aspect, a computer device, one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of the first aspect and its preferred aspects.
In a third aspect, a storage medium storing a computer program which, when executed by a processor, implements a method according to any one of the first aspect and its preferred aspects.
3. Advantageous effects
Compared with the prior art, the technical scheme provided by the application has the beneficial effects that the parallel acceleration of the transaction can be used in a more loose environment, and especially when the transaction is sent by using the transaction sending agent mechanism, the parallel execution acceleration of the transaction can still be carried out for the same transaction initiator.
Drawings
FIG. 1 is a schematic diagram of a transaction initiator list according to embodiment 1 of the present application;
FIG. 2 is a diagram showing the intent of the transaction information from_0 in embodiment 1 of the present application;
fig. 3 is a schematic structural view of an apparatus provided in embodiment 2.
Detailed Description
For a further understanding of the present application, the present application will be described in detail with reference to the drawings and examples.
The application is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the application and are not limiting of the application. It should be noted that, for convenience of description, only the portions related to the application are shown in the drawings.
The first, second, etc. words are provided for convenience in describing the technical scheme of the present application, and have no specific limitation, and are all generic terms, and do not constitute limitation to the technical scheme of the present application. It should be noted that, without conflict, the embodiments of the present application and features of the embodiments may be combined with each other. The application will be described in detail below with reference to the drawings in connection with embodiments.
Example 1
A transaction fee payment method based on parallel execution, comprising:
analyzing all sponsors to be executed in the block to obtain a sponsor list; constructing a transaction information table for each initiator according to the initiator list, wherein the transaction information table comprises transaction information of all transactions to be executed, which are initiated by the corresponding initiator; wherein the transaction information includes Tx-index, type, previous, current and a balance; the transactions to be executed comprise a class of transactions and a class of transactions, wherein the class of transactions is coins contract transactions, and the class of transactions is other types of contract transactions except the coins transactions;
the second class of transactions are divided into a front transaction, a middle transaction and a rear transaction according to the execution sequence relation between the front transaction and the first class of transactions, wherein the front transaction is the second class of transactions with the execution sequence before all the first class of transactions, the middle transaction is the second class of transactions with the execution sequence between the two first class of transactions, and the rear transaction is the second class of transactions with the execution sequence after all the first class of transactions;
the transaction fee payment method comprises the following steps:
preamble transaction: when the preamble transaction is executed, the values of previous, current and balance of all types of transactions need to be deducted, wherein the transaction fee of the preamble transaction is used as new previous, current and balance, the new current value of all types of transactions is larger than 0, and otherwise, the preamble transaction is not packed;
centering transaction: when the centering transaction is executed, firstly, acquiring the value of the balance of a class of transaction adjacent to the centering transaction to be executed before the centering transaction to be executed as the previous of the centering transaction to be executed, and adopting the data obtained by subtracting the transaction fee from the value of the balance as the new current and the new balance of the centering transaction to be executed; then, the value of the balance after updating the centering transaction to be executed is used as the value of previous of a class of transaction adjacent to the centering transaction to be executed after the centering transaction to be executed in the transaction sequence, and the current and the balance of the class of transaction are subtracted by the transaction fee for executing the centering transaction to be used as new current and balance; wherein the current and the balance of the new class of transaction adjacent to the intermediate transaction to be executed after the intermediate transaction to be executed are both greater than 0, and the current and the balance of the new class of transaction adjacent to the intermediate transaction to be executed after the intermediate transaction to be executed are also greater than 0, otherwise, the intermediate transaction to be executed is not packaged
And (5) carrying out subsequent transaction: when the subsequent transaction is executed, the value of the balance of the class of transaction adjacent to the subsequent transaction to be executed is obtained as the previous of the subsequent transaction to be executed, and the current and the balance of the subsequent transaction to be executed are modified to be the value obtained by subtracting the transaction fee of the subsequent transaction to be executed from the balance of the class of transaction adjacent to the subsequent transaction to be executed.
Compared with the prior art, the scheme provided by the embodiment has the beneficial effects that the parallel acceleration of the transaction can be used in a more loose environment, and particularly when the transaction is sent by using the transaction sending agent mechanism, the parallel execution acceleration of the transaction can still be carried out for the same transaction initiator.
In the above technical solution, since the balance of the transaction address can be modified by the coins contract transaction itself, the transaction fee can be directly deducted when the coins contract transaction is executed according to the prior art, and the scheme is not limited, and for the non-coins contract transaction, the transaction fee needs to be settled by the coins contract, therefore, when the transaction is the preamble transaction, the existing balance of the account of all the coins transactions after the preamble transaction, that is, the current, is greater than the transaction fee of the preamble transaction, so as to ensure that the transaction fee is not lost when the preamble transaction is executed, and if the existing balance of the account of the coins transaction is less than the transaction fee, the preamble transaction is removed. When the previous of the centering transaction is the balance of the account of the last coins transaction, and the balance of the centering transaction is only the transaction fee, the current and the balance of the centering transaction are both modified to be the balance of the account of the last coins transaction minus the transaction fee of the centering transaction, while the previous of the coins transaction after the centering transaction is used along the balance of the account of the centering transaction, namely the balance of the centering transaction is adopted, and the current and the balance of the coins transaction after the centering transaction are also required to be subtracted by the balance of the centering transaction, so that the transaction fee of the centering transaction is actually settled in the address account, the balance of the account is actually modified due to the generation of the transaction fee of the centering transaction, but the balance of the account is not directly modified by the two types of transactions, so that the coins after the centering transaction is reflected in the latter coins, the coins transaction after the centering transaction is reflected, and the previous coiins transaction is not affected. For the subsequent transaction, the same is a second-class transaction, wherein only transaction fees are recorded in the coin transaction, namely only transaction fees change the balance of an account, so that the previous transaction accounts for the balance of the account with the previous coins transaction, the transaction process only deducts the transaction fees, and the current and the balance adopt the balance of the account with the previous coins transaction to subtract the transaction fees, thus the transaction fees are recorded in the account. After the method is adopted, transaction fees of all the two types of transactions are analyzed in the executor, if the balance of the account is insufficient, the two types of transactions are removed, then the situation of insufficient transaction fees is not needed to be considered when the transactions need to be executed in parallel, the method is particularly suitable for a proxy scene, when a transaction proxy exists, the account of the proxy party can become a transaction initiator many times, if the existing transaction fee payment mechanism cannot be used at all for parallel transactions, the settlement of the transaction fees can influence the parallel execution of the transactions, and the parallel execution acceleration of the transactions can be carried out for the same transaction initiator by adopting the method for settlement of the transaction fees.
In this embodiment, all transaction sponsors in the block are parsed to obtain a transaction sponsor list, as shown in fig. 1, from_0, from_1.
For example, the transaction initiator from_0 initiates 6 transactions altogether, the index of these 6 transactions is 0, 1,3, 4, 5, 15 respectively, wherein the index is 0 is a token transaction, the index is 1,3,5 is a coins contract transaction, the index is 4 is a private transaction, the index is 15 is a trade transaction, a transaction information table of from_0 is built, as shown in fig. 2, other contract transactions related to from_0 have the same account modification address as coins contract transaction, only the account balance is changed by the coins transfer transaction, including the transfer initiator and the receiver, the order of other contract transactions in the block includes 3 cases before, during and after all the coins transaction, and the specific implementation mechanism is as follows:
1. preamble transactions
As shown in FIG. 2, the token transaction has index of 0, the execution order of the transaction in the blockchain is before the coins with index of 1, so the receipt of the token transaction is not modified, and the previous and current and balance values in three coins with index of 1,3 and 5 need to be subtracted by 0 transaction fee with tx, and the current value after subtraction must be equal to or greater than 0, so the insufficient balance of the account is denied, and the transaction cannot be packed.
2. Centered transactions
The private transaction, shown in fig. 2, has index 4, the order of execution of the transactions in the blockchain follows the coins of index 3, and precedes the transactions of index 5, so,
the receipt of coins transactions 1 and 3 is not modified;
the previous of the private transaction with index 4 is replaced by a balance with replacement index 3, and both current and balance are modified to be balance-txfee;
and the version of the coren transaction with index of 5 is replaced by the price of the private transaction, and the current and price values need to be subtracted from the transaction fee of the private transaction;
and if the balance is insufficient to pay for the transaction time in the modification process, rejecting the transaction and not packaging the transaction.
3. Post-order transaction
As shown in FIG. 2 for the trade transaction, which has index 15, the order of execution of the transactions in the blockchain follows the coins with index 5, thus replacing previous with a balance with index 5, and both current and balance are modified to be balance-txfee.
It should be noted that, the preamble transaction, the intermediate transaction and the post-transaction set forth in the present solution are basic transaction mechanisms when only implementing the transaction, the preamble transaction modification in the description of the present solution is not inherited to the intermediate transaction, and other conditions are the same, but only the basic transaction mechanism is described, and when each type of second-class transaction is implemented in a specific manner, there are partial overlapping, and there are multiple forms of combination, which does not affect the implementation of the method of the present solution, and the basic transaction mechanism of each type of second-class transaction is the transaction mechanism disclosed in the present solution in any form of combination, and other technical solutions formed by any combination of the above technical features or the equivalent features thereof are all within the protection scope of the present solution.
Example 2
A computer apparatus, the apparatus comprising: one or more processors; a memory for storing one or more programs that, when executed by the one or more processors, cause the one or more processors to perform the method described in embodiment 1.
A storage medium storing a computer program which, when executed by a processor, implements the method described in embodiment 1 above.
Fig. 3 is a schematic structural diagram of an apparatus according to this embodiment.
As shown in fig. 3, as another aspect, the present application also provides an apparatus 500 including one or more Central Processing Units (CPUs) 501, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data required for the operation of the device 500 are also stored. The CPU501, ROM502, and RAM503 are connected to each other through a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input section 506 including a keyboard, a mouse, and the like; an output portion 507 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker, and the like; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 is also connected to the I/O interface 505 as needed via a network execution communication processing driver 510 such as the internet. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as needed so that a computer program read therefrom is mounted into the storage section 508 as needed.
In particular, according to the disclosed embodiment of the application, the method described in the above embodiment 1 may be implemented as a computer software program. For example, embodiments of the present disclosure include a computer program product comprising a computer program tangibly embodied on a machine-readable medium, the computer program comprising program code for performing the method described in any of the embodiments above. In such an embodiment, the computer program may be downloaded and installed from a network via the communication portion 509, and/or installed from the removable media 511.
As still another aspect, the present application also provides a computer-readable storage medium, which may be a computer-readable storage medium contained in the apparatus of the above-described embodiment; or may be a computer-readable storage medium, alone, that is not assembled into a device. The computer-readable storage medium stores one or more programs for use by one or more processors in performing the methods described herein.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules involved in the embodiments of the present application may be implemented in software or in hardware. The described units or modules may also be provided in a processor, for example, each of the units may be a software program provided in a computer or a mobile smart device, or may be separately configured hardware devices. Wherein the names of the units or modules do not in some cases constitute a limitation of the units or modules themselves.
The above description is only illustrative of the preferred embodiments of the present application and of the principles of the technology employed. It will be appreciated by persons skilled in the art that the scope of the application referred to in the present application is not limited to the specific combinations of the technical features described above, but also covers other technical features formed by any combination of the technical features described above or their equivalents without departing from the spirit of the application. Such as the above-mentioned features and the technical features disclosed in the present application (but not limited to) having similar functions are replaced with each other.

Claims (5)

1. A transaction fee payment method based on parallel execution is characterized in that all sponsors of transactions to be executed in a block are analyzed, and a sponsor list is obtained; constructing a transaction information table for each initiator according to the initiator list, wherein the transaction information table comprises transaction information of all transactions to be executed, which are initiated by the corresponding initiator; wherein the transaction information includes Tx-index, type, previous, current and a balance; the transactions to be executed comprise a class of transactions and a class of transactions, wherein the class of transactions is coins contract transactions, and the class of transactions is other types of contract transactions except the coins transactions;
the second class of transactions are divided into a front transaction, a middle transaction and a rear transaction according to the execution sequence relation between the front transaction and the first class of transactions, wherein the front transaction is the second class of transactions with the execution sequence before all the first class of transactions, the middle transaction is the second class of transactions with the execution sequence between the two first class of transactions, and the rear transaction is the second class of transactions with the execution sequence after all the first class of transactions;
the transaction fee payment method comprises the following steps:
preamble transaction: when performing the preamble transaction, the values of previous, current and balance of all types of transactions need to be deducted as new previous, current and balance; centering transaction: when the centering transaction is executed, firstly, acquiring the value of the balance of a class of transaction adjacent to the centering transaction to be executed before the centering transaction to be executed as the previous of the centering transaction to be executed, and adopting the data obtained by subtracting the transaction fee from the value of the balance as the new current and the new balance of the centering transaction to be executed; then, the value of the balance after updating the centering transaction to be executed is used as the value of previous of a class of transaction adjacent to the centering transaction to be executed after the centering transaction to be executed in the transaction sequence, and the current and the balance of the class of transaction are subtracted by the transaction fee of the centering transaction to be executed to be used as the new current and balance of the transaction fee;
and (5) carrying out subsequent transaction: when the subsequent transaction is executed, the value of the balance of the class of transaction adjacent to the subsequent transaction to be executed is obtained as the previous of the subsequent transaction to be executed, and the current and the balance of the subsequent transaction to be executed are modified to be the value obtained by subtracting the transaction fee of the subsequent transaction to be executed from the balance of the class of transaction adjacent to the subsequent transaction to be executed.
2. A transaction fee payment method based on parallel execution according to claim 1, wherein the new current value for all classes of transactions for the preamble transaction is greater than 0, otherwise the preamble transaction is not packaged.
3. A parallel execution-based transaction fee payment method according to claim 1 or 2, wherein the current and the balance of the new class of transactions to be executed are both greater than 0 for a center transaction, and the current and the balance of a new class of transactions adjacent to the center transaction to be executed after the center transaction to be executed in the order of the transaction are also greater than 0, otherwise the center transaction to be executed is not packed.
4. A computer device, characterized by one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-3.
5. A storage medium storing a computer program, characterized in that the program, when executed by a processor, implements the method according to any one of claims 1-3.
CN202110264571.6A 2021-03-11 2021-03-11 Transaction fee payment method, device and storage medium based on parallel execution Active CN112950185B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110264571.6A CN112950185B (en) 2021-03-11 2021-03-11 Transaction fee payment method, device and storage medium based on parallel execution
PCT/CN2021/143839 WO2022188528A1 (en) 2021-03-11 2021-12-31 Transaction fee payment method based on parallel execution, and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110264571.6A CN112950185B (en) 2021-03-11 2021-03-11 Transaction fee payment method, device and storage medium based on parallel execution

Publications (2)

Publication Number Publication Date
CN112950185A CN112950185A (en) 2021-06-11
CN112950185B true CN112950185B (en) 2023-10-20

Family

ID=76229463

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110264571.6A Active CN112950185B (en) 2021-03-11 2021-03-11 Transaction fee payment method, device and storage medium based on parallel execution

Country Status (2)

Country Link
CN (1) CN112950185B (en)
WO (1) WO2022188528A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112950185B (en) * 2021-03-11 2023-10-20 杭州复杂美科技有限公司 Transaction fee payment method, device and storage medium based on parallel execution

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784930A (en) * 2019-02-18 2019-05-21 深圳市网心科技有限公司 A kind of processing method, device, electronic equipment and the medium of block chain transaction data
CN110599166A (en) * 2019-09-09 2019-12-20 深圳前海微众银行股份有限公司 Method and device for acquiring transaction dependency relationship in block chain
TW202016815A (en) * 2018-10-26 2020-05-01 香港商阿里巴巴集團服務有限公司 Method, apparatus and system for executing block chain transaction in parallelized manner
CN111292192A (en) * 2020-02-18 2020-06-16 杭州复杂美科技有限公司 Transaction parallel execution method, device and storage medium
CN111339108A (en) * 2020-02-18 2020-06-26 杭州复杂美科技有限公司 Transaction parallel execution method, device and storage medium
CN111858773A (en) * 2020-07-30 2020-10-30 杭州复杂美科技有限公司 Transaction packaging method, device and storage medium
CN112334933A (en) * 2018-04-19 2021-02-05 唯链基金会有限公司 Blockchain transaction processing

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657486B2 (en) * 2005-12-09 2010-02-02 Mastercard International Incorporated Techniques for co-existence of multiple stored value applications on a single payment device managing a shared balance
EP3619668B1 (en) * 2019-04-12 2023-12-20 Advanced New Technologies Co., Ltd. Performing parallel execution of transactions in a distributed ledger system
CN112150163A (en) * 2020-11-26 2020-12-29 北京微芯区块链与边缘计算研究院 Block chain contract transaction parallel execution method and device
CN112950185B (en) * 2021-03-11 2023-10-20 杭州复杂美科技有限公司 Transaction fee payment method, device and storage medium based on parallel execution

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112334933A (en) * 2018-04-19 2021-02-05 唯链基金会有限公司 Blockchain transaction processing
TW202016815A (en) * 2018-10-26 2020-05-01 香港商阿里巴巴集團服務有限公司 Method, apparatus and system for executing block chain transaction in parallelized manner
CN109784930A (en) * 2019-02-18 2019-05-21 深圳市网心科技有限公司 A kind of processing method, device, electronic equipment and the medium of block chain transaction data
CN110599166A (en) * 2019-09-09 2019-12-20 深圳前海微众银行股份有限公司 Method and device for acquiring transaction dependency relationship in block chain
CN111292192A (en) * 2020-02-18 2020-06-16 杭州复杂美科技有限公司 Transaction parallel execution method, device and storage medium
CN111339108A (en) * 2020-02-18 2020-06-26 杭州复杂美科技有限公司 Transaction parallel execution method, device and storage medium
CN111858773A (en) * 2020-07-30 2020-10-30 杭州复杂美科技有限公司 Transaction packaging method, device and storage medium

Also Published As

Publication number Publication date
WO2022188528A1 (en) 2022-09-15
CN112950185A (en) 2021-06-11

Similar Documents

Publication Publication Date Title
CN103677771B (en) Processing method and device for concurrent transactions
CN106952158A (en) Solve the problems, such as the bookkeeping methods and equipment of focus account
CN111383019A (en) Transaction execution method and system based on alliance link network
CN109615389A (en) Electronic-payment transaction risk control method, device, server and storage medium
CN109325728A (en) A kind of debt data processing method and terminal device based on user data resource
CN112950185B (en) Transaction fee payment method, device and storage medium based on parallel execution
CN112132674A (en) Transaction processing method and device
US20220067033A1 (en) Method and apparatus for processing data for a blockchain
US11216813B1 (en) Business-to-business netting
CN109829815B (en) Method, apparatus and storage medium for collecting agent
CN106157141B (en) Numerical value processing method and device
WO2017210041A1 (en) System and method for determining subscription information based on payment card transaction data over a payment card network
WO2020103573A1 (en) Block chain-based network transaction signature method and device, and terminal equipment
CN112634006A (en) Account checking processing method and device, electronic equipment and storage medium
CN114444120A (en) Financing method and device based on block chain, electronic equipment and storage medium
KR101500832B1 (en) Withholding agency method and system performing the same
CN111784330B (en) Database-based pseudo-queue settlement method and system and electronic equipment
CN110430263B (en) Value added service processing system and method
CN111986021B (en) Cross-border remittance batch paying method, device and equipment
CN114936857A (en) International remittance charging method and device
CN111047303A (en) Carbon emission right transaction settlement method and system
CN113225193A (en) Delayed transaction storage method, computer device and storage medium
CN116485407A (en) Transaction resource processing method, system, computer equipment and storage medium
CN113570354A (en) Method, server and system for processing customs insurance bond data
CN113269627A (en) Accounting processing method and device

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