Skip to content

Releases: okx/tendermint

v0.33.9-exchain6

02 Aug 09:07
367a79f
Compare
Choose a tag to compare
Merge PR: set default mempool.sort_tx_by_gp to true (#48)

* set default sort-tx-by-gp to true

* update max_tx_num_per_block default value

v0.33.9-exchain5

08 Jul 07:17
554d294
Compare
Choose a tag to compare
Merge PR: add txpool API (#47)

* add txpool API

* fix code rule

* routes.go add getAddressList

* fix code rule

v0.33.9-exchain4

17 May 03:07
6f963e1
Compare
Choose a tag to compare
Merge PR: add gas price bump for tx expected to replace (#45)

* add gas price bump for tx expected to replace

* update gas price boundary condition check

v0.33.9-exchain3

10 May 07:47
819b8df
Compare
Choose a tag to compare
v0.33.9-exchain3 Pre-release
Pre-release
Merge PR: lower the initial length when QueryParser Init() (#44)

v0.33.9-exchain2

25 Apr 09:09
63267b0
Compare
Choose a tag to compare
clean okexchain (#41)

v0.33.9-exchain1

22 Apr 11:14
452d136
Compare
Choose a tag to compare
Revert "clean okexchain (#31)" (#40)

This reverts commit 8e56852b109fd8e1f759558b65a570e19a5b7588.

v0.33.9-exchain

11 Apr 03:16
f2aa9a2
Compare
Choose a tag to compare
add ignore-smb-check flag (#27)

v0.33.9-okexchain6

28 Mar 23:53
e2d9fa2
Compare
Choose a tag to compare
abci:add close mutex flag (#25)

* abci:add close mutex flag

* register close mutex flag

v0.33.9-okexchain5

10 Mar 10:08
4d3a655
Compare
Choose a tag to compare
add the function used for transfering pending tx to event bus (#17)

* add the function used for transfering pending tx to event bus

* go fmt

* rollback gomod

* move eventBus into mempool interface

* go fmt

v0.33.9-okexchain4

01 Mar 08:28
d57afe7
Compare
Choose a tag to compare
OPTIMIZE: add MaxTxNumPerBlock into MempoolConfig with config file (#15)

* OPTIMIZE: add MaxTxNumPerBlock into MempoolConfig

* FINISH: add command flags with '--mempool.size' and '--mempool.max_tx_num_per_block'

* OPTIMIZE: usage text

* OPTIMIZE: usage text