Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

81 lines (49 loc) · 1.58 KB

Version history for cardano-ledger-mary

1.4.0.0

  • Switch MaryValue field for ADA from Integer to Coin
  • Make sure that getConsumedMaryValue can also handle DRep deposits. This is safe for all pre-Conway eras and useful for Conway onwards eras.

testlib

  • Provide CDDL spec files with readMaryCddlFileNames and readMaryCddlFiles from Test.Cardano.Ledger.Mary.Binary.Cddl

1.3.5.0

  • Add ToExpr instance for CompactValue
  • Implement getScriptsProvided

testlib

  • Add Test.Cardano.Ledger.Mary.ImpTest
  • Add EraImpTest instance for MaryEra

1.3.4.0

  • Add ToExpr instance for:
    • MaryTxBody
    • CompactForm (MaryValue)
    • CompactValue
  • Add Generic instance for CompactValue
  • Add EraTransition instance.

1.3.3.0

  • Add EqRaw instance for MaryTxBody

1.3.2.0

  • Deprecate translateValue and translateCompactValue

1.3.1.0

  • Add implementation for spendableInputsTxBodyL

1.3.0.2

1.3.0.1

1.3.0.0

  • Introduction of TxCert and EraTxCert
  • Add EraTxCert and ShelleyEraTxCert instances to MaryEra

1.2.0.0

  • Removed genMintValues

1.1.1.0

  • Add TranslateEra instances for:
    • DState
    • PState
    • VState
  • Add EraDCert, ShelleyEraDCert instances to MaryEra

1.1.0.0

  • Addition of ToJSON instances for AssetName, PolicyID, MultiAsset and MaryValue.
  • Add ToJSONKey/FromJSONKey instances for PolicyID

testlib

  • Consolidate all Arbitrary instances from the test package to under a new testlib. #3285

1.0.0.0

  • First properly versioned release.