This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Releases: okx/cosmos-sdk
Releases · okx/cosmos-sdk
v0.39.2-exchain19
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
get config values from environment variables (#173) * get config values from environment variables * add comment
v0.39.2-exchain17
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
Merge PR: add AccountNonce for pending pool (#153)
v0.39.2-exchain15
Merge PR: add leveldb config (#149)
v0.39.2-exchain14
support dynamic config (#142) * upd * test DynamicConfig * support dynamic config * use tm config Co-authored-by: zhongqiuwood <zhongqiuwood@gmail.com>
v0.39.2-exchain13
Merge PR: update pruning.go (#147) * Update pruning.go * Update pruning.go
v0.39.2-exchain12
add mercury height for code (#144) Co-authored-by: meng <805442788@qq.com>
v0.39.2-exchain11
Merge PR: rewrite error code after runMsg (#143)
v0.39.2-exchain10
optimize the size of iavl cache (#137) * expand the size of iavl cache * format code