Skip to content

15.0.1 My dog ate the pointer

Latest

Choose a tag to compare

@lisicky lisicky released this 27 Aug 08:31
· 17 commits to master since this release
3ce8632

Changes

  • Fixed memory management for TransactionBuilder.set_validity_start_interval_bignum
  • Added fallback for a pointer address deserialization with numbers bigger than u64::MAX. If a pointer component is bigger than u64::MAX we implicitly set it as u64::MAX. It's okay, since such big numbers has no sense on mainnet and pointer addresses are deprecated since Conway. Before the fix such pointer addresses were considered as malformed in the CSL. But if affects your application we appreciate any PR and contribution to the library

Published

https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/15.0.1
https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/15.0.1
https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/15.0.1
https://crates.io/crates/cardano-serialization-lib/15.0.0

Experimental packages with gc support

https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs-gc/v/15.0.1
https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser-gc/v/15.0.1
https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs-gc/v/15.0.1

Full Changelog: 15.0.0...15.0.1