Skip to content

Latest commit

 

History

History
102 lines (53 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

102 lines (53 loc) · 5.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.0 (2022-08-30)

⚠ BREAKING CHANGES

  • rename InputSelectionParameters implicitCoin->implicitValue.coin
  • rm TxAlonzo.implicitCoin
  • update min utxo computation to be Babbage-compatible

Features

  • input-selection: add implicit tokens support (mint/burn) for input selection (3361855)

Bug Fixes

  • update min utxo computation to be Babbage-compatible (51ca1d5)

Code Refactoring

  • rename InputSelectionParameters implicitCoin->implicitValue.coin (3242a0d)
  • rm TxAlonzo.implicitCoin (167d205)

0.4.0 (2022-07-25)

⚠ BREAKING CHANGES

  • update min utxo computation to be Babbage-compatible

Bug Fixes

  • update min utxo computation to be Babbage-compatible (51ca1d5)

0.3.0 (2022-06-24)

⚠ BREAKING CHANGES

  • input-selection: update interfaces to use core package types instead of CSL

Features

  • input-selection: add support for custom random fn (934c855)

Bug Fixes

  • input-selection: adjust fee by hardcoded value (+10k) (7410ae0)
  • input-selection: computeSelectionLimit constraint logic error (b329971)
  • input-selection: omit 0 qty assets from change bundles (d3a12cf)
  • input-selection: property tests generate quantities > 0 (3988ca0)
  • input-selection: recompute min fee after selecting extra utxo due to min value (bfb7db5)
  • input-selection: remove hardcoded value in minimum cost selection constraint (ad6d133)
  • resolve issues preventing to make a delegation tx (7429f46)
  • rm imports from @cardano-sdk//src/ (3fdead3)

Code Refactoring

  • input-selection: update interfaces to use core package types instead of CSL (5c66d32)

0.1.5 (2021-10-27)

Features

  • input-selection: add support for implicit coin (47f6bd2)

0.1.3 (2021-10-05)

0.1.2 (2021-09-30)

Bug Fixes

  • add missing dependencies (2d3bfbc)

0.1.1 (2021-09-30)

Features

  • input-selection: implement defaultSelectionConstraints (f93e3f1)
  • input-selection: initial implementation of RoundRobinRandomImprove (17080e2)

Bug Fixes

  • input-selection: add fee to selection skeleton (36e93bc)
  • input-selection: change token bundle size constraint arg to CSL.MultiAsset (4bde8e8)
  • input-selection: compute selection limit constraint with actual fee instead of max u64 (eee4f5e)
  • input-selection: ensure there are no empty change bundles, add some test info to README (8f3f20b)
  • input-selection: exclude fee from change bundles (16d7c26)