Skip to content

Releases: sei-protocol/sei-tendermint

v0.6.7

16 Oct 16:15
5e9df18

Choose a tag to compare

What's Changed

  • reverted semantics of ParseAddressString by @pompon0 in #332

Full Changelog: v0.6.6...v0.6.7

v0.6.6

09 Oct 14:34
cca6ba0

Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.6

v0.6.5

01 Oct 16:29
c6c5a8f

Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.3

01 Sep 03:51
01f03cf

Choose a tag to compare

only allow 1 tx per envelope (#305)

Fix ToReqBeginBlock

16 Apr 14:28
6179ea4

Choose a tag to compare

v0.5.5

Fix ToReqBeginBlock (#274)

Atomic handle missing tx

17 Mar 05:23
4644c00

Choose a tag to compare

v0.5.4

Use txs from SafeGetTxsByKeys (#271)

v0.4.6-hotfix

12 Mar 04:49

Choose a tag to compare

hotfix

Fix nil transaction in RPC response

07 Mar 15:59
9042a3e

Choose a tag to compare

v0.5.3

Exclude nil tx (#268)

Use GasEstimated for block building

04 Mar 03:24
d6900b1

Choose a tag to compare

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

03 Mar 15:39
e18f602

Choose a tag to compare

v0.5.1

make variables public (#266)