Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Releases: okx/cosmos-sdk

v0.39.2-exchain19

28 Oct 02:16
461dce0
Compare
Choose a tag to compare
fix: runTxModeDeliver  mode can pin (#187)

* baseApp add a record handle

* baseApp add a record handle

* baseApp add a record handle

* baseApp add a record handle

* revert newbase app

* revert newbase app

* revert newbase app

* add validateBasicTxMsgs

* add

* add

* add

* add

* add

* add

* add

* add

* merge main

* merge main

* add

* add

* upd

* upd

Co-authored-by: zhongqiuwood <zhongqiuwood@gmail.com>

v0.39.2-exchain18

11 Oct 21:55
92c7ae9
Compare
Choose a tag to compare
get config values from environment variables (#173)

* get config values from environment variables

* add comment

v0.39.2-exchain17

30 Sep 03:45
aba2f68
Compare
Choose a tag to compare
Async commit (#167)

* expand the size of iavl cache

* format code

* Modify the loading mode of the iavl tree

* remove copy operation

* add function: StopApp

* update StopStore

* fix bug

* fix bug

* add stop log

* store judge

* delete pruning logic

* issue-786 add flags to set iavl params

* keep pruing process if use default opt policy

* recover raw condition

* fix flag name

* fix flag name

* add iavl debug

* modify iavl logger

* go mod tidy

* close enableoptPruning

* add iavl flag: EnablePruningHistoryState

* change interfaces to receive logs from iavl (#168)

* change interfaces to receive logs from iavl

* go mod tidy

* fix log

* go mod tidy

* change comment

* fix log

* update iavl version

* update iavl version

* change cm & iavl

* change info

* if !iavltree.EnableAsyncCommit {

* v0.14.3-exchain2

Co-authored-by: summerpro <974741468@qq.com>
Co-authored-by: louisliu2048 <louisliu512@163.com>
Co-authored-by: Green <gl12138@live.com>

v0.39.2-exchain16

08 Sep 05:31
ea9c2e5
Compare
Choose a tag to compare
Merge PR: add AccountNonce for  pending pool (#153)

v0.39.2-exchain15

31 Aug 21:48
cebb8df
Compare
Choose a tag to compare
Merge PR: add leveldb config (#149)

v0.39.2-exchain14

26 Aug 06:16
8e5b80e
Compare
Choose a tag to compare
support dynamic config (#142)

* upd

* test DynamicConfig

* support dynamic config

* use tm config

Co-authored-by: zhongqiuwood <zhongqiuwood@gmail.com>

v0.39.2-exchain13

24 Aug 03:06
904b48a
Compare
Choose a tag to compare
Merge PR: update pruning.go (#147)

* Update pruning.go

* Update pruning.go

v0.39.2-exchain12

23 Aug 01:08
2c05b4c
Compare
Choose a tag to compare
add mercury height for code (#144)

Co-authored-by: meng <805442788@qq.com>

v0.39.2-exchain11

20 Aug 09:09
99eaa4c
Compare
Choose a tag to compare
Merge PR: rewrite error code after runMsg (#143)

v0.39.2-exchain10

12 Aug 10:46
a2ad2e4
Compare
Choose a tag to compare
optimize the size of iavl cache (#137)

* expand the size of iavl cache

* format code