Releases: sei-protocol/sei-tendermint
Releases · sei-protocol/sei-tendermint
Atomic handle missing tx
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)
Add simulate flag to RequestBeginBlock
v0.4.9 Add simulate flag to RequestBeginBlock (#259)
Add RequestBeginBlock util
v0.4.8 Add utils to get RequestBeginBlock (#258)
Export functions
v0.4.7 Export methods for in-place-testnet command (#255)
Add MinTxsInBlock
Add new MinTxsInBlock consensus param (#252) * Add new MinTxsInBlock consensus param * test * exclude nonzero gas tx