Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 1.03 KB

Version history for cardano-ledger-shelley

1.1.0.0

  • Added a default implementation for emptyGovernanceState
  • Added lenses:
    • esAccountStateL
    • esSnapshotsL
    • esLStateL
    • esPrevPpL
    • esPpL
    • esNonMyopicL
    • lsUTxOState
    • lsDPState
    • utxosUtxo
    • utxosDeposited
    • utxosFees
    • utxosGovernance
    • utxosStakeDistr
  • Added ToJSON instance for ShelleyTxOut
  • Added ToJSON instance for AlonzoPParams StrictMaybe
  • Added ToJSON (GovernanceState era) superclass constraint for EraGovernance
  • Added ToJSON instance for:
    • ShelleyTxOut
    • AlonzoPParams StrictMaybe
    • ProposedPPUpdates and ShelleyPPUPState
    • AccountState, EpochState, UTxOState, IncrementalStake and LedgerState
    • Likelihood and NonMyopic
    • RewardUpdate and PulsingRewUpdate
  • Added of ToJSON/FromJSON instances for LogWeight

testlib

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

1.0.0.0

  • First properly versioned release.