Skip to content

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

v1.8.0

27 Jan 10:50
v1.8.0
f423770
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

13 Dec 16:50
v1.7.0
b8358ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.9...v1.7.0

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