Added
-
v6.6.0 Add missing
treasury.value
andtreasury.donation
for Conway transactions. -
v6.6.0 Add missing
protocolParametersUpdate.security
thresholds to stake pools voting thresholds in Conway governance actions. -
v6.6.0 Add missing
ancestor
to various governance actions, pointing to the previous action of the same group. -
v6.6.0 Add a new
from
field to objects referring to stake credential. The field allows to distinguish between verification key and script credentials. -
v6.6.0 The
stakePools
method on theLedgerStateQueryClient
now supports an extrafilter
. The filters were available on th standalone query but not via the client somehow. (🔨 @mirelon)
Changed
-
v6.6.2 Compile with
cardano-node==9.1.1
/cardano-ledger-shelley==1.12.3.0
carrying an important fix for pointer deserialization. -
v6.6.1 Fixed
"babbage"
being reported as the block era for Conway blocks. (🐛 @AndrewWestberg) -
v6.6.0 Fix upgradability of Alonzo/Babbage transactions into Conway transactions. Before, Babbage transaction submitted for evaluation that spent Plutus V3 Scripts while using a Babbage serialization format would failed to upgrade into Conway transactions due to incompatibility at the binary level. The translation has been fixed, except for truly incompatible transactions (e.g. those containing MIR or duplicate certificates). (🐞 @vladimirvolek)
-
v6.6.0 Refresh embedded configuration files to match those expected by
cardano-node==9.1.0
(in particular, genesis files for mainnet, preview and preprod). -
v6.6.0 Only return
OverlappingAdditionalUtxo
error during transaction simulation when overlapping utxo differ from the ones fetched from the ledger. (🔨 @Quantumplation)
Tested with
- cardano-node
== 9.1.1
(Mainnet, Preprod, Preview)
Docker image(s)
Standalone
With cardano-node
- Mainnet cardanosolutions/cardano-node-ogmios:v6.6.2_9.1.1-mainnet
- Preprod cardanosolutions/cardano-node-ogmios:v6.6.2_9.1.1-preprod
- Preview cardanosolutions/cardano-node-ogmios:v6.6.2_9.1.1-preview
Additional Acknowledgements
@waalge, @SeungheonOh finding and/or fixing bloopers in the documentation & spec.