-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to query version of no-cw2 modules (#69)
* Changed account id structure * Corrected tests * formatting * Cleanup and test * Changelog * Corrected imports * null for no cw-2 contracts * save version after register module * changelog update * not mut * query what * Fixed tests * improve ChainName construction strictness * fix tests * Cleanup and storage key shortening * fix test * clippy fix * standalone return moduleinfos * remove osmosis remenant * bump cw-orch * simplify version * update changelog v2 * Hot fix for cw-orch 0.16.0 * Moved from_str to trait * comment changes * bump cw-orch * fix tests * formatting * apply robin feedback * rm unused import * format * clippy unused exports * update STANDALONE storage mutations * fix clippy --------- Co-authored-by: Kayanski <[email protected]> Co-authored-by: cyberhoward <[email protected]> Co-authored-by: CyberHoward <[email protected]>
- Loading branch information
1 parent
32bca28
commit 6595c5e
Showing
10 changed files
with
120 additions
and
33 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
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