Skip to content

Releases: Emurgo/cardano-serialization-lib

1.2.0

24 Aug 14:23

Choose a tag to compare

New features

  • Adds a keys iterator to MapTransactionMetadatumToTransactionMetadatum, MoveInstantaneousReward, TransactionMetadata and Withdrawals

Bug fixes

  • Fixes typo (stake_ponter -> stake_pointer)

1.1.0

24 Aug 14:19

Choose a tag to compare

New features

  • Adds missing getters on the Pointer class (slot, tx_index, cert_index)

1.0.2

24 Aug 14:17

Choose a tag to compare

Bug fixes

  • Deposit calculation was looking for the wrong certificate type in a transaction
  • Add some missing clone (caused memory to be unexpectedly free'd when using WASM)

1.0.1

24 Aug 14:14

Choose a tag to compare

New features

  • Utility function get_implicit_input for TransactionBody (previously only available to the TransactionBuilder)

Chore

  • Misc improvements to the build process
  • Improved docs

1.0.0 - Initial release

24 Aug 14:12

Choose a tag to compare

Supports:

  • Serialization & deserialization for all core types needed for a wallet (no parsing of blocks, etc.)
  • Utility functions for address creation & parsing
  • Utility functions for transaction generation
  • Cryptographic key management (only wallet keys, no VRF, no KES, etc.)