Releases: Emurgo/cardano-serialization-lib
Releases · Emurgo/cardano-serialization-lib
1.0.2
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
New features
- Utility function
get_implicit_input
forTransactionBody
(previously only available to theTransactionBuilder
)
Chore
- Misc improvements to the build process
- Improved docs
1.0.0 - Initial release
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.)