daml/canton
azure-pipelines[bot] 6a98310923
update canton to 20231221.12090.0.va8191d44/2.9.0-snapshot.20231220.11662.0.v3fffed35/3.0.0-snapshot.20231221.12090.0.va8191d44 (#18062)
* update canton to 20231221.12090.0.va8191d44/2.9.0-snapshot.20231220.11662.0.v3fffed35/3.0.0-snapshot.20231221.12090.0.va8191d44

CHANGELOG_BEGIN
CHANGELOG_END

* fix canton

* fix the build of the pingpong vacuum package

---------

Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2023-12-21 14:48:46 +01:00
..
community update canton to 20231221.12090.0.va8191d44/2.9.0-snapshot.20231220.11662.0.v3fffed35/3.0.0-snapshot.20231221.12090.0.va8191d44 (#18062) 2023-12-21 14:48:46 +01:00
daml-common-staging/daml-errors/src Allow for the construction of shared GlobalKeys. 2023-11-06 20:00:38 +00:00
BUILD.bazel update canton to 20231213.12002.0.v13a51ee5/2.8.0-snapshot.20231213.11635.0.vb363e85f/3.0.0-snapshot.20231213.12002.0.v13a51ee5 (#18028) 2023-12-14 23:51:38 +00:00
NO_AUTO_COPYRIGHT update canton to 050547f2 (#17555) 2023-10-12 15:31:11 +02:00
README.md update canton to e5a4cdfc (#17584) 2023-10-17 09:26:56 +02:00
shade_rule Switch from Akka to Pekko (#17814) 2023-11-13 23:22:22 +00:00

Canton

CircleCI

Canton is a next-generation Daml ledger interoperability protocol that implements Daml's built-in models of authorization and privacy faithfully.

  • By partitioning the global state it solves both the privacy problems and the scaling bottlenecks of platforms such as a single Ethereum instance.

  • It allows developers to balance auditability requirements with the right to forget, making it well-suited for building GDPR-compliant systems.

  • Canton handles authentication and data transport through our so-called synchronization domains.

  • Domains can be deployed at will to address scalability, operational or trust concerns.

  • Domains can be implemented on top of various technologies, depending on the trust requirements.

  • Domains are permissioned but can be federated at no interoperability cost, yielding a virtual global ledger that enables truly global workflow composition.

Refer to the Canton Whitepaper for further details.

Running

Please read Getting Started for instructions on how to get started with Canton.

Consult the Canton User Manual for further references of Canton's configuration, command-line arguments, or its console.

Development

Please read our CONTRIBUTING guidelines.