Skip to content

Releases: okx/exchain

v0.11.0

20 Aug 09:02
808fa9b
Compare
Choose a tag to compare

Bug Fixes

  • (x/order) #315 restrict the use of placing or cancelling order in the message array
  • (x/token) #308 add check to send/multi-send in token module
  • (x/staking) #304 wrong shares is calculated when proxy delegates
  • (x/staking) #289 staking double bind
  • (x/token) #203 fix token pair id duplicated
  • (x/staking) #158 optimize the error msg when a delegator unbond part of the stake from a destroyed validator
  • (x/staking) #136 break off the relation between the delegator and original proxy before rebind
  • (x/staking) #49 a delegator was banned from proxy regsiter with keeping binding before x/staking

Improvements

  • (x/dex) #305 add the DEXOperator role, only DEXOperator can list token pairs and manage token pairs.
  • (x/staking) #223 increase staking min self delegation
  • (x/order) #152 fix token pair id duplicated issue
  • (x/token) #146 remove original multi-send fee from token module
  • (x/order) #131 modify the rule of fee in module order

v0.10.10

11 Aug 02:36
cdbfdc8
Compare
Choose a tag to compare

Bug Fixes

  • (x/gov) #250 add StatusFailed case when queryTally
  • (x/token) #307 add check to send/multi-send in token module

Improvements

  • #310 update cosmos-sdk version to v0.37.9-testnet2

v0.10.9

20 Jun 14:30
3262dfd
Compare
Choose a tag to compare

Bug Fixes

  • (x/staking) #215 double binding proxy leads to incorrect shares
  • #217 add sanity check

v0.10.8

15 Jun 08:11
75e82c4
Compare
Choose a tag to compare

Bug Fixes

  • (x/dex) #205 duplicated token pair IDs
  • (x/dex) #206 duplicated delist proposals will lead to a nil pointer
  • (x/dex) #207 state machine broken

v0.10.7

07 Jun 23:04
5624685
Compare
Choose a tag to compare

Bug Fixes

  • (x/staking) #197 make bondedToUnbonding executed only once

Improvements

  • (x/staking) #187 update staking sub-commands terminology for okchaincli
  • (x/staking) #189 add REST param "all" to get all validators info

v0.10.6

30 May 02:39
8e7f08d
Compare
Choose a tag to compare

Features

#177 Testnet: set the genesis block to 6028399 and the default bond denom to tokt

v0.10.5

25 May 11:14
5157b6c
Compare
Choose a tag to compare

Bug Fixes

  • (x/order) #152 okchaind gets panic if '--gas auto' specified
  • (x/staking) #165 redundancy REST query results for the votes on a specific validator

v0.10.2

12 May 10:02
47a4ff6
Compare
Choose a tag to compare

Bug Fixes

  • (x/order) #100 panic: state.AppHash does not match AppHash after replay