Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 03:11
· 29 commits to main since this release
f3b007f

What's Changed

  • fix: scan batch-boundary blocks in createWalletSync (daemon range is end-exclusive) by @ThrownLemon in #17

feat: classify wallet transactions by kind during sync

  • classify history entries as receive, send, miner, deposit, withdrawal, or fusion at scan time
  • pass raw tx and deposit context from sync into wallet state folding
  • add getDustAmount for unspent outputs below dust threshold
  • export transaction-kind helpers and bump package version to 0.2.2

Full Changelog: v0.2.0...v0.2.2