Releases: okx/exchain
Releases · okx/exchain
v0.16.6
Merge PR: Improve the accuracy of gas estimation (#657)
v0.16.5
Bug Fixes
- #607 fix farm dashboard api claimed amount mistake
- #610 fix estimate gas failed
- #613 fix gas fee calculation error
- #615 fix evm query blockhash mismatch
- #616 fix truffle pending error
- #618 fix minFees display error
- #622 fix failed to call eth_getLogs when using blockHash to filter logs
- #626 fix undefined error message returned when calling a contract interface
- #629 fix compatible with truffle ut
Improvements
v0.16.4
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
Bug Fixes
- #535 fix the bug that querying without results after sepcified heigh upgrade
- #531 move the SetParams execution location in InitGenesis
- #527 fix --chain-id param of okexchaind causes an error when it's set empty
- #519 fix hd path to 'm/44'/996'/0'/0/0' in sdk.Config
- #513 adapt 'okexchaind testnet' to local starting
- #512 set blockHash when init CommitStateDB
- #503 fix cumulative gas
- #500 fix the order of magnitudes in evm tx is inconsistent with other modules
- #499 fix backend ticker
- #496 fix submit text proposal failed through json
- #495 fix unexpected text in the raw log of depositing in staking module
- #494 fix undefined codespace
Improvements
v0.15.0-testnet
Improvements
- update cosmos-sdk version to v0.39.2
- update tendermint version to v0.33.9
- update iavl version to v0.14.1
- add farm module
v0.12.3-testnet1
Improvements
- (x/ammswap) #346 Enhance creating swap pair.
- (x/ammswap) #349 Add unit test code for x/ammswap module.
- (x/ammswap) #352 Add rest api for x/ammswap module.
- (x/ammswap) #357 Optimize error messages, and add security check.
- (x/debug) #355 Check invariant in debug mode.
- (x/ammswap) #324 The latest upgrade supports x/ammswap module. Users could swap tokens, create/add/reduce liquidity based on OKExChain AMM swap.
- (x/mint) okx/cosmos-sdk#33 Inflation model is converted to deflation model. Mint token will be halved in three years by default.
- okx/cosmos-sdk@9e36816 The prefix of address is changed from okchain to okexchain.
- #328 Change okchain to okexchain. Binary file okchaind is changed to okexchaind, and okchaincli is changed to okexchaincli.