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).
-
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
- Mainnet cardanosolutions/cardano-node-ogmios:v6.8.0_9.2.0-mainnet
- Preprod cardanosolutions/cardano-node-ogmios:v6.8.0_9.2.0-preprod
- Preview cardanosolutions/cardano-node-ogmios:v6.8.0_9.2.0-preview