Releases: Biglup/cardano-c
Releases · Biglup/cardano-c
v1.1.11
v1.1.10
What's Changed
- Fixed several bugs with redeemer indices calculation while building the transaction.
Full Changelog: v1.1.9...v1.1.10
v1.1.9
- Fix a bug in _cardano_set_collateral_output that was causing the collateral output to sometimes be set when not needed.
v1.1.8
- Expose cardano_transaction_get_unique_signers to the public API
v1.1.7
What's Changed
- Add donate to treasury function to tx builder.
- Increase url max size on pool metadata from 64 to 128 bytes.
v1.1.6
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Added emscripten coin selector.
- Added emscripten tx evaluator.
- Fixed a bug in the transaction balancer that was setting wrong redeemer index sometimes.
v1.1.4
What's Changed
- Feat/add emscripten provider by @AngelCastilloB in #95
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Switched to using MODULARIZE=1 for the Emscripten build process. The library is now initialized via a factory function.