Testnet 0.22.3
What's Changed
- Calculate a transaction's related addresses and expose them via RPC by @sisou in #2512
- Update web-client transaction-getter to handle known transactions like the PoW client did by @sisou in #2218
- Support the spammer on the testnet by @jeffesquivels in #2635
- BlockQueue: only consider block announcements from synced peers by @styppo in #2636
- Fix clippy warning by @viquezclaudio in #2643
- Move rate limiting to swarm to fix the unprotected buffer by @ii-cruz in #2588
- Only accept control transactions over the control transaction topic by @hrxi in #2627
- Tiny fixes to Macro blocks by @nibhar in #2644
- Verify sender account type in mempool by @styppo in #2634
- Use
tokio::select
and removePeerJoined
connection pool event by @hrxi in #2641 - Catch if peer sends an invalid epoch_number instead of panicking by @Eligioo in #2621
- Convert
SkipBlockUpdate
to an actual struct by @hrxi in #2654 - Use libp2p-websocket fork to circumvent Sink panic by @Eligioo in #2657
- Set argon2id params by @hrxi in #2653
- Syncer: remove disconnected peers from outdated/incompatible peer sets by @styppo in #2665
- Log reason of peer banning by @Eligioo in #2667
- validator-network: Improve logging by @jsdanielh in #2668
- Improve performance of history tree by @paberr in #2619
- Some code cleanup in zkp-* by @hrxi in #2673
- Dont move incompatible peers to live sync too early. by @viquezclaudio in #2679
- Fix eternally paused state sync and chunk ordering issues by @paberr in #2677
- Update state sync chunk max size by @viquezclaudio in #2699
- Always make sure to read the
Transaction::proof
field completely by @hrxi in #2676 - Double the skip block timeout to give more time for block producers by @nibhar in #2706
- validator-network: Always return the last known validator
PeerId
by @jsdanielh in #2707 - Make vesting contract creation parsing more resilient by @hrxi in #2691
- pow-migration: Fix test compilation by @jsdanielh in #2708
- Use PoW memory cost for Argon2d KDF by @sisou in #2705
- Fix LowBlockProducerTimeout devnet scenario by @Eligioo in #2709
- Add a proper break condition for the inner loop by @nibhar in #2714
Dependencies
- build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #2649
- build(deps): bump url from 2.5.1 to 2.5.2 in the minor-and-patch-updates group by @dependabot in #2651
- build(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 in the minor-and-patch-updates group by @dependabot in #2655
- build(deps): bump subtle from 2.5.0 to 2.6.0 in the minor-and-patch-updates group by @dependabot in #2656
- build(deps): bump the minor-and-patch-updates group across 1 directory with 5 updates by @dependabot in #2689
- Update Rust dependencies by @hrxi in #2694
Full Changelog: v0.22.2...v0.22.3