Releases: okx/exchain
Releases · okx/exchain
v1.6.5.8
What's Changed
Full Changelog: v1.6.5.7...v1.6.5.8
v1.6.5.7
What's Changed
- init env config in #2782
- commitGapHeight for dynamic update in #2773
- support dynamic set fast node cache size in #2780
- optimize gp flag and fix bug in #2775
- change avc premakeblock to single in #2778
- feesplit support paralleled-tx (For release1.6.5) in #2776
- applybolck workload statistic in #2785
- para: fix random panic (For release v1.6.5) in #2794
Full Changelog: v1.6.5.6...v1.6.5.7
v1.6.5.6
v1.6.5.5
v1.6.5.4
What's Changed
- fix watchdb duplicate tx bugs in #2736
- rollback blocktime v156 in #2738
- fix the estimateGas crash in #2749
- Compatible start enable-repair-state flag with fss in #2754
- fix bug of hgu in #2755
- update config default value in #2751
- dump lastrun in case of fastsync in #2760
- recommend gp bug fix in #2744
- optimize start params in #2762
Full Changelog: v1.6.5.3...v1.6.5.4
v1.6.5.3
Merge PR: upadte version (#2735)
v1.6.5.1
【Hard Fork (mainnet on 15277000, testnet on 15540000)】This release includes a few bug fixes, improvements and new features
Bug Fix
- #2576 fix iavl forge proof
- #2556 fix parallel tx check conflict
- #2547 fix bug of simulate with auto gas
- #2720 fix feesplit cache contaminate when parallel-tx rerun
- #2715 fix the evm2cm tx in parallel in watchdb query status error
- #2707 add ibc proposal empty contract sanity check
- #2708 fix watchdb panic
- #2684 fix watchdb panic caused by refund gc optimization
- #2680 fix avc double signature and optimize propose
- #2673 deal with the single root node
- #2617 fix gas calculation logic
Improvements
- #2548 optimize websocket subscribe
- #2507 refunc gc optimization
- #2543 optimize mempoolTx senders map
- #2510 optimize gas price recommendation
- #2503 improve fast sync speed
- #2533 add dependent sanity check
- #2520 delete simulation limit in default config
- #2527 add fastnode iterator ut
- #2535 optimize DDS
- #2704 add staking api
- #2703 optimize the evm to cm tx browser query
- #2676 optimize output of distr-params
- #2672 empty tree still need save fast-storage version
- #2695 add feesplit rest api v2
- #2699 speed up rocksdb installation and remove default rocksdb
- #2678 change feesplit cache from map to LRU
- #2655 add rest api for feesplit
Features
v1.6.3
【Hard Fork】This release includes a few bug fixes, improvements and new features
Bug Fix
- #2493 Fix active-vc hang when no fastSync
- #2528 Enable distribution on-chain in test net
- #2521 Fix websocket pending tx
- #2489 Fix proposal short addr problem
- #2486 fix rpc eth_getLogs and eth_blockNumber
Improvements
- #2509 Optimize RPC call with tx index
- #2458 Optimize delta amino
- #2291 Optimize LoadBlockMeta & LoadBlock
- #2666 Redirect ICS23
Features
v1.6.2.1
v1.6.2
This release includes a few bug fixes, improvements and new features
Bug Fix
- #2358 Fix para tx random panic
- #2346 Add multisig patch from cosmos-sdk
- #2432 Fix get_storageAt bugs in fast-query lru
- #2453 Switch to fastsync safely and fix prerun smb
Improvements
- #2302 Reduce call of BlockchainInfo
- #2390 Encode and decode account through amino for watchdb
- #2273 Optimize ante gc
- #2312 Optimize iavl persist gap
- #2389 Optimize paralleled-tx handle race