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

Vault migration

Closed this issue · 0 comments

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
Logs