This changelog is based on Keep A Changelog.
- Added V3 TransactionHash with proper IsPlutusData implementation
- Fix some bugs in V3 types
- Updated dependencies
- Fixed typos in V3 types
- Fixed Display alternative implementations
- Re-exported cardano-serialization-lib as
plutus-ledger-api::csl::lib
- Updated to cardano-serialization-lib 13.1.0
- Added cardano-serialization-lib conversion traits (
ToCSL
andFromCSL
) (#55) - Added v3 plutus ledger types (#57)
- Added the ability to derive
IsPlutusData
instances (#56) - Added a few utility functions for Values (#55)
- Added Display and Debug implementations for CurrencySymbol, TokenName, Value, AddressWithExtraInfo and some other types (#55)
- Added FromStr implementations for CurrencySymbol, TokenName, Value, Address and some other types (#55)
- Fixed
serde
serialization of PlutusValue
s - Updated cardano-serialization-lib to Conway compatible 12.1.1
- Added golden tests (#45)
- Use published lbr-prelude and lbr-prelude-derive (#42)
Start of this Changelog
MVP version including all Plutus Ledger types