daml/sdk/canton
azure-pipelines[bot] 1a17fb37d0
update canton to 20240410.13062.v63473f5d (#18974)
* update canton to 20240410.13062.v63473f5d

tell-slack: canton

* fix integration tests

* fix remaining failing integration tests

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-04-11 14:05:07 +02:00
..
community update canton to 20240410.13062.v63473f5d (#18974) 2024-04-11 14:05:07 +02:00
daml-common-staging update canton to 20240409.13048.v8a5f112c (#18962) 2024-04-09 14:55:43 +02:00
BUILD.bazel update canton to 20240327.13000.vb4399545 (#18899) 2024-03-28 11:29:13 +01:00
NO_AUTO_COPYRIGHT move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
README.md move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
ref update canton to 20240410.13062.v63473f5d (#18974) 2024-04-11 14:05:07 +02:00
shade_rule move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01: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.