Skip to content

Releases: Biglup/cardano-c

v1.1.11

20 Nov 03:00
9bf341f

Choose a tag to compare

  • Added support for CIP-116 to serialize domain objects to JSON.

v1.1.10

25 Aug 09:13
5d7ccff

Choose a tag to compare

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

22 Aug 07:33
f1ae2fb

Choose a tag to compare

  • Fix a bug in _cardano_set_collateral_output that was causing the collateral output to sometimes be set when not needed.

v1.1.8

21 Aug 14:39
043cab9

Choose a tag to compare

  • Expose cardano_transaction_get_unique_signers to the public API

v1.1.7

17 Aug 12:59
0a47fae

Choose a tag to compare

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

15 Aug 13:15
866a186

Choose a tag to compare

Full Changelog: v1.1.5...v1.1.6

v1.1.5

15 Aug 12:30
6e36602

Choose a tag to compare

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

12 Aug 10:39
d77de6c

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

28 Dec 15:05
2a8399f

Choose a tag to compare

  • Switched to using MODULARIZE=1 for the Emscripten build process. The library is now initialized via a factory function.