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-okexchain3

26 Jan 02:09
10554ca
Compare
Choose a tag to compare
Merge pull request: Address in blacklist is not allowed (#84)

v0.39.2-okexchain2

04 Jan 00:31
b1d9e17
Compare
Choose a tag to compare
v0.39.2-okexchain2 Pre-release
Pre-release

Bug Fixes

  • #82 return response when the query encounters an error
  • #76 remove ceil when calculate the fees
  • #75 FIX: 484-unmarshal error when query the supply of a specific token
  • #74 fix error not display code and error message
  • #73 fix panic no prompt message

Improvements

  • #80 rest path prefix flag
  • #79 change tokt to okt
  • #78 add defaultMinGasPrices
  • #71 change config for kafka/nacos service

v0.39.2-okexchain1

30 Nov 01:40
87b90b6
Compare
Choose a tag to compare
v0.39.2-okexchain1 Pre-release
Pre-release

Improvements

  • #65 add okexchain patch for v0.39.2
  • #66 speicify start block height
  • #67 support the recovery of accounts via private keys
  • #70 add some flags about unlock account

v0.39.1-okexchain3

19 Nov 12:53
f373ef3
Compare
Choose a tag to compare
v0.39.1-okexchain3 Pre-release
Pre-release
Merge pull request: integrate web3 rest with the start of node (#58)

* FINISH: integrate web3 rest in 'okexchaind start'

* FINISH: add flag 'chain-id' into 'okexchaind start'

v0.39.1-okexchain2

18 Nov 15:54
e800af9
Compare
Choose a tag to compare
v0.39.1-okexchain2 Pre-release
Pre-release
Merge pull request: fix bip44 (#56)

v0.39.1-okexchain1

18 Nov 10:49
41c515d
Compare
Choose a tag to compare
v0.39.1-okexchain1 Pre-release
Pre-release
Merge pull request: Correct spelling errors:inflation-->deflation (#55)

Co-authored-by: ylsGit <>

v0.37.9-okexchain8

18 Nov 10:49
2f66bc5
Compare
Choose a tag to compare
Merge pull request: Correct spelling errors:inflation-->deflation (#54)

Co-authored-by: ylsGit <>

v0.37.9-okexchain7

08 Nov 23:36
449a7f4
Compare
Choose a tag to compare
Merge pull request: add type SysCoins = DecCoins (#48)

v0.37.9-okexchain6

07 Nov 06:42
c0d53ef
Compare
Choose a tag to compare
Merge pull request: change amount of original minted per block from 0…

v0.37.9-okexchain5

05 Nov 12:21
dcbd83e
Compare
Choose a tag to compare
Merge pull request: simplied optimization for supply module (#44)

* FINISH: optimize supply stores with least diff line

* FINISH: optimize supply stores with least diff line

* FINISH: sanity check for GetSupply

* OPTIMIZE: recover the original GetSuply