Releases: sei-protocol/sei-tendermint
Releases · sei-protocol/sei-tendermint
Export functions
Add MinTxsInBlock
Add new MinTxsInBlock consensus param (#252) * Add new MinTxsInBlock consensus param * test * exclude nonzero gas tx
v0.3.8
v0.3.4
Add VMError field to EvmTxInfo
v0.3.2 Add vmError field to EvmTxInfo (#236)
v0.2.38-evm-rebase-2
- tx replacement
v0.2.36-evm-rebase-6
Add EVM tx eviction logic
v0.2.36-evm-rebase-3: [EVM] prevent duplicate txs from getting inserted (#196)
Pre-release
Duplicate tx fix
Fix pending tx removal bug
v0.2.36-evm-rebase-2 Fix bug when popping pending TXs (#188)
v0.2.36-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>