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

fix(app): register wasm snapshot extension for state-sync #2114

Merged
merged 6 commits into from
Feb 28, 2024

Conversation

milapsheth
Copy link
Member

@milapsheth milapsheth commented Feb 27, 2024

Description

AXE-3285

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 22:20
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

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

Project coverage is 47.87%. Comparing base (a30eae9) to head (3f5ed39).

Files Patch % Lines
app/app.go 33.33% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2114      +/-   ##
==========================================
- Coverage   47.92%   47.87%   -0.05%     
==========================================
  Files         263      263              
  Lines       15890    15899       +9     
==========================================
- Hits         7615     7612       -3     
- Misses       7684     7696      +12     
  Partials      591      591              

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

app/app.go Outdated Show resolved Hide resolved
@milapsheth milapsheth added backport needed next release Required for the next release labels Feb 28, 2024
app/app.go Outdated Show resolved Hide resolved
@milapsheth milapsheth merged commit 6f90d60 into main Feb 28, 2024
7 of 9 checks passed
@milapsheth milapsheth deleted the fix/wasm-snapshot branch February 28, 2024 21:09
milapsheth added a commit that referenced this pull request Mar 1, 2024
* fix(app): register wasm snapshot extension for state-sync

* feature gate extension registration

* move to a separate function

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

3 participants