Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

63 lines (46 loc) · 2.75 KB

Changelog

[Unreleased]

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.