Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

81 lines (59 loc) · 1.6 KB

Changelog for cardano-ledger-pretty

1.3.3.1

1.3.3.0

  • Add PrettyA instances for:
    • NoUpdate
    • ConwayGovCert
    • ConwayGovCertEnv
    • PoolEnv
    • EnactSignal

1.3.2.0

  • Add PrettyA instance for ProposalsSnapshot

1.3.1.0

  • Remove ppRatifyPredicateFailure
  • Remove PrettyA (ConwayEpochPredFailure era)
  • Remove PrettyA (EnactPredFailure era)
  • Add PrettyA instances for:
    • NonNegativeInterval
    • CostModels
    • CoinPerByte
    • PoolVotingThresholds
    • DRepVotingThresholds
  • Add ppConwayPParams

1.3.0.0

  • Add PrettyA instance for DRepState
  • Replace ConwayTallyPredFailure era with ConwayGovPredFailure era
  • Replace ConwayTallyState era with ConwayGovState era
  • Replace ConwayVDelPredFailure era with ConwayGovCertPredFailure era

1.2.1.0

  • Added PrettyA instance for DRep

1.2.0.1

1.2.0.0

  • Rename:
    • ppDCert -> ppShelleyTxCert
    • ppConwayDCert -> ppConwayTxCert

1.1.1.0

  • Added PrettyA instances for:
    • Delegatee era #3372
    • ConwayDelegCert c #3372
  • Plutus V3 is now pretty

1.1.0.0

  • Added PrettyA instances for:
    • Ratio a #3291
    • Set a #3291
    • StrictSeq a #3291
    • StrictMaybe a #3291
    • VoteDecision #3291
  • Added PrettyA instances for new Conway data types:
    • GovernanceActionMetadata #3291
    • RatifyEnv #3291
    • RatifySignal #3291
  • Changed the prettyprinter of ConwayTxBody to account for the new ctbGovProcs field #3291
  • Removed PrettyA instances for:
    • Vote #3291
    • GovernanceActionInfo #3291

1.0.0.0

  • First properly versioned release.