CN109087097B - Method and device for updating same identifier of chain code - Google Patents

Method and device for updating same identifier of chain code Download PDF

Info

Publication number
CN109087097B
CN109087097B CN201810834251.8A CN201810834251A CN109087097B CN 109087097 B CN109087097 B CN 109087097B CN 201810834251 A CN201810834251 A CN 201810834251A CN 109087097 B CN109087097 B CN 109087097B
Authority
CN
China
Prior art keywords
transaction
block chain
identifier
updating
chain
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
CN201810834251.8A
Other languages
Chinese (zh)
Other versions
CN109087097A (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.)
JD Digital Technology Holdings Co Ltd
Jingdong Technology Holding Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201810834251.8A priority Critical patent/CN109087097B/en
Publication of CN109087097A publication Critical patent/CN109087097A/en
Application granted granted Critical
Publication of CN109087097B publication Critical patent/CN109087097B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • 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

Abstract

The invention discloses a method and a device for updating the same identification of a chain code, and relates to the technical field of computers. One embodiment of the method comprises: requesting chain code execution; acquiring a transaction ID; splicing a uniform prefix to the transaction ID; placing the identifier into a buffer pool; judging whether the block height reaches a preset value or the time stamp reaches a preset time; acquiring a public prefix of the identifier; acquiring an identifier needing to be updated according to the acquired public prefix and a module needing to be updated; integrating the obtained identifiers; deleting the mark of the integration operation; and writing the result obtained by the integration operation into the block chain. According to the method, the concurrent writing of the chain codes can be realized by updating the same identification of the chain codes, the condition of invalid operation of the block chain is reduced to the maximum extent, the transaction failure rate is effectively reduced, and meanwhile, the efficiency of writing into the block chain is improved.

Description

Method and device for updating same identifier of chain code
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for updating a same identifier of a chain code.
Background
The block chain is a technical system which is jointly maintained by multiple parties, transmission and access safety is guaranteed by using cryptography, and data consistent storage, tamper resistance and repudiation resistance can be realized. A typical blockchain implements data storage in a blockchain structure. Since the advantages of the block chain are favored by the broad users, the technology is already applied to the scenes such as the logistics supply chain, the tracing anti-counterfeiting and the like, in order to realize the safety and the reliability of the block chain, the correct execution of each transaction must be ensured, and many attempts and efforts are made for the technology, and meanwhile, one of the costs is that a great deal of time is spent.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
in order to realize simultaneous execution of multiple transactions, a concurrent chain code (chain code) mode is adopted, however, in order to guarantee correctness and reliability of the transactions, a message queue must be realized before a block is written finally, and execution is carried out in sequence. In this case, a new problem arises, we cannot guarantee that the order of arrival of each message is proper, and when the message reaches the step of checking, the corresponding value in the block may have been modified, which makes all the work done before the transaction reaches the verification declared invalid, which causes a lot of time waste.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for updating a same identifier (key) of a chain code, which can implement concurrent writing of the chain code, maximally reduce the invalid operation of the block chain, effectively reduce the failure rate of transaction (tx), and at the same time improve the efficiency of writing into the block chain.
To achieve the above object, according to an aspect of the embodiments of the present invention, a method for updating a chain code identity is provided.
The method for updating the same identifier of the chain code according to the embodiment of the invention comprises the following steps:
monitoring the state of the block chain in real time, and acquiring the public prefix of each transaction identifier in the buffer pool when the state of the block chain meets a preset trigger condition; the preset trigger conditions include: the block height of the block chain reaches a preset value;
acquiring and integrating a transaction identifier with the public prefix according to the acquired public prefix and a module to be updated;
and writing the result obtained by the integration operation into the block chain, and deleting the transaction identifier of the completed integration operation from the cache pool.
Optionally, the preset trigger condition further includes: the time stamp of the blockchain reaches a predetermined time.
Optionally, the time stamp is determined from the time the transaction was generated.
Optionally, integrating the transaction identifier with the common prefix includes: and performing addition, subtraction, multiplication and division on the values corresponding to the transaction identifications according to the operation specified by the user.
According to another aspect of the embodiments of the present invention, an apparatus for updating a same identifier of a chain code is provided.
The device for updating the same identification of the chain code according to the embodiment of the invention comprises the following steps:
the acquisition module monitors the state of the block chain in real time, and acquires the public prefix of each transaction identifier in the buffer pool when the state of the block chain meets a preset trigger condition; the preset trigger conditions include: the block height of the block chain reaches a preset value;
the integration module is used for acquiring and integrating the transaction identifier with the public prefix according to the acquired public prefix and the module to be updated;
and the updating module writes the result obtained by the integration operation into the block chain and deletes the transaction identifier of which the integration operation is finished from the cache pool.
Optionally, the preset trigger condition further includes: the time stamp of the blockchain reaches a predetermined time.
Optionally, the time stamp is determined from the time the transaction was generated.
Optionally, integrating the transaction identity with the common prefix comprises: and performing addition, subtraction, multiplication and division on the values corresponding to the transaction identifications according to the operation specified by the user.
According to another aspect of the embodiments of the present invention, an electronic device for updating a chain code identity is provided.
The electronic equipment for updating the same identification of the chain code according to the embodiment of the invention comprises:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for updating the chain code identity identifier provided in the first aspect of the embodiment of the present invention.
According to yet another aspect of an embodiment of the present invention, a computer-readable medium is provided.
According to the computer readable medium of the embodiment of the present invention, a computer program is stored thereon, and when executed by a processor, the program implements the method for updating the chain code identity identifier provided in the first aspect of the embodiment of the present invention.
One embodiment of the above invention has the following advantages or benefits: by updating the same identification of the chain code, the concurrent writing of the chain code is realized, the condition of invalid operation of the block chain is reduced to the maximum extent, the transaction failure rate is effectively reduced, and meanwhile, the efficiency of writing into the block chain is improved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic diagram of a main flow of a method for updating a chain code identity according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of the main modules of an apparatus for updating the same ID of a chain code according to an embodiment of the present invention;
FIG. 3 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 4 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
According to an aspect of the embodiments of the present invention, a method for updating a chain code identity is provided.
Fig. 1 is a schematic diagram of a main flow of a method for updating a chain code identity according to an embodiment of the present invention. As shown in fig. 1, the method for updating the same identifier of the chain code according to the embodiment of the present invention includes steps S101-S110.
S101: requesting chain code execution;
because the operation of each user can be concurrently written into the chain code in the whole operation process of the system, and then the processed operation key is put into the cache, the transaction information of each user is obtained firstly.
S102: acquiring a transaction ID;
s103: splicing a uniform prefix to the transaction ID;
s104: placing the identifier into a buffer pool;
and if the current block reaches the preset height or the time stamp reaches the preset value, the next operation is carried out. For each node of the block chain, when the same block height exists, the updated data of each node can be guaranteed to be uniform, and the uniformity and the reliability of data updating are guaranteed. However, in the block chain, there may be a large delay in data processing, and the operation cannot be executed later, so that a time stamp is set as another threshold, and the update work is executed when the time reaches the reference. The time stamp is selected by taking the time of the user submitting operation as a reference, so that the time consistency is ensured, and meanwhile, the uniformity and the reliability in data updating are also ensured.
S105: judging whether the block height reaches a preset value or the time stamp reaches a preset time;
s106: acquiring a public prefix of the identifier;
s107: acquiring an identifier needing to be updated according to the acquired public prefix and the module needing to be updated and calculated in the step S106;
s108: integrating the acquired identifiers, and performing addition, subtraction, multiplication and division or other operations on the values corresponding to the identifiers according to the operation specified by the user;
s109: deleting the mark of the completed integration operation; and
s110: the result obtained by the integration operation is written into the block chain.
According to another aspect of the embodiments of the present invention, an apparatus for updating a same identifier of a chain code is provided.
Fig. 2 is a schematic diagram of main modules of an apparatus for updating a chain code identity according to an embodiment of the present invention. As shown in fig. 2, an apparatus 200 for updating a chain code identity according to an embodiment of the present invention includes:
a request module 201, configured to request chain code execution;
an obtaining module 1202 for obtaining a transaction ID;
the splicing module 203 is used for splicing a uniform prefix to the transaction ID;
a buffer module 204, configured to put the identifier into a buffer pool;
a judging module 205, configured to judge whether the block height reaches a predetermined value or the timestamp reaches a predetermined time;
an obtaining module 2206, configured to obtain a public prefix of the identifier;
an obtaining module 3207, configured to obtain an identifier that needs to be updated according to the obtained public prefix and the module that needs to be updated and is calculated in the determining module 205;
an integration module 208, configured to integrate the obtained identifiers, and perform addition, subtraction, multiplication, and division or other operations on the values corresponding to the identifiers according to an operation specified by a user;
a deleting module 209, configured to delete the identifier of the completed integration operation; and
a writing module 210, configured to write the result obtained by the integrating module into the block chain.
According to another aspect of the embodiments of the present invention, an electronic device for updating a chain code identity is provided.
The electronic equipment for updating the same identification of the chain code according to the embodiment of the invention comprises:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for updating the chain code identity identifier provided in the first aspect of the embodiment of the present invention.
Fig. 3 illustrates an exemplary system architecture 300 of an apparatus for updating chain code identity identification or updating chain code identity identification, to which embodiments of the present invention may be applied.
As shown in fig. 3, the system architecture 300 may include terminal devices 301, 302, 303, a network 304, and a server 305. The network 304 serves as a medium for providing communication links between the terminal devices 301, 302, 303 and the server 305. Network 304 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal device 301, 302, 303 to interact with the server 305 via the network 304 to receive or send messages or the like. The terminal devices 301, 302, 303 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 301, 302, 303 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 305 may be a server providing various services, such as a background management server (for example only) providing support for shopping-like websites browsed by users using the terminal devices 301, 302, 303. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the method for updating the same identifier of the chain code provided by the embodiment of the present invention is generally executed by the server 305, and accordingly, the apparatus for updating the same identifier of the chain code is generally disposed in the server 305.
It should be understood that the number of terminal devices, networks, and servers in fig. 3 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 4, shown is a block diagram of a computer system 400 suitable for use in implementing a terminal device of an embodiment of the present application. The terminal device shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 4, the computer system 400 includes a Central Processing Unit (CPU)401 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)402 or a program loaded from a storage section 408 into a Random Access Memory (RAM) 403. In the RAM 403, various programs and data necessary for the operation of the system 400 are also stored. The CPU 401, ROM 402, and RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
The following components are connected to the I/O interface 405: an input section 406 including a keyboard, a mouse, and the like; an output section 407 including a display device such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 408 including a hard disk and the like; and a communication section 409 including a network interface card such as a LAN card, a modem, or the like. The communication section 409 performs communication processing via a network such as the internet. A driver 410 is also connected to the I/O interface 405 as needed. A removable medium 411 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 410 as necessary, so that a computer program read out therefrom is mounted into the storage section 408 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 409, and/or installed from the removable medium 411. The above-described functions defined in the system of the present application are executed when the computer program is executed by a Central Processing Unit (CPU) 401.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart 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 or flowchart illustration, and combinations of blocks in the block diagrams 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 modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprising: the request module is used for requesting chain code execution; the acquisition module 1 is used for acquiring a transaction ID; the splicing module is used for splicing the transaction ID with a uniform prefix; the buffer module is used for placing the identifier into a buffer pool; the judging module is used for judging whether the block height reaches a preset value or the timestamp reaches preset time; an obtaining module 2, configured to obtain a public prefix of the identifier; the acquisition module 3 is used for acquiring the identifier needing to be updated according to the acquired public prefix and the module needing to be updated calculated in the judgment module; the integration module is used for integrating the acquired identifiers and performing addition, subtraction, multiplication and division or other operations on the values corresponding to the identifiers according to the operation specified by the user; the deleting module is used for deleting the mark of the completed integration operation; and the writing module is used for writing the result obtained by the integration module into the block chain. Where the names of these modules do not in some cases constitute a limitation on the module itself, for example, a buffer module may also be described as a "module for writing an identification to a buffer".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: requesting chain code execution; acquiring a transaction ID; splicing a uniform prefix to the transaction ID; placing the identifier into a buffer pool; judging whether the block height reaches a preset value or the time stamp reaches a preset time; acquiring a public prefix of the identifier; acquiring an identifier needing to be updated according to the acquired public prefix and a module needing to be updated; integrating the obtained identifiers; deleting the mark of the integration operation; and writing a result obtained by the integration operation into the block chain.
According to the technical scheme of the embodiment of the invention, the method has the following advantages or beneficial effects: by updating the same identification of the chain code, the concurrent writing of the chain code is realized, the condition of invalid operation of the block chain is reduced to the maximum extent, the transaction failure rate is effectively reduced, and meanwhile, the efficiency of writing into the block chain is improved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A method for updating a same identifier of a chain code, comprising:
monitoring the state of the block chain in real time, and acquiring the public prefix of each transaction identifier in the buffer pool when the state of the block chain meets a preset trigger condition; the preset trigger conditions include: the block height of the block chain reaches a preset value, or the time stamp of the block chain reaches a preset time;
acquiring and integrating a transaction identifier with the public prefix according to the acquired public prefix and a module to be updated;
and writing the result obtained by the integration operation into the block chain, and deleting the transaction identifier of the completed integration operation from the cache pool.
2. The method of claim 1, wherein the timestamp is determined based on a time at which the transaction was generated.
3. The method of claim 1, wherein integrating the transaction identifier with the common prefix comprises: and performing addition, subtraction, multiplication and division on the values corresponding to the transaction identifications according to the operation specified by the user.
4. An apparatus for updating a same identifier of a chain code, comprising:
the acquisition module monitors the state of the block chain in real time, and acquires the public prefix of each transaction identifier in the buffer pool when the state of the block chain meets a preset trigger condition; the preset trigger conditions include: the block height of the block chain reaches a preset value, or the time stamp of the block chain reaches a preset time;
the integration module is used for acquiring and integrating the transaction identifier with the public prefix according to the acquired public prefix and the module to be updated;
and the updating module writes the result obtained by the integration operation into the block chain and deletes the transaction identifier of which the integration operation is finished from the cache pool.
5. The apparatus of claim 4, wherein the timestamp is determined based on a time at which the transaction was generated.
6. The apparatus of claim 4, wherein integrating the transaction identifier with the common prefix comprises: and performing addition, subtraction, multiplication and division on the values corresponding to the transaction identifications according to the operation specified by the user.
7. An electronic device for updating a same identifier of a chain code, comprising:
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 implement the method of any of claims 1-3.
8. A computer-readable medium, on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the method according to any one of claims 1-3.
CN201810834251.8A 2018-07-26 2018-07-26 Method and device for updating same identifier of chain code Active CN109087097B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810834251.8A CN109087097B (en) 2018-07-26 2018-07-26 Method and device for updating same identifier of chain code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810834251.8A CN109087097B (en) 2018-07-26 2018-07-26 Method and device for updating same identifier of chain code

Publications (2)

Publication Number Publication Date
CN109087097A CN109087097A (en) 2018-12-25
CN109087097B true CN109087097B (en) 2020-11-03

Family

ID=64830817

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810834251.8A Active CN109087097B (en) 2018-07-26 2018-07-26 Method and device for updating same identifier of chain code

Country Status (1)

Country Link
CN (1) CN109087097B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114096962A (en) * 2019-05-14 2022-02-25 普勒纳瑞亚公司 Block chain cache system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630609B (en) * 2016-02-24 2021-05-11 杭州复杂美科技有限公司 Block chain packing storage method
US11423351B2 (en) * 2016-12-15 2022-08-23 International Business Machines Corporation Blockchain-based food product shelf-life management
CN106980649B (en) * 2017-02-28 2020-07-10 创新先进技术有限公司 Method and device for writing block chain service data and service subset determining method
CN111880746A (en) * 2017-05-25 2020-11-03 创新先进技术有限公司 Method and device for writing service data into block chain system
CN108320228A (en) * 2018-03-07 2018-07-24 物数(上海)信息科技有限公司 Transregional piece of chain transaction in assets method, platform, equipment and storage medium

Also Published As

Publication number Publication date
CN109087097A (en) 2018-12-25

Similar Documents

Publication Publication Date Title
CN110019263B (en) Information storage method and device
CN111460129A (en) Method and device for generating identification, electronic equipment and storage medium
CN110324384B (en) Data pushing method and device
CN109087097B (en) Method and device for updating same identifier of chain code
CN113760982A (en) Data processing method and device
CN112948138A (en) Method and device for processing message
CN110866001A (en) Method and device for determining order to be processed
CN114064803A (en) Data synchronization method and device
CN113726885A (en) Method and device for adjusting flow quota
CN110019671B (en) Method and system for processing real-time message
CN112711572A (en) Online capacity expansion method and device suitable for sub-warehouse and sub-meter
CN113722193A (en) Method and device for detecting page abnormity
CN113760487A (en) Service processing method and device
CN113535768A (en) Production monitoring method and device
CN113766437B (en) Short message sending method and device
CN112699116A (en) Data processing method and system
CN110262756B (en) Method and device for caching data
CN109656519B (en) Method and device for automatically accessing service data
CN110019352B (en) Method and apparatus for storing data
CN113076256A (en) Pressure testing method and device
CN113722548A (en) Method and device for processing reference relationship in business system
CN115495316A (en) Management method and device for historical page maintenance records
CN113746661A (en) Service processing method and device
CN113760925A (en) Data processing method and device
CN113742161A (en) Buried point reporting 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Applicant after: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

Address before: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Applicant before: BEIJING JINGDONG FINANCIAL TECHNOLOGY HOLDING Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Patentee after: Jingdong Technology Holding Co.,Ltd.

Address before: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Patentee before: Jingdong Digital Technology Holding Co.,Ltd.

Address after: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Patentee after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Patentee before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.