Skip to content

v6.8.0

Latest
Compare
Choose a tag to compare
@KtorZ KtorZ released this 21 Sep 17:07
· 3 commits to master since this release
v6.8.0
1b137e4

Photo:

Added

  • Integrate cardano-node==9.2.0 and associated dependencies.

  • Add new ledger-state query: queryLedgerState/governanceProposals to retrieve currently active governance proposals and their ratification state (i.e. ongoig votes).

Caution

This new ledger-state query requires cardano-node >= 9.2.0

Changed

  • Fix automatic transaction upgrade to NOT change underlying binary format during upgrade. The previous implementation would on some occasions alter the serialized form, thus causing transaction hash to change and invalidating all signatures on it. The new approach does always preserve binary serialisation, but as a result, makes more scenario not translatable (e.g. trying to translate a multi-asset UTxOs containing a 0 quantity is impossible when targetting Conway).

  • TypeScript Fix JSON deserialization of metadata on web platforms. 🔨 @Sluder

Removed

  • N/A

Tested with

  • cardano-node == 9.2.0 (Mainnet, Preprod, Preview)

Docker image(s)

Standalone

With cardano-node

Details

v6.7.0...v6.8.0