-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡️ [API-2349] Preserve Pre Swap Out Asset Contract Balance (#83)
* add admin address to deploy script configs * reformat / fix lints to clean up script * add admin param to instantiate/instantiate2 msgs * bump contract versions to 0.3.0 * set contract version in entrypoint * add contract version to ibc adapter contracts * add contract version to swap adapter contracts * remove unused python import * remove another unused import in python * add migrate message to entry point contract * run make fmt * add migrate msg to adapter contract * run make schema * use correct var name * run make upgrade * run make update * update neutron sdk to 0.8 * update deps, remove deprecated functions, update tests after upgrade * limit out asset to only what is obtained from the swap * update existing tests with pre swap amount 0 * add test ensuring pre swap out asset contract balance preserved * ensure PRE_SWAP_OUT_ASSET_AMOUNT is set properly in unit test * run make fmt * tidy
- Loading branch information
1 parent
c12b6ef
commit 11a778e
Showing
4 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters