Releases: sei-protocol/sei-tendermint
Releases · sei-protocol/sei-tendermint
v0.2.35-evm-rebase: [EVM] Fix evm pending nonce (#179)
* Perf: Increase buffer size for pubsub server to boost performance (#167) * Increase buffer size for pubsub server * Add more timeout for test failure * Add more timeout * Fix test split scripts * Fix test split * Fix unit test * Unit test * Unit test * [P2P] Optimize block pool requester retry and peer pick up logic (#170) * P2P Improvements: Fix block sync reactor and block pool retry logic * Revert "Add event data to result event (#165)" (#176) This reverts commit 72bb29caf821ed03900bcd74f4ddb439df85f5f1. * Fix block sync auto restart not working as expected (#175) * Fix edge case for blocksync (#178) * fix evm pending nonce * fix test * deflake a test * de-flake test * Revert "merge main" This reverts commit 58b94248ac561583b918775c0b0e220d4225fbc0, reversing changes made to 02d14782edc6c58d59db2658a4190dbdc5c7280f. * consider keep-in-cache logic when removing from cache * undo test tweaks --------- Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com> Co-authored-by: Jeremy Wei <jeremy.t.wei@gmail.com>
pending tx ttl
v0.2.30-evm-5 fix pending pop (#173)
v0.2.30-evm-4
fix pending pop (#173)
v0.2.30-evm-3
fix unconfirmed tx to consider pending txs (#172)
Support pending txs in mempool
v0.2.30-evm-2 Support pending transaction in mempool
Add atomic peek function for mempool
v0.2.30-evm Make ReadMaxTxs atomic
v0.2.30
What's Changed
- Use peermanager scores for blocksync peers and don't error out on block mismatch by @philipsu522 in #162
- Use
EventData
in place ofLegacyData
inResultEvent
by @jewei1997 in #165
Full Changelog: v0.2.29...v0.2.30
v0.2.29
v0.2.28
What's Changed
- [statesync] Fix findNewPrimary never timing out upon poor witnesses by @udpatil in #157
- State sync fixes: Remove Bad Witnesses and Don't Block on All Witnesses for ConsensusParams by @Kbhat1 in #156
- Add metrics for peermanager scores by @philipsu522 in #158
- Report metrics on ranked by @philipsu522 in #160
Full Changelog: v0.2.26...v0.2.28
v0.2.24
What's Changed
- [Cleanup] Removed unused Tx Record Type by @BrandonWeng in #150
- Fix condition check for tx key dissemination by @philipsu522 in #149
Full Changelog: v0.2.22...v0.2.24