Releases: crescent-network/crescent
Releases · crescent-network/crescent
v5.0.0-rc9
What's Changed
- fix: fix bug in PositionAssets when position liquidity is zero by @kingcre in #210
- fix: set public position indexes in InitGenesis and fix minor issues by @kingcre in #211
Full Changelog: v5.0.0-rc8...v5.0.0-rc9
v5.0.0-rc8
v5.0.0-rc7
What's Changed
- fix: add default_min_order_quantity, default_min_order_quote params by @kingcre in #197
- fix: check base coin balance in PlaceMarketOrder by @kingcre in #198
- fix: fix proposal tx help msgs by @kingcre in #200
- feat: emit EventOrderCompleted when order is completed and deleted by @kingcre in #202
- fix: update x/liquidstaking to use new modules by @kingcre in #201
- docs: update docs by @kingcre in #199
- fix: force paid/received/deposit to be integers for user orders by @kingcre in #203
- refactor!: the new DEX by @kingcre in #163
- feat: set default market/pool params in upgrade handler by @kingcre in #205
Full Changelog: v5.0.0-rc6...v5.0.0-rc7
v5.0.0-rc6
What's Changed
- fix: fix bug in order book query and IteratePoolOrders by @kingcre in #193
- fix: set last market id in upgrade handler by @kingcre in #194
- fix: pass events emitted inside cached context to original context by @kingcre in #195
- fix: limit market orders' price impact to MaxOrderPriceRatio by @kingcre in #196
Full Changelog: v5.0.0-rc5...v5.0.0-rc6
v5.0.0-rc5
What's Changed
- refactor: rename lashare to sb(snowball) by @kingcre in #191
- fix: prevent IteratePoolOrders to run forever by @kingcre in #192
Full Changelog: v5.0.0-rc4...v5.0.0-rc5
v5.0.0-rc4
What's Changed
Full Changelog: v5.0.0-rc3...v5.0.0-rc4
v5.0.0-rc3
What's Changed
- fix: fix bug in placeLimitOrder and exchange invariant checks by @kingcre in #165
- fix: fix bug in farmingRewardsGrowthInside by @kingcre in #166
- test: add tests for new DEX by @kingcre in #167
- refactor: use separate rewards pool for each pool by @kingcre in #169
- refactor: use sdk.Dec for quantities by @kingcre in #168
- refactor: revert x/liquidfarming and add x/liquidamm by @kingcre in #171
- fix: fix bug in FindAllRoutes by @kingcre in #173
- feat: add pool
MinOrderQuantity
by @kingcre in #176 - fix: disable deprecated modules and fix simulation by @crypin in #175
- fix: send remaining reserves to last one who removes liquidity by @kingcre in #172
- fix: fix bug in NumMMOrders calculation by @kingcre in #177
- fix: add liquidamm module to v5 store upgrades by @crypin in #178
- fix: do not update matching height when there's no matching by @kingcre in #179
- feat: add position_id in public position query by @kingcre in #180
- fix: fix pool query (include missing fields in response) by @kingcre in #181
- fix: fix matching and fee by @kingcre in #182
- refactor: improve pool order performance by @kingcre in #183
- feat: add
order_source_fee_ratio
for order source orders by @kingcre in #184 - feat: add pool
min_order_quote
by @kingcre in #185 - fix: constrain maker fee rate to non-negative value by @kingcre in #186
- fix: prevent creating public positions with same parameters by @kingcre in #188
- refactor: safely run batch matching using cached ctx by @kingcre in #187
- fix: update default params for mainnet upgrade by @kingcre in #189
Full Changelog: v5.0.0-alpha1...v5.0.0-rc3
v5.0.0-alpha1
What's Changed
- docs: Update scoring.md by @seth100kim in #151
- build!: backport from v4.x.x (#154 #155 #157) by @crypin in #158
- feat!: add msg filter antehandler for gov min deposit ratio by @crypin in #159
- feat!: add ante msg filter for mixed batch msg, deprecated module msgs by @crypin in #160
- refactor: internalization budget module by @crypin in #161
- feat: Add flag to disable events that occur during v5 upgrade, migration by @crypin in #162
New Contributors
- @seth100kim made their first contribution in #151
Full Changelog: v5.0.0-rc2...v5.0.0-alpha1
v4.2.0
State Machine Breaking
Release version with State Machine Breaking from v4.1.x. Please upgrade according to the team's notice
What's Changed
Fix Barberry Vesting Bug and Infinite Feegrant Bug
- Cosmos SDK Security Advisory Barberry (backport from cosmos/cosmos-sdk#16466 of v0.46.13)
- Infinite Feegrant Bug (backport from cosmos/cosmos-sdk#16097 of v0.45.16)
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- build: bump ibc-go to v3.4.0-crescent-v4-3 for fix IBC Security Advisory Huckleberry in #155
This bug fix can cause differences in ibc event and grpc results without including state breaking, but for nodes in an environment dependent on these results, we recommend doing that at the earliest opportunity.
ibc-go v3.4.0-crescent-v4-3 includes:
- OnRecvPacket event emit issue (cherry-picked from commit cosmos/ibc-go@74988e7 on v4.1.2)
- cosmos/ibc-go#3346 (cherry-picked from commit cosmos/ibc-go@c77f80f, with replace errorsmod to sdkerrors)
Full Changelog: v4.1.0...v4.1.1