v0.1.73
What's Changed
This release includes a number of bug fixes in the wallet and HTTP RPC adapter.
A new RPC endpoints was added /chain/getNoteWitness
and noteSize
and noteCommitment
fields added to /chain/getBlock
All Changes
- fixes deletion of expired mint transactions by @hughy in #3629
- fixes scanTransactions to update ScanState after every block by @hughy in #3631
- improves output of stop command by @hughy in #3641
- avoids deleting wallet in reset command by @hughy in #3640
- Create new DEV genesis block and regenerate fixtures by @danield9tqh in #3644
- Fix reset changing internal.json before confirming by @dguenther in #3643
- Add startup flags for HTTP Adapter by @danield9tqh in #3645
- Add error message when running from a windows 32-bit install by @dguenther in #3649
- Move ceremony command to R2 by @danield9tqh in #3648
- Refactor R2 config by @ygao76 in #3651
- Upload ironfish-cli release to R2 by @ygao76 in #3657
- Add noteSize and noteCommitment to getBlock RPC by @danield9tqh in #3665
- fix: add client route for
chain/getTransaction
by @holahula in #3663 - Add RPC route to get note witness by @danield9tqh in #3666
- Add better support for streaming endpoints in HTTP by @danield9tqh in #3647
- starts scanTransactions after account creation by @hughy in #3659
- fixes rescanning wallet to always set account heads by @hughy in #3654
- Fix request closing early by @danield9tqh in #3670
- sets chainProcessor sequence on wallet load by @hughy in #3660
Full Changelog: v0.1.72...v0.1.73