What's Changed
There have been a lot of improvements around the Wallet CLI. The wallet balance now shows pending transactions balances (balances for transactions that have not yet been confirmed on chain).
There have also been some improvements around estimating transaction fees. The changes provide better estimations and improved code quality
The code to run the trusted setup ceremony has been merged. This will be deployed in the next couple of weeks for the contribution period
Wallet CLI Improvements
- fixes calculation of confirmed balance by @hughy in #3059
- fixes account reset to use mark and sweep by @hughy in #3050
- updates balances store for each block by @hughy in #2965
- Create a timestamp column by @NullSoldier in #3087
- feat: owner address to transaction cli by @jowparks in #3092
- fixes key range for pending transactions by @hughy in #3093
- Update CLI text descriptions by @wd021 in #3105
- calculates pending balance by @hughy in #3095
- fixes oclif custom timestamp column width by @hughy in #3134
- excludes fee paid from amount in transactions list by @hughy in #2996
- feat(cli): rename wallet:remove to wallet:delete by @holahula in #3130
- adds sequenceToTransactionHash index to walletDb by @hughy in #3117
Transaction Fee Estimation
- Create Transaction API by @ygao76 in #2952
- Remove estimate fee by @ygao76 in #3094
- wallet: send refactor by @ygao76 in #3044
- account for spends when estimate size by @ygao76 in #3096
Trusted Setup Ceremony
- Trusted setup ceremony by @danield9tqh in #3110
Other Fixes
- Check isMinersFee when validating transactions by @dguenther in #2758
- Change Buffer to JsBuffer in verifyTransactions by @dguenther in #3090
- Fix blockchain.test.ts fixture regeneration by @dguenther in #3126
- fix(napi): Downgrade to known-good version without segfaults by @mat-if in #3115
- fix: solo miner will wait for new work after submitting by @mat-if in #3127
- feat(ironfish): Add max value check to mint/burn during post by @rohanjadvani in #3142
New Contributors
Full Changelog: v0.1.62...v0.1.63