Releases: sei-protocol/sei-tendermint
Releases · sei-protocol/sei-tendermint
v0.6.7
v0.6.6
v0.6.5
What's Changed
- removed support for vote extensions by @pompon0 in #312
- fix for contention on heightIndex in mempool by @pompon0 in #315
- Fix duplicate tx cache max size by @yzang2019 in #317
- Do not enforce codeowners for now by @philipsu522 in #320
- Integrate go lint unified CI by @masih in #313
- refactor of tcp connection lifecycle by @pompon0 in #321
- refactor of MConnection internals by @pompon0 in #322
- Revert "refactor of MConnection internals" by @pompon0 in #324
- fix: add recovery on CreateProposalBlock by @blindchaser in #319
- Add
GetTxPriorityHintand mempool backpressure via priority drops by @masih in #301 - Add more trace spans to execution critical path by @udpatil in #323
- Update Codex To Gpt-5-Codex by @Kbhat1 in #325
- removed MemoryTransport by @pompon0 in #327
Full Changelog: v0.6.4...v0.6.5
v0.6.3
Fix ToReqBeginBlock
v0.5.5 Fix ToReqBeginBlock (#274)
Atomic handle missing tx
v0.5.4 Use txs from SafeGetTxsByKeys (#271)
v0.4.6-hotfix
hotfix
Fix nil transaction in RPC response
v0.5.3 Exclude nil tx (#268)
Use GasEstimated for block building
Update ReapMaxBytesMaxGas to include estimated gas (#263) * checkpoint: add gasEstimate to WrappedTx in mempool * updated proto with gas estimated + build blocks with gas used + mempool tests * fix replay stub * implement fallback to gasWanted if gasEstimate is not set * remove print * fix some tests * fix some tests * fix nondeterministic test * remove both maxGasWanted and maxGasEstimated, just use maxGas * fix test: mempool mocks * fix race: pending tx mempool size bytes
Export types
v0.5.1 make variables public (#266)