Formalizing and Implementing Distributed Ledger Objects
Antonio Fern\'andez Anta, Chryssis Georgiou, Kishori Konwar and, Nicolas Nicolaou

TL;DR
This paper formalizes the concept of distributed ledger objects, defines their properties and consistency guarantees, and provides implementations demonstrating different consistency models in distributed systems.
Contribution
It introduces a formal abstraction for distributed ledgers, defines their consistency properties, and offers implementations supporting various consistency guarantees.
Findings
Provided formal definitions of distributed ledger objects.
Implemented distributed ledgers with different consistency guarantees.
Introduced a validated ledger variation with record validation rules.
Abstract
Despite the hype about blockchains and distributed ledgers, no formal abstraction of these objects has been proposed. To face this issue, in this paper we provide a proper formulation of a distributed ledger object. In brief, we define a ledger object as a sequence of records, and we provide the operations and the properties that such an object should support. Implementation of a ledger object on top of multiple (possibly geographically dispersed) computing devices gives rise to the distributed ledger object. In contrast to the centralized object, distribution allows operations to be applied concurrently on the ledger, introducing challenges on the consistency of the ledger in each participant. We provide the definitions of three well known consistency guarantees in terms of the operations supported by the ledger object: (1) atomic consistency (linearizability), (2) sequential…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Blockchain Technology Applications and Security · Advanced Memory and Neural Computing
