-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge new token managers (#259)
* fix: add missing imports to factory interface (#240) (#243) * fix: add missing imports to factory interface * update docs * ci: backport ci fixes (#244) * ci: use env var setter in gh actions (#241) * fix: add missing imports to factory interface * ci: use env var setter in gh actions * ci: improve var reference in workflow (#242) * test: action * direct trigger * rename * improve var reference * v1.2.1 * chore: restrict custom token manager deployments (#2) * chore: bump version to v1.2.2 * v1.2.2 * chore: bump version to v1.2.3 * v1.2.3 * feat: added new token managers that have the mint/burn permissions. (#1) * added new token managers that have the mint/burn permissions. * added a few tests * a few more tests * removed mint/burn from legacy * rename INTERCHAIN_TOKEN to INTERCHAIN_TOKEN_MINT_BURN * remove unused import and prettier * some more renaming * rever * added some docstrings * prettier * chore: restrict custom token manager deployments (#3) * some styling * fixed revert * fixed some docs * bump package version * restrict remote token manager deployment * rename MINT_BURN_FROM to CUSTOM_MINT_BURN_FROM * prettier * add comments to TokenManagerType * rename token manager types * update docs * refactor(TokenManager): simplification (#4) * refactor(TokenManager): simplification * refactor(TokenManager): unused import * update doc --------- Co-authored-by: Milap Sheth <[email protected]> Co-authored-by: re1ro <[email protected]> * v1.2.4 * first commmit * second commit * lint and prettier * fixed tests * prettier * merge main again * fixed tests --------- Co-authored-by: Milap Sheth <[email protected]> Co-authored-by: axelar-cicd-bot <[email protected]> Co-authored-by: Milap Sheth <[email protected]> Co-authored-by: re1ro <[email protected]>
- Loading branch information
1 parent
ba744ca
commit 6f352ae
Showing
15 changed files
with
341 additions
and
96 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
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
Oops, something went wrong.