v0.1.71
Note: Please do not update to this version. It's for testing purposes only. You can downgrade to 0.1.70 by running npm install -g [email protected]
.
Testers: If you update from an older version, you will need to delete your chain database at ~/.ironfish/databases/chain
to connect to the new testnet network.
What's Changed
- Remove IncomingPeerMessage by @dguenther in #3558
- Display features in the peers list by @dguenther in #3559
- Show nicer parsing errors in promptCurrency by @NullSoldier in #3567
- chore: upgrade ws websocket library by @mat-if in #3544
- feat(ironfish): Fix double spend issue in transaction expiration by @rohanjadvani in #3523
- calculates asset pending balance deltas in bulk by @hughy in #3579
- Remove unnecessary checks for transactions in transaction fetcher by @danield9tqh in #3580
- feat: adds support to configure the max rolling avg samples for meters by @holahula in #3577
- calculates deltas from unconfirmed transactions in bulk by @hughy in #3581
- Remove testnet command and eligibility flag by @dguenther in #3591
- Add route and CLI command for showing transactions from mempool by @danield9tqh in #3439
- Refactor checking the mempool in PeerNetwork.onNewTransaction by @danield9tqh in #3585
- Improve bug report template by @ygao76 in #3582
- chore: bump @napi-rs/blake-hash by @mat-if in #3595
- adds createdAt field to Account by @hughy in #3594
- feat: replace segfault-handler by @mat-if in #3545
- Filter out non-owner assets from mint screen by @wd021 in #3478
- Remove promise all by @ygao76 in #3599
- Fix block fetcher test fixtures by @danield9tqh in #3596
- fixes account import with account birthdays by @hughy in #3600
- fixes flaky wallet test, regenerates fixtures by @hughy in #3601
- feat(ironfish): add max capacity to mempool by @holahula in #3514
- Add mempool status command by @danield9tqh in #3606
- feat(ironfish): add support for a minimum required transaction fee by @holahula in #3604
- uses unspentNoteHashes in getUnspentNotes by @hughy in #3592
- adds bech32 to dependencies for @ironfish/sdk by @hughy in #3608
- Feature: accounts:delete --wait by @EvanJRichard in #3593
- removes broadcast option from block fixtures by @hughy in #3603
- fixes balance calculation when confirmations >= chain length by @hughy in #3609
- Close trusted setup command by @danield9tqh in #3610
- gets balance for correct account in promptCurrency by @hughy in #3613
- Commit beacon randomness by @danield9tqh in #3616
- Update parameters from trusted setup results by @danield9tqh in #3617
- feat(cli,ironfish): Offer name change on duplicate name during import by @rohanjadvani in #3619
- Remove GetBlockHashes by @dguenther in #3588
- Reduce max message size to 16MB by @mat-if in #3583
- Remove check for features min version by @dguenther in #3588
- feat: remove hard block limit for GetBlocksResponse by @mat-if in #3589
- feat: Don't send outbound messages that exceed the max size by @mat-if in #3590
- feat: set block size to 512kb by @mat-if in #3611
- Renumber network messages by @dguenther in #3612
- Update testnet genesis block to use new parameters by @danield9tqh in #3588
- Update bootstrap nodes and testnet minFee by @dguenther in #3588
Full Changelog: v0.1.70...v0.1.71