Releases: digital-asset/canton
Releases · digital-asset/canton
canton v0.7.0
- 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
- 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
- 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
- Use slick config for database config
- Support for DAML models with non-stakeholder actors
canton v0.5.0
- 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
- Fixed race condition in identity manager which lead to disfunctional
domains.
canton v0.4.2
- 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
isRunningLocallyto 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
- Upgrade to DAML 0.13.36
- Ability to delete private keys
canton v0.4.0
Upgrade to DAML 13.32
Added new Canton unique properties demo application.
canton v0.3.0
- 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)