High performance distributed system of record with unspent transaction output (UTXO) database snapshot integrity

US11720453B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11720453-B2
Application numberUS-202017011626-A
CountryUS
Kind codeB2
Filing dateSep 3, 2020
Priority dateApr 28, 2020
Publication dateAug 8, 2023
Grant dateAug 8, 2023

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method operative in association with a set of transaction handling computing elements that comprise a network core that receive and process transaction requests into an append-only immutable chain of data blocks, wherein a data block is a collection of transactions, and wherein presence of a transaction recorded within a data block is verifiable via a cryptographic hash, and wherein Unspent Transaction Output (UTXO) data structures supporting the immutable chain of data blocks are maintained in a UTXO database, wherein a UXTO is an output from a finalized transaction that contains a value. The technique herein includes periodically snapshotting a given portion of the UTXO database to generate a hash. The hash of the snapshot is recorded within the immutable chain of data blocks, and preferably within a given block header. In responsive to a receipt of a recovery request, and to facilitate recovery of the system to a provably-known state, a consensus algorithm is executed over the UXTO snapshot.

First claim

Opening claim text (preview).

The invention claimed is: 1. A method operative in association with a set of transaction handling computing elements that comprise a network core that receive and process transaction requests into an append-only immutable chain of data blocks, wherein a data block is a collection of transactions, and wherein presence of a transaction recorded within a data block is verifiable via a cryptographic hash, and wherein Unspent Transaction Output (UTXO) data structures supporting the immutable chain of data blocks are maintained in a UTXO database, wherein a UXTO is an output from a finalized transaction that contains a value, comprising: as the append-only immutable chain of data blocks is being generated, periodically snapshotting a given portion of the UTXO database to generate a snapshot; applying a given function to the snapshot to generate a hash of the snapshot; recording the hash of the snapshot within the immutable chain of data blocks at a location that is downstream of a block at which the snapshot was initiated, wherein the location is determined based on a number of UTXOs in the given portion; and responsive to a receipt of a recovery request, executing a consensus algorithm over the UXTO snapshot to recover the given portion of the UTXO database. 2. The method as described in claim 1 wherein the given portion of the UTXO database is a shard of the UTXO database. 3. The method as described in claim 1 wherein the append-only immutable chain of data blocks is a blockchain. 4. The method as described in claim 1 wherein the hash certifies authenticity of the snapshot. 5. The method as described in claim 1 wherein the hash is recorded into a block header of a block in the append-only immutable chain of data blocks. 6. The method as described in claim 5 wherein the hash is included in a hash used to form a next block of the append-only immutable chain of data blocks at the location. 7. The method as described in claim 1 wherein the recovery request is associated with an attempt to restore the set of transaction handling computing elements into a provably-known state. 8. The method as described in claim 7 wherein a restore into the provably-known state includes: obtaining the snapshot, together with a chain of transactions included in the immutable chain of data blocks while the snapshot was being created and the hash recorded therein; restoring the UTXO database; while the UTXO database is being restored, re-generating the hash of the snapshot; replaying each of the transactions generated starting with a first block, and continuing until a given block that contains the snapshot hash is reached; and verifying the re-generated snapshot hash and the hash of the given block. 9. The method as described in claim 1 wherein at least one UTXO data structure is configured to include information either in addition to or in lieu of an address and value to define a Transaction Output (TXO). 10. The method as described in claim 9 wherein the TXO has an associated type. 11. The method as described in claim 10 wherein the associated type is one of: a Reference TXO (RTXO), and an idempotency TXO (ITXO). 12. A method operative in association with a set of transaction handling computing elements that comprise a network core that receive and process transaction requests into an append-only immutable chain of data blocks, wherein a data block is a collection of transactions, and wherein presence of a transaction recorded within a data block is verifiable via a cryptographic hash, and wherein Unspent Transaction Output (UTXO) data structures supporting the immutable chain of data blocks are maintained in a UTXO database, wherein a UXTO is an output from a finalized transaction that contains a value, comprising: sharding the UTXO database into a set of partitions; storing each partition of the UTXO database independently from other partitions in the set of partitions; for at least one partition: periodically snapshotting UTXOs therein to generate a hash; recording the hash of the snapshot within the immutable chain of data blocks at a location that is downstream of a block at which the snapshot was initiated, wherein the location is determined based on a number of UTXOs in the partition; and responsive to a receipt of a recovery request, executing a consensus algorithm over the UXTO snapshot for the at least one partition. 13. The method as described in claim 12 wherein the recovery request is associated with an attempt to restore the set of transaction handling computing elements into a provably-known state. 14. The method as described in claim 13 wherein a restore into the provably-known state includes: for the at least one partition: obtaining the snapshot, together with a chain of transactions included in the immutable chain of data blocks while the snapshot was being created and the hash recorded therein; restoring the UTXO database; while the UTXO database is being restored, re-generating the hash of the snapshot; replaying each of the transactions generated starting with a first block, and continuing until a given block that contains the snapshot hash is reached; and verifying the re-generated snapshot hash and the hash of the given block. 15. The method as described in claim 12 further including snapshotting at least one other partition of the set of partitions. 16. The method as described in claim 15 further computing a checksum for a UTXO snapshot that comprises the at least one partition and the at least one other partition. 17. The method as described in claim 15 wherein the at least one partition and the at least other partition are snapshotted concurrently.

Assignees

Inventors

Classifications

  • in transactions (updating of structured data in databases G06F16/23) · CPC title

  • to protect a block of data words, e.g. CRC or checksum (G06F11/1076 takes precedence; security arrangements for protecting computers or computer systems against unauthorized activity G06F21/00) · CPC title

  • Updates performed during online database operations; commit processing · CPC title

  • Protecting data integrity, e.g. using checksums, certificates or signatures · CPC title

  • Hash functions, e.g. MD5, SHA, HMAC or f9 MAC · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11720453B2 cover?
A method operative in association with a set of transaction handling computing elements that comprise a network core that receive and process transaction requests into an append-only immutable chain of data blocks, wherein a data block is a collection of transactions, and wherein presence of a transaction recorded within a data block is verifiable via a cryptographic hash, and wherein Unspent T…
Who is the assignee on this patent?
Akamai Tech Inc
What technology area does this patent fall under?
Primary CPC classification G06F11/1474. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 08 2023 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 3 related publications on this page (citations in our corpus or others sharing the same primary CPC).