github Emurgo/cardano-serialization-lib 8.0.0
Alonzo Release

latest releases: 15.0.3, 12.0.3, 15.0.2...
4 years ago

New features

Tentative support for the Alonzo hardfork. As the hardfork has not happened yet, we cannot guarantee there will not be other last minute changes requires (it's up to IOHK, not us)

Important notes

  • The TransactionBuilder utility struct does not offer support for any Alonzo features at the moment (actively being worked on)
  • Transactions that don't use any Alonzo-specific functionality (smart contracts) are backwards compatible with Mary (current Cardano version)
  • If you want to know how Alonzo works at the binary-specification level, consider watching this video that explains all the changes

Breaking changes

  • TransactionMetadata rename to AuxiliaryData
  • TransactionWitnessSet.scripts() renamed to .native_scripts()
  • set_metadata renamed to set_auxiliary_data
  • hash_metadata rename to hash_auxiliary_data
  • MetadataHash rename to AuxiliaryDataHash / PoolMetadataHash
  • multiple changes to MoveInstantaneousReward

Don't miss a new cardano-serialization-lib release

NewReleases is sending notifications on new releases.