Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

92 lines (63 loc) · 4.32 KB

Changelog

[Unreleased]

v1.5.0 - 2022.02.23

State Machine Breaking

  • #466 fix: exclude circuit breaking logic for MsgWithdrawWithinBatch
  • #473 (sdk) Bump SDK version to v0.45.1

v1.4.6 - 2022.02.23

v1.4.5 - 2022.01.30

  • Unusable release

v1.4.4 - 2022.01.26

  • Unusable release

v1.4.2 - 2021.11.11

v1.4.1 - 2021.10.25

  • #455 (sdk) Bump SDK version to v0.44.2
  • #446 Fix: Pool Coin Decimal Truncation During Deposit
  • #448 Fix: add overflow checking and test codes for cover edge cases

v1.4.0 - 2021.09.07

v1.3.0 - 2021-08-31

State Machine Breaking

  • #433 (sdk) Bump SDK version to v0.43.0.

  • #436 Validation MsgSwapWithinBatch and OfferCoinFee ceiling

    • When calculating OfferCoinFee, the decimal points are rounded up.
      • before (v1.2.x): MsgSwapWithinBatch.OfferCoinFee should be OfferCoin * params.SwapFeeRate/2 with Truncate or 0
      • after (v1.3.x): MsgSwapWithinBatch.OfferCoinFee should be OfferCoin * params.SwapFeeRate/2 with Ceil
    • Fix reserveOfferCoinFee residual Issue due to decimal error
  • #438 Fix PoolBatch index, beginHeight issues and genesis logic

    • Remove PoolBatchIndex
    • Fix PoolBatch.Index duplicated bug
    • Fix PoolBatch.BeginHeight consistency issue on genesis init logic

v1.2.9 - 2021-06-26

  • Liquidity module version 1 for Gravity-DEX
  • (sdk) Bump SDK version to v0.42.9.