-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: backport wasm params change, wasm dir, wasm state sync fix, an…
…d ibc query (#2119) * fix!: override wasm default param after initialization (#2105) * feat(cli): add `--wasm-dir` flag to start command (#2111) * fix(app): register wasm snapshot extension for state-sync (#2114) * fix(app): register wasm snapshot extension for state-sync * feature gate extension registration * move to a separate function * rename method * fix(wasm): migrate wasm cache dir to the new path (#2115) * add --wasm-dir flag to start command * use /Users/joaosousa env var * docs * programatically determine the default value for the wasm dir * addendum * addendum * fix * edit flag description Co-authored-by: Milap Sheth <[email protected]> * fix * simplification * fix(wasm): migrate wasm cache dir to the new path * convert to abs path * assume path is already expanded and move check earlier * dep update * go mod tidy * use wasm path --------- Co-authored-by: João Sousa <[email protected]> Co-authored-by: jcs47 <[email protected]> * feat(axelarnet): add queries to retrieve cosmos chains, ibc path (#2116) * feat(axelarnet): add queries to retrieve cosmos chains, ibc path * register cli cmds and add tests * docs * dep update * remove chains query * lint * revert config change --------- Co-authored-by: haiyizxx <[email protected]> Co-authored-by: jcs47 <[email protected]> Co-authored-by: João Sousa <[email protected]>
- Loading branch information
1 parent
d11b7f2
commit e4311c7
Showing
29 changed files
with
2,388 additions
and
121 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
Oops, something went wrong.