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

chore: backport wasm params change, wasm dir, wasm state sync fix, and ibc query #2119

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

milapsheth
Copy link
Member

Description

Backport #2105 #2111 #2114 #2115 #2116

Todos

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

Steps to Test

Expected Behaviour

Other Notes

haiyizxx and others added 5 commits March 1, 2024 14:38
* fix(app): register wasm snapshot extension for state-sync

* feature gate extension registration

* move to a separate function

* rename method
* 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

* register cli cmds and add tests

* docs

* dep update

* remove chains query

* lint

* revert config change
@milapsheth milapsheth requested a review from a team as a code owner March 1, 2024 19:40
@milapsheth milapsheth changed the title chore: backport vald fixes, wasm params, wasm dir, and ibc query chore: backport wasm params change, wasm dir, wasm state sync fix, and ibc query Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 62.29508% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 47.95%. Comparing base (d11b7f2) to head (9bc9205).

Files Patch % Lines
app/app.go 47.36% 18 Missing and 2 partials ⚠️
cmd/axelard/cmd/root.go 57.14% 3 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##           releases/0.35.x    #2119      +/-   ##
===================================================
+ Coverage            47.89%   47.95%   +0.05%     
===================================================
  Files                  257      257              
  Lines                15898    15945      +47     
===================================================
+ Hits                  7614     7646      +32     
- Misses                7684     7697      +13     
- Partials               600      602       +2     

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

@milapsheth milapsheth enabled auto-merge (squash) March 1, 2024 19:57
@milapsheth milapsheth merged commit e4311c7 into releases/0.35.x Mar 1, 2024
8 checks passed
@milapsheth milapsheth deleted the backport/fixes branch March 1, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants