Skip to content

Releases: digital-asset/canton

canton v0.7.0

20 Jan 16:26
14592ab

Choose a tag to compare

  • Upgrade to DAML 0.13.39.
  • Binding all server endpoints to localhost only by default.
  • Add admin command for manual migration of databases.
  • Using Scala types in the admin console instead of protobufs.
  • Transfer messages are encrypted and contract contents remain hidden from the mediator and sequencer.
  • Added extensive documentation to Canton configuration options.

canton v0.6.0

19 Dec 19:20
14592ab

Choose a tag to compare

  • Added a flag to restrict the capabilities of a namespace delegation and thereby preventing
    the delegated key to be able to revoke the root certificate.

canton v0.5.2

12 Dec 14:56
14592ab

Choose a tag to compare

  • Ability to dynamically change log level on canton console
  • Reconciliation: compute, exchange and verify real ACS commitments
  • Updated documentation on how to configure persistence and apis.
  • Changed domain api configuration structure
    (using domains.name.public-api instead of domains.name.server.public)

canton v0.5.1

05 Dec 18:29
14592ab

Choose a tag to compare

  • Use slick config for database config
  • Support for DAML models with non-stakeholder actors

canton v0.5.0

03 Dec 14:42
14592ab

Choose a tag to compare

  • Support for persisting single dimension event logs in a database
  • Upgrade to DAML 0.13.38
  • Fixed bug that prevented the demo to run on Windows
  • Upgraded Ammonite dependency to 1.8.2 (from 1.6.5), fixing demo issues
    with Java13

canton v0.4.3

27 Nov 17:13
14592ab

Choose a tag to compare

  • Fixed race condition in identity manager which lead to disfunctional
    domains.

canton v0.4.2

26 Nov 13:28
14592ab

Choose a tag to compare

  • Persistent participants when restarting reconnect automatically to domains they were connected to before
  • Update demo to be able to run with remote nodes.
  • Documented how to run the console towards remote processes.
  • Made node configuration accessible on remote and not yet started nodes.
  • Added new instance command isRunningLocally to check whether a node has been started locally or not.
  • Added support for nested ammonite script imports.
  • Made init timeout configurable

canton v0.4.1

20 Nov 14:38
14592ab

Choose a tag to compare

  • Upgrade to DAML 0.13.36
  • Ability to delete private keys

canton v0.4.0

13 Nov 20:13
14592ab

Choose a tag to compare

Upgrade to DAML 13.32
Added new Canton unique properties demo application.

canton v0.3.0

11 Oct 16:50
14592ab

Choose a tag to compare

  • allow only one domain connection in progress per participant at a time
  • Renamed CLI argument bootstrap-script to bootstrap
  • BREAKING: New sequencer implementation
    • Support for a backing jdbc store
    • Updates GRPC Sequencer Service by removing the global offset value and instead using solely the member counter
      for subscriptions (breaking interface change)