Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Releases: sei-protocol/sei-tendermint

v0.6.7

Choose a tag to compare

@pompon0 pompon0 released this 16 Oct 16:15
5e9df18

What's Changed

  • reverted semantics of ParseAddressString by @pompon0 in #332

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

v0.6.6

Choose a tag to compare

@pompon0 pompon0 released this 09 Oct 14:34
cca6ba0

What's Changed

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

v0.6.5

Choose a tag to compare

@masih masih released this 01 Oct 16:29
c6c5a8f

What's Changed

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

v0.6.3

Choose a tag to compare

@codchen codchen released this 01 Sep 03:51
01f03cf
only allow 1 tx per envelope (#305)

Fix ToReqBeginBlock

Choose a tag to compare

@codchen codchen released this 16 Apr 14:28
6179ea4
v0.5.5

Fix ToReqBeginBlock (#274)

Atomic handle missing tx

Choose a tag to compare

@codchen codchen released this 17 Mar 05:23
4644c00
v0.5.4

Use txs from SafeGetTxsByKeys (#271)

v0.4.6-hotfix

Choose a tag to compare

@codchen codchen released this 12 Mar 04:49
hotfix

Fix nil transaction in RPC response

Choose a tag to compare

@codchen codchen released this 07 Mar 15:59
9042a3e
v0.5.3

Exclude nil tx (#268)

Use GasEstimated for block building

Choose a tag to compare

@codchen codchen released this 04 Mar 03:24
d6900b1
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

Choose a tag to compare

@codchen codchen released this 03 Mar 15:39
e18f602
v0.5.1

make variables public (#266)