Skip to content

Releases: digital-asset/canton

canton v0.3.0

11 Oct 16:50
14592ab
Compare
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)

canton v0.2.0

03 Oct 20:01
14592ab
Compare
Choose a tag to compare
  • Upgrade to DAML 13.24 with multi-participant divulgence support in ledger api server
  • Breaking change in Protobuf message formats
  • Add a heartbeat interval parameter to domain config

canton v0.1.1

17 Sep 08:17
14592ab
Compare
Choose a tag to compare
  • Proper member permission check now done when using the grpc sequencer
  • Added new ledger-api command to read the ACS from the ledger-api-server
  • New example for how to run a split configuration.
  • Included new example on how to connect to canton.global domain.
  • Improved CLI error message if remote API is not available.

canton v0.1.0

09 Sep 08:39
14592ab
Compare
Choose a tag to compare
  • DAR Distribution Whitelisting: Allows whitelisting parties to permit automatically installing shared DARs without manual approval
  • Domain identity dispatching: fixed race conditions and adjusted logic to
    provide crash recovery.
  • Moved domain identity request rpc out of main domain service to ensure a
    more stable domain interface.
  • Removed hidden files from daml-samples packaging
  • Consolidated essential state and domain identity request calls into new
    domain service.
  • Essential state is now mutable. Previously, rolling the domain entity
    keys would prevent further participants to join. Now, participants can join
    at any time even if we rolled keys.
  • Health HTTP endpoint for infrastructure health and liveness probes.
  • Allow modifying domain connection settings after registration.
  • Fixed issues with scenario party lifter caused by Sets of Parties.
  • Bugfix: report proper error if scenario is run without any running
    participant node
  • Fixed issues with ledger-api list parties: now also remote parties are properly displayed.
  • Transitioned to using Slick for database interactions

canton v0.0.27

13 Aug 13:33
Compare
Choose a tag to compare
  • First public release of Canton