Releases: tendermint/liquidity
v1.5.0
v1.4.6
Since liquidity v1.4.4, v1.4.5 contain state-breaking changes with patch release,
so revert back to v1.4.2 and bump cosmos-sdk from v0.44.3 to v0.44.6 on this v1.4.6 release.
What's Changed
Full Changelog: v1.4.2...v1.4.6
v1.4.5 - DO NOT USE
What's Changed
Full Changelog: v1.4.4...v1.4.5
v1.4.4 - DO NOT USE
v1.4.3
v1.4.2
Liquidity v1.4.2 version that is compatible with Gaia vega upgrade release version.
Compared to v1.4.1, there are no state-breaking changes except that cosmos-sdk is bumped to v0.44.3.
What's Changed
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Liquidity v1.4.1 version that is compatible with Gaia vega upgrade release version #447
What's Changed
- feat: add markdown links checker workflow by @kogisin in #450
- feat: bump Cosmos SDK from v0.44.0 to v0.44.1 by @kogisin in #453
- feat: bump cosmos-sdk to v0.44.2 by @dongsam in #455
- fix: Pool Coin Decimal Truncation During Deposit by @dongsam @hallazzang in #446
- fix: add overflow checking and test codes for cover edge cases by @dongsam in #458
Full Changelog: v1.4.0...v1.4.1
v1.4.1-rc1
The First release candidate version for #447
What's Changed
- feat: add markdown links checker workflow by @kogisin in #450
- feat: bump Cosmos SDK from v0.44.0 to v0.44.1 by @kogisin in #453
- feat: bump cosmos-sdk to v0.44.2 by @dongsam in #455
- fix: Pool Coin Decimal Truncation During Deposit by @dongsam @hallazzang in #446
Full Changelog: v1.4.0...v1.4.1-rc1
v1.4.0
This release bumps Cosmos SDK from v0.43.0 to v0.44.0 which is a security release that contains a consensus breaking change.
Reference Liquidity v1.3.0 Release Notes for more information.
Consenquences:
- v1.3.0 is discontinued;
v1.3.0
- #433 (sdk) Bump SDK version to v0.43.0.
- #436 Validation
MsgSwapWithinBatch
andOfferCoinFee
ceiling- When calculating
OfferCoinFee
, the decimal points are rounded up.- before (v1.2.x):
MsgSwapWithinBatch.OfferCoinFee
should beOfferCoin
*params.SwapFeeRate/2
with Truncate or 0 - after (v1.3.x):
MsgSwapWithinBatch.OfferCoinFee
should beOfferCoin
*params.SwapFeeRate/2
with Ceil
- before (v1.2.x):
- Fix reserveOfferCoinFee residual Issue due to decimal error
- When calculating
- #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
- Remove