-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump IBC v6.1 & ICS 23 v0.9 [DEV-2071] (#500)
* Make VerificationMethod validation as in spec * Change generated jsons for unit upgrade tests * Makes linter happy * Makes linter happy * Makes linter happy * Fix integration tests * Remove unused imports * Change comparision check * Add changes for generated files * Added Ed25519VerificationKey2018 support & enhanced tests * Fixed namings * Temp disabled * Temp disabled * Fixed deprecated print * Removed bloat * Fixed shellcheck * Fixed bash shellcheck & restored bash linters * Ignored `sed` extension * Fixed widespread namings * Ignored on legacy * build(deps): Bump IBC v6.1 & ICS 23 v0.9 * Bump ica version * Pin Makefile buf to new version * Set non-main BSR pushes to draft * Update lint.yml * Update release.yml * Update release.yml * Update release.yml * Update package-lock.json Co-authored-by: Andrew Nikitin <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]>
- Loading branch information
1 parent
2aa528b
commit ba92670
Showing
11 changed files
with
49 additions
and
49 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ | |
}, | ||
{ | ||
"name": "interchainaccounts", | ||
"version": 1 | ||
"version": 2 | ||
}, | ||
{ | ||
"name": "mint", | ||
|