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

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 23 forks source link

Vault migration #278

Closed kerber0x closed 6 months ago

kerber0x commented 7 months ago

If you want to report a security issue, please follow our security policy: https://github.com/White-Whale-Defi-Platform/migaloo-core/blob/main/SECURITY.md

There's a piece of code in the vault migration so if the version is under 1.3.0 then migrate to 1.3.0. The problem is that the state of anything is that between 1.2.0 and 1.3.0 is already correct, there's nothing to migrate, thus, it fails.

Moreover, the current vault version is 1.2.6, so it's not even reaching 1.3.0.


Steps to Reproduce

  1. Execute X transaction on the vault contract
  2. ...
  3. ...

Expected results:

Actual results:


Additional context

Add any other context about the problem here, code snippets, json responses and so on.

Code sample ```rust ```
Logs ``` ```