Skip to content

Releases: Emurgo/cardano-serialization-lib

1.0.2

24 Aug 14:17
Compare
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
Compare
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
Compare
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.)