Summary
This is a maintenance release, addressing a couple of issues.
What’s New
- `SequencerConnection.addConnection` was added back although it is deprecated. Use `SequencerConnection.addEndpoints` instead.
- Fixed the `rotate_node_keys` command to work for the sequencer(s) and mediator(s).
Installation or Download
The Daml 2.7.1 SDK has been released. You can install it using the command:
daml install 2.7.1
.
The table below lists how you can download Daml Enterprise or individual components.
If you are using Oracle JVM and testing security provider signatures, you should note that the provided Canton JAR file embeds the BouncyCastle Provider as a dependency. To enable the JVM to verify the signature, you need to put the “bcprov” JAR on the classpath before the Canton Standalone JAR. For example:
java -cp bcprov-jdk15on-1.70.jar:canton-with-drivers-2.7.1-all.jar com.digitalasset.canton.CantonEnterpriseApp
Note: These Docker images are designed to be minimal in size and attack surface, and are thus suitable for production use. Minimal images can sometimes make debugging difficult (e.g. no shell in the containers). For convenience, we provide “debug” versions of each of the above images, which you can access by appending “-debug” to the image tag (e.g. digitalasset-docker.jfrog.io/http-json:2.7.1-debug).