CN116433374A - Intelligent contract deployment method, device, equipment, storage medium and program product - Google Patents

Intelligent contract deployment method, device, equipment, storage medium and program product Download PDF

Info

Publication number
CN116433374A
CN116433374A CN202310159636.XA CN202310159636A CN116433374A CN 116433374 A CN116433374 A CN 116433374A CN 202310159636 A CN202310159636 A CN 202310159636A CN 116433374 A CN116433374 A CN 116433374A
Authority
CN
China
Prior art keywords
sub
contract
identifier
intelligent
identifying
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310159636.XA
Other languages
Chinese (zh)
Inventor
赖思为
方有轩
叶可可
张晓京
赵思远
潘晓丰
张鹏
唐志军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Information Technology Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Mobile Communications Group Co Ltd, China Mobile Information Technology Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202310159636.XA priority Critical patent/CN116433374A/en
Publication of CN116433374A publication Critical patent/CN116433374A/en
Pending legal-status Critical Current

Links

Images

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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Computing Systems (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a deployment method, device, equipment, storage medium and program product of intelligent contracts. The method comprises the following steps: generating a first identifier corresponding to the intelligent contract under the condition that a deployment request of the intelligent contract is received, wherein the first identifier is used for identifying the intelligent contract; splitting the smart contract into a first sub-contract, a second sub-contract, a third sub-contract, and a fourth sub-contract; the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request and calling the fourth sub-contract to execute the transaction request; generating a first sub-identifier, a second sub-identifier, a third sub-identifier and a fourth sub-identifier; the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract are deployed on the blockchain, and the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier are associated with the first identifier. According to the embodiment of the application, the execution efficiency of the intelligent contract can be improved.

Description

Intelligent contract deployment method, device, equipment, storage medium and program product
Technical Field
The application belongs to the technical field of blockchain, and particularly relates to an intelligent contract deployment method, device, equipment, storage medium and program product.
Background
With the extensive and deep development of blockchain technology and services, more and more services are accessed or implemented by relying on intelligent contracts, and often one service needs one intelligent contract or a plurality of intelligent contracts, and the implementation of the intelligent contracts and the like lack a good and unified technical scheme. And as business scenarios become more complex, so too does intelligent contract design. Often, changing one intelligent contract affects other contracts, such as a great change or a replacement of user business, which causes great access difficulty and low management efficiency. From a business perspective, there is also a lack of uniform execution of smart contracts.
In addition, in a complex business scenario, a single intelligent contract design becomes more complex, and meanwhile, complex calls between intelligent contracts exist, the complex calls cause a redundant call problem, the redundant calls reduce contract execution efficiency, and adverse effects are caused on business system use experience.
Disclosure of Invention
The embodiment of the application provides a deployment method, device, equipment, storage medium and program product of an intelligent contract, which can solve the problem that the execution efficiency of the existing complex intelligent contract is low.
In a first aspect, an embodiment of the present application provides a method for deploying an intelligent contract, where the method includes:
generating a first identifier corresponding to the intelligent contract under the condition that a deployment request of the intelligent contract is received, wherein the first identifier is used for identifying the intelligent contract;
splitting the smart contract into a first sub-contract, a second sub-contract, a third sub-contract, and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, and forwarding the transaction request to a second sub-contract corresponding to the service type according to the service type, wherein the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, calling the fourth sub-contract to execute the transaction request;
generating a first sub-identification for identifying the first sub-contract, a second sub-identification for identifying the second sub-contract, a third sub-identification for identifying the third sub-contract, and a fourth sub-identification for identifying the fourth sub-contract;
Deploying the first subcontection, the second subcontection, the third subcontection and the fourth subcontection onto a blockchain and associating the first subcontection, the second subcontection, the third subcontection and the fourth subcontection with the first identification.
In some embodiments, the generating a first sub-identification for identifying the first sub-contract, a second sub-identification for identifying the second sub-contract, a third sub-identification for identifying the third sub-contract, and a fourth sub-identification for identifying the fourth sub-contract includes:
determining a contract type, a contract name and contract data of the intelligent contract;
generating a first undetermined identification of the first sub-contract according to the contract type;
judging whether the same mark as the first undetermined mark exists or not;
determining the first to-be-identified as the first sub-identification in the absence of the same identification as the first to-be-identified;
and generating the second sub-identifier according to the contract name, and generating a third sub-identifier and a fourth sub-identifier according to the contract data.
In some embodiments, after the associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method further comprises:
Determining a first sub-identifier corresponding to a transaction request for the intelligent contract under the condition that the transaction request is received;
acquiring the first sub-contract and a first association relation of the first sub-contract according to the first sub-identifier, wherein the first association relation is the association relation of the first sub-contract and the second sub-contract;
determining a second sub-identifier corresponding to the transaction request according to the first sub-contract and the first association relation;
acquiring the second sub-contract and a second association relation of the second sub-contract according to the second sub-identifier, wherein the second association relation is the association relation of the second sub-contract, a third sub-contract and a fourth sub-contract;
acquiring the third sub-contract and the fourth sub-contract according to the second sub-contract and the second association relation;
and merging the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract into a contract combination, and executing the contract combination according to the hierarchical relationship of the contract combination.
In some embodiments, after the associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method includes:
Determining a second identification of any target contract in the case that the smart contract is incorporated into the target contract;
releasing the association relation of the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier;
the first sub-identity, the second sub-identity, the third sub-identity and the fourth sub-identity are associated to the second identity.
In some embodiments, after the associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method includes:
determining a target subcontracting related to the changed contract content in the condition that the contract content of the intelligent contract is changed, wherein the target subcontracting is one or more of the first subcontracting, the second subcontracting, the third subcontracting and the fourth subcontracting;
and modifying the association relation between the target sub-identifier and the first identifier, wherein the target sub-identifier is used for identifying the target sub-contract.
In some embodiments, the associating the first sub-identity, the second sub-identity, the third sub-identity, and the fourth sub-identity with the first identity comprises:
Binding the first sub-identifier with the first identifier;
binding the second sub-identifier with the first sub-identifier;
binding the third sub-identifier and the fourth sub-identifier with the second sub-identifier.
In a second aspect, an embodiment of the present application provides an apparatus for deploying an intelligent contract, the apparatus including:
the intelligent contract deployment system comprises an acquisition module, a deployment module and a deployment module, wherein the acquisition module is used for generating a first identifier corresponding to an intelligent contract under the condition that a deployment request of the intelligent contract is received, and the first identifier is used for identifying the intelligent contract;
the splitting module is used for splitting the intelligent contract into a first sub-contract, a second sub-contract, a third sub-contract and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, and forwarding the transaction request to a second sub-contract corresponding to the service type according to the service type, wherein the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, calling the fourth sub-contract to execute the transaction request;
A generation module for generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract, and a fourth sub-identifier for identifying the fourth sub-contract;
and the association module is used for deploying the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract on a blockchain and associating the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier.
In a third aspect, an embodiment of the present application provides an apparatus for deploying an intelligent contract, where the apparatus includes: a processor and a memory storing computer program instructions;
the processor, when executing the computer program instructions, implements the method of deploying a smart contract as described above.
In a fourth aspect, embodiments of the present application provide a computer storage medium having stored thereon computer program instructions that, when executed by a processor, implement a method of deploying an intelligent contract as described above.
In a fifth aspect, embodiments of the present application provide a computer program product comprising computer program instructions which, when executed by a processor, implement a method of deploying a smart contract as above.
In the method, the complex intelligent contract is split into the plurality of sub-contracts, each sub-contract is only responsible for realizing a part of functions of the intelligent contract, a unique sub-identifier is generated for each sub-contract, and then the sub-identifiers are associated with the first identifier of the intelligent contract, so that the coupling of the intelligent contract can be reduced, if a main contract wants to execute a part of functions, the sub-contract corresponding to the functions can be called, logic is clear in the process of realizing business transaction, the problem of redundant calling is avoided, and the execution efficiency of the intelligent contract is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments of the present application will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for deploying an intelligent contract provided by an embodiment of the present application;
FIG. 2 is a flow chart of a method for deploying an intelligent contract provided in another embodiment of the present application;
FIG. 3 is a flow chart of a method for deploying an intelligent contract provided in yet another embodiment of the present application;
FIG. 4 is a flow chart of a method for deploying an intelligent contract provided in yet another embodiment of the present application;
FIG. 5 is a flow chart of a method for deploying an intelligent contract provided in yet another embodiment of the present application;
FIG. 6 is a schematic diagram of a hardware architecture of a deployment device of a smart contract according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a deployment device of the smart contract according to an embodiment of the present application.
Detailed Description
Features and exemplary embodiments of various aspects of the present application are described in detail below to make the objects, technical solutions and advantages of the present application more apparent, and to further describe the present application in conjunction with the accompanying drawings and the detailed embodiments. It should be understood that the specific embodiments described herein are intended to be illustrative of the application and are not intended to be limiting. It will be apparent to one skilled in the art that the present application may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present application by showing an example of the present application.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises an element.
It should be noted that, in the case of no conflict, the embodiments and features in the embodiments may be combined with each other. The embodiments will be described in detail below with reference to the accompanying drawings.
Detailed description of the related Art and all technical problems
Technical idea of total expansibility
Specifically, in order to solve the problems in the prior art, embodiments of the present application provide a method, an apparatus, a device, a storage medium, and a program product for deploying an intelligent contract. The following first describes a method for deploying an intelligent contract provided in an embodiment of the present application.
Fig. 1 is a flow chart illustrating a method for deploying an intelligent contract according to an embodiment of the present application. The method comprises the following steps:
s110, under the condition that a deployment request of the intelligent contract is received, generating a first identifier corresponding to the intelligent contract, wherein the first identifier is used for identifying the intelligent contract.
In this embodiment, the smart contract is a contract that uses blockchain technology and digital signatures to perform automated transactions, the contract being written by computer code and stored on the blockchain. The intelligent contracts need to be deployed in the blockchain first to provide the business operation functions based on the blockchain. The smart contracts may be deployed via a deployment request for the smart contracts.
When the block link receives a deployment request for the smart contract, the smart contract may be processed based on the deployment request.
In one embodiment, the contract processing is to perform data analysis of the deployment request, generate a unique first identifier for the intelligent contract to be deployed currently after the analysis, and store the first identifier in a contract register, where the contract register is used to store the identifier of the intelligent contract, and the contract register is stored in the blockchain gateway system.
In addition, after the intelligent contract is processed, whether the deployment parameters of the intelligent contract are complete or not needs to be checked, and whether the chain account responsible for checking the deployment parameters has corresponding rights or not needs to be checked, for example, whether the chain account under a certain tenant has the rights of deploying the contract or not needs to be checked. Only if these checks are passed, the next step is to split the smart contract.
S120, splitting the intelligent contract into a first sub-contract, a second sub-contract, a third sub-contract and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, the transaction request is forwarded to a second sub-contract corresponding to the service type according to the service type, the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, the fourth sub-contract is called to execute the transaction request.
In this embodiment, after receiving the deployment request of the smart contract, the smart contract may be further split into a plurality of sub-contracts, each of which is responsible for implementing a portion of the functions of the smart contract. In this way, a large complex smart contract can be split into multiple independent modules for writing and managing. It aims to make the code of the contract easier to read and maintain, and at the same time, to improve the reusability and testability of the code.
In this embodiment, the smart contracts may be split into four types of contracts, namely a first sub-contract, a second sub-contract, a third sub-contract, and a fourth sub-contract. As an alternative embodiment, the first sub-contract may be a business contract for processing transaction logic; the third sub-contract may be a rights contract for managing and maintaining account information of the user; the fourth subcontract may be a billing transfer contract for performing specific transfer transaction logic; the second sub-contract may then be a smart contract for grouping other sub-contracts in the smart contract together to implement the functionality of the entire exchange. The sub contracts are divided into work and cooperate to jointly complete the functions of the intelligent contracts.
Based on the above embodiment, as shown in fig. 2, when the blockchain gateway system receives a transaction request for the intelligent contract, the blockchain gateway system first performs a basic rule check on the transaction request to check whether the transaction request is a request completely unrelated to the intelligent contract, isolates the unrelated request, and prevents the system from being maliciously attacked by the unrelated request. And after determining that the transaction request is a request with association, simultaneously performing flow control, and if the flow of the current system exceeds a threshold value, temporarily placing the transaction request so as to avoid a large number of request inrush in a short time to cause business system breakdown. Only if the basic rule check and the flow control are passed can the transaction request be forwarded to the business contract.
The business contract performs transaction request parameter verification, then forwards the transaction request to the corresponding intelligent contract according to the business type and the attribution business, the intelligent contract needs to call the authority contract to perform contract execution authority verification, and under the condition that the verification is passed, a specific charging transfer contract interface is called singly or in combination with the transaction request, the specific charging transfer contract executes the specific business transaction request, and then the transaction execution result is fed back to the intelligent contract. The intelligent contract feeds back the final contract execution result to the blockchain gateway system, and the gateway system feeds back to the user.
S130, generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract and a fourth sub-identifier for identifying the fourth sub-contract.
In this embodiment, after the smart contracts are split into the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract, in order to enable the sub-contracts to be quickly and accurately identified and invoked, it is further required to generate unique identification data for each sub-contract, and then bind the identification data and the sub-contracts one to one, that is, a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract and a fourth sub-identifier for identifying the fourth sub-contract.
S140, deploying the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract on a blockchain, and associating the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier.
In this embodiment, after the smart contract is split, the split first sub-contract, second sub-contract, third sub-contract and fourth sub-contract may be deployed onto the blockchain, and in addition, the first sub-identifier, second sub-identifier, third sub-identifier and fourth sub-identifier of the sub-contract need to be associated with the first identifier of the smart contract.
By establishing the association relationship, the sub-contracts can be managed and identified conveniently and efficiently, and the security of the sub-contracts can be improved by the binding operation because the sub-contracts must be verified and authorized by the intelligent contracts when the sub-contract operation is performed.
According to the method and the system, the complex intelligent contract is split into the plurality of sub-contracts, each sub-contract is only responsible for realizing a part of functions of the intelligent contract, a unique sub-identifier is generated for each sub-contract, and then the sub-identifiers are associated with the first identifier of the intelligent contract, so that the coupling property of the intelligent contract can be reduced, if a main contract wants to execute a part of functions, the sub-contract corresponding to the functions can be called, logic is clear in the process of realizing business transaction, the problem of redundant calling is avoided, and the execution efficiency of the intelligent contract is improved.
As an alternative embodiment, the generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract, and a fourth sub-identifier for identifying the fourth sub-contract includes:
determining a contract type, a contract name and contract data of the intelligent contract;
generating a first undetermined identification of the first sub-contract according to the contract type;
judging whether the same mark as the first undetermined mark exists or not;
determining the first to-be-identified as the first sub-identification in the absence of the same identification as the first to-be-identified;
and generating the second sub-identifier according to the contract name, and generating a third sub-identifier and a fourth sub-identifier according to the contract data.
In this embodiment, in order to guarantee the uniqueness of the identity of each sub-contract, the sub-identity of each type of sub-contract may be generated according to the related attribute of the smart contract, and after the sub-identity is generated, it may be checked whether the sub-identity is repeated.
As an alternative embodiment, the first sub-contract may be a business contract, the second sub-contract may be an intelligent contract, the third sub-contract may be a rights contract, and the fourth sub-contract may be a charge transfer contract. These sub-contracts may be deployed on three levels, namely, a proxy layer, a logical layer, and a data layer, with a first sub-contract deployed on the proxy layer, a second sub-contract deployed on the logical layer, and a third sub-contract and a fourth sub-contract deployed on the data layer.
Then, as shown in fig. 3, a first undetermined identifier of a first sub-contract on the proxy layer may be generated first according to the contract type of the intelligent contract, and since the first sub-contract is deployed on the proxy layer, the first undetermined identifier is a proxy layer contract identifier, and it is determined whether the same identifier as the proxy layer contract identifier exists in the proxy layer contract identifier library, if so, the first undetermined identifier is regenerated, and the steps are repeated, if not, the first undetermined identifier is directly determined as the first sub-identifier, and the first sub-identifier and the first sub-contract are bound.
Similarly, a second undetermined identifier of a second sub-contract on the proxy layer can be generated according to the contract name of the intelligent contract, and the second undetermined identifier is a logic layer contract identifier because the second sub-contract is deployed on the logic layer, and whether the identifier same as the second undetermined identifier exists in a logic layer contract identifier library or not is judged, if so, the second undetermined identifier is regenerated, the steps are repeated, if not, the second undetermined identifier is directly determined to be the second sub-identifier, and the second sub-identifier and the second sub-contract are bound.
Then a third undetermined mark and a fourth undetermined mark on the proxy layer can be generated according to the contract data of the intelligent contract, and the third undetermined mark and the fourth undetermined mark are deployed on the data layer, so that the third undetermined mark and the fourth undetermined mark are the contract marks of the data layer, whether the marks which are the same as the third undetermined mark and the fourth undetermined mark exist in a contract mark library of the data layer is judged, if the marks which are the same as the third undetermined mark and the fourth undetermined mark exist, the third undetermined mark and the fourth undetermined mark are regenerated, the steps are repeated, if the marks which are not exist, the third undetermined mark is directly determined to be a third undetermined mark, and the third undetermined mark and the third undetermined contract are bound; and determining the fourth undetermined identifier as a fourth sub-identifier, and binding the fourth sub-identifier and the fourth sub-contract.
Therefore, the uniqueness of the sub-identifier corresponding to each sub-contract can be ensured, and each sub-contract can be conveniently, accurately and quickly managed and identified.
As an alternative embodiment, after said associating said first sub-identifier, said second sub-identifier, said third sub-identifier and said fourth sub-identifier with said first identifier, said method further comprises:
determining a first sub-identifier corresponding to a transaction request for the intelligent contract under the condition that the transaction request is received;
acquiring the first sub-contract and a first association relation of the first sub-contract according to the first sub-identifier, wherein the first association relation is the association relation of the first sub-contract and the second sub-contract;
determining a second sub-identifier corresponding to the transaction request according to the first sub-contract and the first association relation;
acquiring the second sub-contract and a second association relation of the second sub-contract according to the second sub-identifier, wherein the second association relation is the association relation of the second sub-contract, a third sub-contract and a fourth sub-contract;
acquiring the third sub-contract and the fourth sub-contract according to the second sub-contract and the second association relation;
And merging the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract into a contract combination, and executing the contract combination according to the hierarchical relationship of the contract combination.
In this embodiment, after the smart contract is split into a plurality of sub-contracts, and the sub-contracts are deployed separately, each sub-contract is responsible for implementing a part of the functions of the smart contract, and the sub-contracts cooperate with each other, that is, the functions of the smart contract can be completed.
Specifically, as shown in fig. 4, the first sub-contract may be a business contract, the second sub-contract may be an intelligent contract, the third sub-contract may be a rights contract, and the fourth sub-contract may be a charge transfer contract. These sub-contracts may be deployed on three levels, namely, a proxy layer, a logical layer, and a data layer, with a first sub-contract deployed on the proxy layer, a second sub-contract deployed on the logical layer, and a third sub-contract and a fourth sub-contract deployed on the data layer. The contract identification of each agent layer is associated with the contract identification of at least one logical layer, which in turn is associated with the contract identification of at least one data layer.
As shown in fig. 5, in the case of receiving a transaction request for an intelligent contract, the transaction request may be parsed to obtain a first sub-identifier of a first sub-contract of an agent layer, and a relationship between the agent layer and a logic layer is obtained through the first sub-identifier, and a first association relationship between the first sub-contract and a second sub-contract is determined through the relationship between the agent layer and the logic layer; according to the first association relation, the second sub-identifier can be obtained through calculation, the relation of the logic layer and the data layer is determined, the second sub-contract and the second association relation are determined through the relation of the logic layer and the data layer, and similarly, the third sub-identifier and the fourth sub-identifier can be obtained based on the second association relation, and the third sub-contract and the fourth sub-contract are determined based on the third sub-identifier and the fourth sub-identifier.
Because the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract are matched with each other to complete the function of the intelligent contract, the sub-contracts on each level can be combined into a contract combination based on the sub-identification of each sub-contract, and then the contract combination is executed to complete the transaction request of the intelligent contract.
As an alternative embodiment, after said associating said first sub-identity, said second sub-identity, said third sub-identity and said fourth sub-identity with said first identity, said method comprises:
determining a second identification of any target contract in the case that the smart contract is incorporated into the target contract;
releasing the association relation of the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier;
the first sub-identity, the second sub-identity, the third sub-identity and the fourth sub-identity are associated to the second identity.
In this embodiment, after the smart contracts are split and deployed, the smart contracts may be combined with other contracts, in which case the sub-identities of the sub-contracts need to be adjusted to accommodate changes in the contract content.
Specifically, if the smart contract incorporates the target contract, it is necessary to release the association relationship of the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with respect to the first identifier, and re-associate the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier to the second identifier of the target contract, and then delete the first identifier of the smart contract in the contract register.
In this way, the identifier of the sub-contract can be matched with the structure of the intelligent contract, so that each sub-contract can be managed and maintained more conveniently.
As an alternative embodiment, after said associating said first sub-identity, said second sub-identity, said third sub-identity and said fourth sub-identity with said first identity, said method comprises:
determining a target subcontracting related to the changed contract content in the condition that the contract content of the intelligent contract is changed, wherein the target subcontracting is one or more of the first subcontracting, the second subcontracting, the third subcontracting and the fourth subcontracting;
modifying the content of a target subcontext or the association relation of target subcontext, wherein the target subcontext is used for identifying the target subcontext.
In this embodiment, after the splitting and deployment of the smart contracts are completed, the contract contents of the smart contracts may change, and based on these changes, each sub-contract, or the sub-identifier of each sub-contract, needs to be adjusted to adapt to the change of the contract contents.
For example, the first sub-contract may be a business contract, the second sub-contract may be an intelligent contract, the third sub-contract may be a rights contract, and the fourth sub-contract may be a charge transfer contract.
If the business type of the intelligent contract is divided or the parameters of the execution request are changed, the content of the business contract can be correspondingly modified.
If the combination logic of the business in the intelligent contract changes, the association relation of the second sub-identifier of the intelligent contract can be correspondingly modified: the new identifier may be bound to the second sub-identifier, or the association relationship between the second sub-identifier and the existing identifier may be released. For example, a business transaction originally requires 3 specific charging transfer contract combinations to be completed, and now because of business requirements, another specific charging transfer contract needs to be added, an intelligent contract needs to be modified, and the call interface information of the newly added charging transfer contract is added to the intelligent contract, namely, the sub-identifier of the newly added charging transfer contract is bound with the second sub-identifier of the intelligent contract.
If the execution rights in the smart contract change, the contents of the master rights contract may be correspondingly modified. For example, if the current smart contract originally only needs to be executed by the link account a, and the newly added link account B now also has the contract execution authority, the authority contract needs to be changed, and the execution authority of the link account B is increased.
As an optional embodiment, said associating said first sub-identifier, said second sub-identifier, said third sub-identifier and said fourth sub-identifier with said first identifier comprises:
binding the first sub-identifier with the first identifier;
binding the second sub-identifier with the first sub-identifier;
binding the third sub-identifier and the fourth sub-identifier with the second sub-identifier.
In this embodiment, the sub-identifier of each sub-contract is associated with the first identifier of the smart contract, and instead of directly binding all the sub-identifiers with the first identifier, the sub-identifier corresponding to each sub-contract is directly or indirectly bound with the first identifier based on the function of each sub-contract.
For example, the first sub-contract may be a business contract, the second sub-contract may be an intelligent contract, the third sub-contract may be a rights contract, and the fourth sub-contract may be a charge transfer contract. The first sub-identifier and the first identifier of the business contract can be bound, the second sub-identifier and the first sub-identifier are bound, and the third sub-identifier and the fourth sub-identifier and the second sub-identifier are bound, so that the first identifier and each sub-identifier of the intelligent contract form at least one chain structure, and the relation among the contracts can be clearly determined through the chain structure.
Based on the deployment method of the intelligent contract provided by the embodiment, correspondingly, the application also provides a specific implementation mode of the deployment device of the intelligent contract. Please refer to the following examples.
Referring first to fig. 6, a deployment apparatus 600 of an intelligent contract provided in an embodiment of the present application includes the following modules:
an obtaining module 601, configured to generate, when a deployment request of an intelligent contract is received, a first identifier corresponding to the intelligent contract, where the first identifier is used to identify the intelligent contract;
a splitting module 602, configured to split the smart contract into a first sub-contract, a second sub-contract, a third sub-contract, and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, and forwarding the transaction request to a second sub-contract corresponding to the service type according to the service type, wherein the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, calling the fourth sub-contract to execute the transaction request;
A generating module 603 for generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract, and a fourth sub-identifier for identifying the fourth sub-contract;
an association module 604, configured to deploy the first sub-contract, the second sub-contract, the third sub-contract, and the fourth sub-contract onto a blockchain, and associate the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier.
The device can split the complex intelligent contract into a plurality of sub-contracts, each sub-contract is only responsible for realizing a part of functions of the intelligent contract, a unique sub-identifier is generated for each sub-contract, and then the sub-identifiers are associated with the first identifier of the intelligent contract, so that the coupling of the intelligent contract can be reduced, if a main contract wants to execute a part of functions, the sub-contract corresponding to the functions can be called, the logic is clear in the process of realizing business transaction, the problem of redundant calling is avoided, and the execution efficiency of the intelligent contract is improved.
As an implementation manner of the present application, the generating module 603 may further include:
a first determining unit configured to determine a contract type, a contract name, and contract data of the smart contract;
a first generation unit, configured to generate a first pending identification of the first sub-contract according to the contract type;
the judging unit is used for judging whether the identification which is the same as the first undetermined identification exists or not;
a second determining unit configured to determine, in the absence of the same identifier as the first to-be-determined identifier, the first to-be-determined identifier as the first sub-identifier;
and the second generation unit is used for generating the second sub-identifier according to the contract name and generating a third sub-identifier and a fourth sub-identifier according to the contract data.
As an implementation of the present application, the deployment apparatus 600 of the smart contract described above may also be used to:
determining a first sub-identifier corresponding to a transaction request for the intelligent contract under the condition that the transaction request is received;
acquiring the first sub-contract and a first association relation of the first sub-contract according to the first sub-identifier, wherein the first association relation is the association relation of the first sub-contract and the second sub-contract;
Determining a second sub-identifier corresponding to the transaction request according to the first sub-contract and the first association relation;
acquiring the second sub-contract and a second association relation of the second sub-contract according to the second sub-identifier, wherein the second association relation is the association relation of the second sub-contract, a third sub-contract and a fourth sub-contract;
acquiring the third sub-contract and the fourth sub-contract according to the second sub-contract and the second association relation;
and merging the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract into a contract combination, and executing the contract combination according to the hierarchical relationship of the contract combination.
As an implementation of the present application, the deployment apparatus 600 of the smart contract described above may also be used to:
after the associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method includes:
determining a second identification of any target contract in the case that the smart contract is incorporated into the target contract;
releasing the association relation of the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier;
The first sub-identity, the second sub-identity, the third sub-identity and the fourth sub-identity are associated to the second identity.
As an implementation of the present application, the deployment apparatus 600 of the smart contract described above may also be used to:
determining a target subcontracting related to the changed contract content in the condition that the contract content of the intelligent contract is changed, wherein the target subcontracting is one or more of the first subcontracting, the second subcontracting, the third subcontracting and the fourth subcontracting;
and modifying the association relation between the target sub-identifier and the first identifier, wherein the target sub-identifier is used for identifying the target sub-contract.
As an implementation manner of the present application, the association module 604 may further include:
a first binding unit, configured to bind the first sub-identifier with the first identifier;
a second binding unit, configured to bind the second sub-identifier with the first sub-identifier;
and the third binding unit is used for binding the third sub-identifier and the fourth sub-identifier with the second sub-identifier.
The deployment device for intelligent contracts provided by the embodiment of the present invention can implement each step in the above method embodiment, and in order to avoid repetition, the description is omitted here.
Fig. 7 shows a schematic hardware structure of a deployment device of the smart contract according to an embodiment of the present application.
A deployment device in a smart contract may include a processor 701 and a memory 702 storing computer program instructions.
In particular, the processor 701 described above may include a Central Processing Unit (CPU), or a specific integrated circuit (ApplicationSpecificIntegratedCircuit, ASIC), or may be configured to implement one or more integrated circuits of embodiments of the present application.
Memory 702 may include mass storage for data or instructions. By way of example, and not limitation, memory 702 may include a hard disk drive (HardDiskDrive, HDD), floppy disk drive, flash memory, optical disk, magneto-optical disk, magnetic tape, or universal serial bus (UniversalSerialBus, USB) drive, or a combination of two or more of these. The memory 702 may include removable or non-removable (or fixed) media, where appropriate. Memory 702 may be internal or external to the integrated gateway disaster recovery device, where appropriate. In a particular embodiment, the memory 702 is a non-volatile solid state memory.
The memory may include Read Only Memory (ROM), random Access Memory (RAM), magnetic disk storage media devices, optical storage media devices, flash memory devices, electrical, optical, or other physical/tangible memory storage devices. Thus, in general, the memory includes one or more tangible (non-transitory) computer-readable storage media (e.g., memory devices) encoded with software comprising computer-executable instructions and when the software is executed (e.g., by one or more processors) it is operable to perform the operations described with reference to methods in accordance with aspects of the present disclosure.
The processor 701 implements the deployment method of any of the smart contracts of the above embodiments by reading and executing the computer program instructions stored in the memory 702.
In one example, the deployment device of the smart contract may also include a communication interface 703 and a bus 710. As shown in fig. 7, the processor 701, the memory 702, and the communication interface 703 are connected by a bus 710 and perform communication with each other.
The communication interface 703 is mainly used for implementing communication between each module, device, unit and/or apparatus in the embodiments of the present application.
Bus 710 includes hardware, software, or both, coupling components of the deployment device of the smart contract to each other. By way of example, and not limitation, the buses may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a Front Side Bus (FSB), a HyperTransport (HT) interconnect, an Industry Standard Architecture (ISA) bus, an infiniband interconnect, a Low Pin Count (LPC) bus, a memory bus, a micro channel architecture (MCa) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCI-X) bus, a Serial Advanced Technology Attachment (SATA) bus, a video electronics standards association local (VLB) bus, or other suitable bus, or a combination of two or more of the above. Bus 710 may include one or more buses, where appropriate. Although embodiments of the present application describe and illustrate a particular bus, the present application contemplates any suitable bus or interconnect.
The deployment device of the intelligent contract can be based on the embodiment, so that the deployment method and the device of the intelligent contract are combined.
In addition, in combination with the deployment method of the intelligent contract in the above embodiment, the embodiment of the application may be implemented by providing a computer storage medium. The computer storage medium has stored thereon computer program instructions; the computer program instructions, when executed by the processor, implement the deployment method of any one of the intelligent contracts in the above embodiments, and achieve the same technical effects, so that repetition is avoided, and no further description is given here. The computer readable storage medium may include a non-transitory computer readable storage medium, such as Read-only memory (ROM), random access memory (Random AccessMemory, RAM), magnetic disk or optical disk, and the like, but is not limited thereto.
In addition, the embodiment of the application also provides a computer program product, which comprises computer program instructions, wherein the computer program instructions can realize the steps of the embodiment of the method and the corresponding content when being executed by a processor.
It should be clear that the present application is not limited to the particular arrangements and processes described above and illustrated in the drawings. For the sake of brevity, a detailed description of known methods is omitted here. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present application are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications, and additions, or change the order between steps, after appreciating the spirit of the present application.
The functional blocks shown in the above block diagrams may be implemented in hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, a plug-in, a function card, or the like. When implemented in software, the elements of the present application are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine readable medium or transmitted over transmission media or communication links by a data signal carried in a carrier wave. A "machine-readable medium" may include any medium that can store or transfer information. Examples of machine-readable media include electronic circuitry, semiconductor memory devices, ROM, flash memory, erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, radio Frequency (RF) links, and the like. The code segments may be downloaded via computer networks such as the internet, intranets, etc.
It should also be noted that the exemplary embodiments mentioned in this application describe some methods or systems based on a series of steps or devices. However, the present application is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be different from the order in the embodiments, or several steps may be performed simultaneously.
Aspects of the present disclosure are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, enable the implementation of the functions/acts specified in the flowchart and/or block diagram block or blocks. Such a processor may be, but is not limited to being, a general purpose processor, a special purpose processor, an application specific processor, or a field programmable logic circuit. It will also be understood 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 which performs the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In the foregoing, only the specific embodiments of the present application are described, and it will be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the systems, modules and units described above may refer to the corresponding processes in the foregoing method embodiments, which are not repeated herein. It should be understood that the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the present application, which are intended to be included in the scope of the present application.

Claims (10)

1. A method of deploying an intelligent contract, the method comprising:
generating a first identifier corresponding to the intelligent contract under the condition that a deployment request of the intelligent contract is received, wherein the first identifier is used for identifying the intelligent contract;
splitting the smart contract into a first sub-contract, a second sub-contract, a third sub-contract, and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, and forwarding the transaction request to a second sub-contract corresponding to the service type according to the service type, wherein the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, calling the fourth sub-contract to execute the transaction request;
generating a first sub-identification for identifying the first sub-contract, a second sub-identification for identifying the second sub-contract, a third sub-identification for identifying the third sub-contract, and a fourth sub-identification for identifying the fourth sub-contract;
Deploying the first subcontection, the second subcontection, the third subcontection and the fourth subcontection onto a blockchain and associating the first subcontection, the second subcontection, the third subcontection and the fourth subcontection with the first identification.
2. The method of claim 1, wherein the generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract, and a fourth sub-identifier for identifying the fourth sub-contract comprises:
determining a contract type, a contract name and contract data of the intelligent contract;
generating a first undetermined identification of the first sub-contract according to the contract type;
judging whether the same mark as the first undetermined mark exists or not;
determining the first to-be-identified as the first sub-identification in the absence of the same identification as the first to-be-identified;
and generating the second sub-identifier according to the contract name, and generating a third sub-identifier and a fourth sub-identifier according to the contract data.
3. The method of claim 1, wherein after associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method further comprises:
determining a first sub-identifier corresponding to a transaction request for the intelligent contract under the condition that the transaction request is received;
acquiring the first sub-contract and a first association relation of the first sub-contract according to the first sub-identifier, wherein the first association relation is the association relation of the first sub-contract and the second sub-contract;
determining a second sub-identifier corresponding to the transaction request according to the first sub-contract and the first association relation;
acquiring the second sub-contract and a second association relation of the second sub-contract according to the second sub-identifier, wherein the second association relation is the association relation of the second sub-contract, a third sub-contract and a fourth sub-contract;
acquiring the third sub-contract and the fourth sub-contract according to the second sub-contract and the second association relation;
and merging the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract into a contract combination, and executing the contract combination according to the hierarchical relationship of the contract combination.
4. The method of claim 1, wherein after associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method comprises:
determining a second identification of any target contract in the case that the smart contract is incorporated into the target contract;
releasing the association relation of the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier;
the first sub-identity, the second sub-identity, the third sub-identity and the fourth sub-identity are associated to the second identity.
5. The method of claim 1, wherein after associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier, the method comprises:
determining a target subcontracting related to the changed contract content in the condition that the contract content of the intelligent contract is changed, wherein the target subcontracting is one or more of the first subcontracting, the second subcontracting, the third subcontracting and the fourth subcontracting;
And modifying the association relation between the target sub-identifier and the first identifier, wherein the target sub-identifier is used for identifying the target sub-contract.
6. The method of claim 1, wherein associating the first sub-identifier, the second sub-identifier, the third sub-identifier, and the fourth sub-identifier with the first identifier comprises:
binding the first sub-identifier with the first identifier;
binding the second sub-identifier with the first sub-identifier;
binding the third sub-identifier and the fourth sub-identifier with the second sub-identifier.
7. A deployment apparatus for smart contracts, the apparatus comprising:
the intelligent contract deployment system comprises an acquisition module, a deployment module and a deployment module, wherein the acquisition module is used for generating a first identifier corresponding to an intelligent contract under the condition that a deployment request of the intelligent contract is received, and the first identifier is used for identifying the intelligent contract;
the splitting module is used for splitting the intelligent contract into a first sub-contract, a second sub-contract, a third sub-contract and a fourth sub-contract;
the method comprises the steps that under the condition that a transaction request aiming at the intelligent contract is received, the first sub-contract is used for determining the service type of the transaction request aiming at the intelligent contract, and forwarding the transaction request to a second sub-contract corresponding to the service type according to the service type, wherein the second sub-contract is used for calling the third sub-contract to verify the transaction right of the transaction request, and under the condition that the transaction right verification is passed, calling the fourth sub-contract to execute the transaction request;
A generation module for generating a first sub-identifier for identifying the first sub-contract, a second sub-identifier for identifying the second sub-contract, a third sub-identifier for identifying the third sub-contract, and a fourth sub-identifier for identifying the fourth sub-contract;
and the association module is used for deploying the first sub-contract, the second sub-contract, the third sub-contract and the fourth sub-contract on a blockchain and associating the first sub-identifier, the second sub-identifier, the third sub-identifier and the fourth sub-identifier with the first identifier.
8. A deployment device of an intelligent contract, the deployment device of the intelligent contract comprising: a processor and a memory storing computer program instructions;
the processor, when executing the computer program instructions, implements the method of deploying a smart contract as defined in any one of claims 1-6.
9. A computer storage medium having stored thereon computer program instructions which, when executed by a processor, implement the method of deploying an intelligent contract according to any of claims 1-6.
10. A computer program product, characterized in that it comprises computer program instructions which, when executed by a processor, implement the method of deployment of a smart contract according to any of claims 1-6.
CN202310159636.XA 2023-02-20 2023-02-20 Intelligent contract deployment method, device, equipment, storage medium and program product Pending CN116433374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310159636.XA CN116433374A (en) 2023-02-20 2023-02-20 Intelligent contract deployment method, device, equipment, storage medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310159636.XA CN116433374A (en) 2023-02-20 2023-02-20 Intelligent contract deployment method, device, equipment, storage medium and program product

Publications (1)

Publication Number Publication Date
CN116433374A true CN116433374A (en) 2023-07-14

Family

ID=87082154

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310159636.XA Pending CN116433374A (en) 2023-02-20 2023-02-20 Intelligent contract deployment method, device, equipment, storage medium and program product

Country Status (1)

Country Link
CN (1) CN116433374A (en)

Similar Documents

Publication Publication Date Title
CN112950201B (en) Node management method and related device applied to block chain system
CN116433374A (en) Intelligent contract deployment method, device, equipment, storage medium and program product
CN107844520A (en) Electronic installation, vehicle data introduction method and storage medium
CN109699030B (en) Unmanned aerial vehicle authentication method, device, equipment and computer readable storage medium
CN116708576A (en) Service providing method, device, equipment and computer readable storage medium
CN108965108B (en) Message pushing method and related equipment
CN116069751A (en) Information processing method, apparatus, device and computer readable storage medium
CN115858320A (en) Operation log recording method, apparatus, medium and product
WO2019089114A1 (en) Validation devices, servers, validation methods, and file modification methods
CN114637525A (en) Method, device, equipment and medium for compatibility of SDK and access application
CN115509628A (en) Method, device, equipment and storage medium for calling micro-service
US20150356791A1 (en) Apparatus and method for processing card information
CN111369246A (en) Calling authentication method and device of intelligent contract, electronic equipment and storage medium
CN105099708B (en) A kind of auth method
CN114710450B (en) Flow control method, device, equipment and computer storage medium
CN112527755B (en) Government affair data exchange method and system based on block chain technology
CN117150999B (en) Method, device, terminal and medium for recording ECO implementation information by using redundant circuit
CN116775110A (en) Data synchronization method, device, equipment, medium and product
CN115878733A (en) Data uploading method, device, equipment and computer storage medium
CN118134406A (en) Process tracking method, apparatus, device, computer storage medium and program product
CN117216113A (en) User determination method, device, equipment and computer storage medium
CN117273642A (en) User information management method, device, equipment, medium and product
CN116383197A (en) Intelligent contract processing method, device, equipment and computer readable storage medium
CN116962276A (en) Vehicle route configuration method, device, equipment and medium
CN114661993A (en) Information query method, device, equipment and computer readable storage medium

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