Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.04 KB

File metadata and controls

48 lines (26 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[3.0.0] - 2024-12-09

Added

  • Support for voting delegation certificates

Changed

  • Upgraded cardano-serialization-lib to Chang-compatible release (v13)
  • All set types are now serialized with a tag "258", which will become mandatory after the next hard fork (HF)

[2.2.1] - 2023-11-29

Fixed

  • UTXO_BALANCE_INSUFFICIENT while using setMax on ADA output

[2.2.0] - 2023-10-06

Added

  • nodejs compatibility

[2.1.0] - 2022-11-22

Fixed

  • occasionally too low fee while using setMax on token output
  • order of inputs returned in txPlan did not always match the order of inputs in constructed transaction CBOR

Changed

  • Upgraded deps, cardano-serialization-lib to babbage-compatible release (v11)

[2.0.0] - 2022-02-14

Added

  • Initial release