v0.2.2
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