Skip to content

Releases: White-Whale-Defi-Platform/white-whale-core

v1.6.7

24 Apr 11:54
78df4e7
Compare
Choose a tag to compare

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

20 Feb 12:44
757117d
Compare
Choose a tag to compare

Summary

This Release removes a state migration done in the vault that was not necessary, causing the contract migration to fail.

What's Changed

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

12 Feb 14:37
b751c49
Compare
Choose a tag to compare

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

29 Jan 14:46
44c1c40
Compare
Choose a tag to compare

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

Full Changelog: v1.6.3...v1.6.4

v1.6.3

17 Jan 14:26
a5528e5
Compare
Choose a tag to compare

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

Full Changelog: v1.6.2...v1.6.3

v1.6.2

19 Dec 12:53
c28658d
Compare
Choose a tag to compare

This release removes the denom balance check when adding native token decimals to the pool factory.

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

11 Dec 14:34
3e4b14f
Compare
Choose a tag to compare

This release makes the fee collection and aggregation permissionsless.

What's Changed

  • chore: make fee aggregation permissionless by @kerber0x in #226

Full Changelog: v1.6.0...v1.6.1

v1.6.0

27 Oct 10:18
b64cc7e
Compare
Choose a tag to compare

Summary

This release implements injective's token factory, as well as some minor fixes for injective flashloans and vaults to operate properly.

What's Changed

v1.5.0

20 Oct 15:14
e7e52be
Compare
Choose a tag to compare

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

28 Jun 16:02
f1d564c
Compare
Choose a tag to compare

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