We have successfully upgraded all our nodes to version 1.30.1. Please see https://github.com/input-output-hk/cardano-node/releases for more details. For the technical people, change logs include
- Correctly translate time for Plutus (from protocol version 6 onwards). (#2451)
- Adding changes to the libsodium bindings. Those include a functional fix that makes it safe to call the function that generates a public key from a private key concurrently. We only use those functions in the CLI, in a non-concurrent manner, but they are exposed in
cardano-api
. This fix ensures that custom code written againstcardano-api
behaves as expected when run in multiple threads. Furthermore, there are performance improvements that should have a positive impact on sync times. (#236)