Releases: White-Whale-Defi-Platform/white-whale-core
v1.6.7
Summary
Bumps the cosmwasm-* version, patching the security issue CWA-2024-002.
What's Changed
- fix: Add input append_body and generate_release_notes, set both to true by @0xFable in #286
- chore: add minimum collectable and aggregable balances by @kerber0x in #289
- chore: remove token_factory feature flag by @kerber0x in #293
- fix: bump cosmwasm-std by @kerber0x in #336
- fix: bump white-whale-std and make the main Cargo.toml pull from cratees.io by @kerber0x in #337
Full Changelog: v1.6.6...v1.6.7
v1.6.6
Summary
This Release removes a state migration done in the vault that was not necessary, causing the contract migration to fail.
What's Changed
- Document usage of just command line runner by @kaimen-sano in #283
- Ci/new testnet by @kerber0x in #282
- fix: broken vault state migration by @kerber0x in #284
Full Changelog: v1.6.5...v1.6.6
Artifacts versions
Contracts::
epoch_manager.wasm :
fee_collector.wasm : 1.1.4
fee_distributor.wasm : 0.9.2
fee_distributor_mock.wasm :
frontend_helper.wasm : 1.0.0
incentive.wasm : 1.0.6
incentive_factory.wasm : 1.0.1
stableswap_3pool.wasm : 1.2.3
terraswap_factory.wasm : 1.2.3
terraswap_pair.wasm : 1.3.5
terraswap_router.wasm : 1.1.1
terraswap_token.wasm : 1.0.2
vault.wasm : 1.2.6
vault_factory.wasm : 1.1.3
vault_router.wasm : 1.1.6
whale_lair.wasm : 0.9.1
Packages::
white-whale-std : 1.1.1
v1.6.5
Getting artifacts versions...
Contracts::
epoch_manager.wasm :
fee_collector.wasm : 1.1.4
fee_distributor.wasm : 0.9.2
fee_distributor_mock.wasm :
frontend_helper.wasm : 1.0.0
incentive.wasm : 1.0.6
incentive_factory.wasm : 1.0.1
stableswap_3pool.wasm : 1.2.3
terraswap_factory.wasm : 1.2.3
terraswap_pair.wasm : 1.3.5
terraswap_router.wasm : 1.1.1
terraswap_token.wasm : 1.0.2
vault.wasm : 1.2.6
vault_factory.wasm : 1.1.3
vault_router.wasm : 1.1.6
whale_lair.wasm : 0.9.1
Packages::
white-whale-std : 1.1.1
v1.6.4
Summary
This release removes the burn fee check when creating pools with token factory tokens. In addition, includes some minor changes to scripts boost the dev experience.
What's Changed
- ci: add vanilla variant to build release script for ci by @kerber0x in #244
- chore: fix pool factory migration to 1.2.0 condition by @kerber0x in #250
- ci: tweak env variables by @kerber0x in #248
- ci: script to extract vault info by @kerber0x in #237
- Ci/prepare white whale crate by @kerber0x in #251
- ci: fix and format bash scripts by @kerber0x in #252
- ci: fix doc link on white-whale-std by @kerber0x in #253
- chore: forces the protobuf version to be 3.2.0 by @kerber0x in #256
- chore: this removes the sanity check preventing to add burn fees to a… by @kerber0x in #259
Full Changelog: v1.6.3...v1.6.4
v1.6.3
Summary
This is the release for the Osmosis deployment. It includes the osmosis_fee
when swaps are made in the pools, which are sent to the community pool.
What's Changed
- ci: add osmosis chain to release script by @kerber0x in #238
- Fix broken links in contributing guide and reference extra steps required by @kaimen-sano in #240
- Feat/osmosis deployment by @kerber0x in #243
Full Changelog: v1.6.2...v1.6.3
v1.6.2
This release removes the denom balance check when adding native token decimals to the pool factory.
What's Changed
- ci: add script to get contract versions by @kerber0x in #227
- ci: add script to extract pool information by @kerber0x in #231
- ci: fix script for vault deployment by @kerber0x in #228
- chore: remove add_native_decimals balance check by @kerber0x in #233
- ci: add artifact versions to github releases by @kerber0x in #234
- ci: fix release artifacts ci action by @kerber0x in #235
- ci: fix release action by @kerber0x in #236
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
v1.5.0
This release fixes the max_spread calculation on the pools, and makes the contracts compilation on terra to use the osmosis-token-factory flag to address changes on the Terra V2.5 upgrade.
What's Changed
- Feat/check contract names on migration by @0xFable in #195
- fix: fix faulty epochs created prior v0.9.0 migration by @kerber0x in #198
- Fix/codecov upload by @0xFable in #199
- fix(cache): Replace actions/cache with rust-cache and update to stable rust by @0xFable in #200
- fix(compile): Rm extra compile job, test build. 40% improvement by @0xFable in #201
- Fix/juno token factory by @kerber0x in #203
- feat(SwapRoutes): Add query for all swap routes on router and test by @0xFable in #206
- ci: add script to create incentives on a liquidity hub by @kerber0x in #207
- fix: prevent users from bonding/unbonding if the latest epoch has not been created by @kerber0x in #209
- feat: add token factory support to the vaults by @kerber0x in #210
- fix: add missing funds to create_vault message so the tf denom can be created by @kerber0x in #211
- fix(incentive): filter zero rewards from query by @kerber0x in #214
- fix: prevent incentives script to stop if an incentive contract for a… by @kerber0x in #213
- ci: add script to migrate incentives by @kerber0x in #215
- Epoch Manager by @kerber0x in #216
- Fix rounding error when closing incentive positions by @kerber0x in #217
- refactor: epoch manager refactoring by @kerber0x in #218
- ci: diverse fixes by @kerber0x in #219
- chore: make it possible to migrate multiple incentive contracts at once by @kerber0x in #220
- feat: flow expansion by @kerber0x in #191
- Fix/spread assertion by @kerber0x in #222
- chore: bump vault contract version before migration on terra by @kerber0x in #223
Full Changelog: v1.4.0...v1.5.0
v1.4.0-juno-1-hotfix
Summary
This release adds a fix for the token factory proto definitions used on juno.
What's Changed
- Fix/codecov upload by @0xFable in #199
- fix(cache): Replace actions/cache with rust-cache and update to stable rust by @0xFable in #200
- fix(compile): Rm extra compile job, test build. 40% improvement by @0xFable in #201
- Fix/juno token factory by @kerber0x in #203
Full Changelog: v1.4.0-phoenix-1-hotfix...v1.4.0-juno-1-token_factory-hotfix