Skip to content

Releases: okx/exchain

v0.16.6

19 Feb 07:37
136361d
Compare
Choose a tag to compare
Merge PR: Improve the accuracy of gas estimation (#657)

v0.16.5

04 Feb 21:10
aa54bb7
Compare
Choose a tag to compare

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

  • x/evm improvements
    • #602 improve evm types ut coverage
    • #606 add evm tx query in client
    • #623 add rpc ut
    • #625 hdwallet compatible
  • #611 upgrade swap rest api
  • #621 add ut: compate 0x address to send and query
  • #624 modify GasPrice method fetched from config

v0.16.4

04 Feb 12:38
73d7578
Compare
Choose a tag to compare
v0.16.4 Pre-release
Pre-release

v0.16.4

v0.16.3

27 Jan 02:56
7513804
Compare
Choose a tag to compare

Bug Fixes

  • #587 add CallArgs String() to prevent being pending when debuging
  • #590 fix fee calculation overload when using type int64
  • #601 fix backend full node panic issue

Improvements

  • x/evm improvements
    • #579 open EIP2028 when Istanbul version enabled
    • #583 add parameter check for query func
    • #586 support gas refund
    • #595 improve String() function of QueryETHLogs
    • #594 fix the error of inconsistent data between CommitStateDB and Store after refund gas
    • #598 fix precision error during refund gas
  • #592 set private key to lower
  • #593 reject tx if address in blacklist
  • #596 add address limitation

v0.16.2

21 Jan 15:57
4a06840
Compare
Choose a tag to compare

Bug Fixes

  • #554 fix ethermint msg format error
  • #555 reset accessList in EndBlocker
  • #562 fix the copy function in CommitStateDB
  • #563 fix metamask wallet pending while sending an error tx
  • #570 fix the wrong flag of unlock-key filepath

Improvements

  • add more unittest code for x/evm:
    • #552 add evm keeper and genesis ut
    • #557 add init genesis test case
    • #559 add evm state db ut
    • #571 add evm types ut
  • #566 register gov rest api
  • #568 add whitelist in swap api
  • #569 add farm rest api

v0.16.1

12 Jan 03:25
950faee
Compare
Choose a tag to compare

Bug Fixes

  • #539 reset cache after csdb committed
  • #540 fix panic when start a node with snapshot
  • #545 fix localnet start error
  • #548 fix dirty data bug from module evm

Improvements

  • #543 add api for compatible query of two types of transactions
  • #549 add two backend api for query orders

v0.16.0

06 Jan 08:07
f433c50
Compare
Choose a tag to compare

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

  • #530 bump to cosmos-sdk v0.39.2-okexchain2
  • #518 make rest path prefix configurable
  • #515 add error code for rest api
  • #514 bump go-ethereum from v1.9.24 to v 1.9.25
  • #508 change tokt to okt
  • #506 add pending mode for test
  • #502 add balance and nonce invariants for evm
  • #498 rm faucet

v0.15.0-testnet

04 Dec 13:42
4286f4f
Compare
Choose a tag to compare

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

03 Nov 00:03
Compare
Choose a tag to compare

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.

v0.11.1

26 Aug 07:39
64be775
Compare
Choose a tag to compare

Bug Fixes

  • #319 change cosmos-sdk to v0.37.9-okchain9