Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(axelarnet): add queries to retrieve cosmos chains, ibc path #2116

Merged
merged 8 commits into from
Mar 1, 2024

Conversation

milapsheth
Copy link
Member

@milapsheth milapsheth commented Feb 27, 2024

Description

AXE-1497

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues
  • Tag type of change
  • Upgrade handler

Steps to Test

Expected Behaviour

Other Notes

@milapsheth milapsheth requested a review from a team as a code owner February 27, 2024 23:39
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.93%. Comparing base (206b1ad) to head (79f4d12).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2116      +/-   ##
==========================================
- Coverage   48.07%   47.93%   -0.14%     
==========================================
  Files         263      263              
  Lines       15912    15924      +12     
==========================================
- Hits         7649     7633      -16     
- Misses       7671     7697      +26     
- Partials      592      594       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@milapsheth milapsheth added next release Required for the next release backport needed labels Feb 28, 2024
x/axelarnet/client/cli/query.go Outdated Show resolved Hide resolved
x/axelarnet/keeper/grpc_query.go Outdated Show resolved Hide resolved
proto/axelar/axelarnet/v1beta1/query.proto Outdated Show resolved Hide resolved
@milapsheth milapsheth merged commit bc8a8db into main Mar 1, 2024
9 checks passed
@milapsheth milapsheth deleted the feat/cosmos-chain-query branch March 1, 2024 19:37
milapsheth added a commit that referenced this pull request Mar 1, 2024
* 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
milapsheth added a commit that referenced this pull request Mar 1, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport needed next release Required for the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants