chore: upgrade wasmd to v0.27.0.rc3-osmo and ibc-go to v3 (#1527)#1535
Merged
mergify[bot] merged 5 commits intomainfrom May 18, 2022
Merged
chore: upgrade wasmd to v0.27.0.rc3-osmo and ibc-go to v3 (#1527)#1535mergify[bot] merged 5 commits intomainfrom
mergify[bot] merged 5 commits intomainfrom
Conversation
Member
|
ah rip we merged that PR to the wrong branch :( Need to revert that v8.x commit as well |
Member
Author
|
@ValarDragon Should we make a |
Member
|
yeah, I think we should make a v9 branch after this gets merged to main |
Codecov Report
@@ Coverage Diff @@
## main #1535 +/- ##
=======================================
Coverage 19.66% 19.66%
=======================================
Files 241 241
Lines 31837 31837
=======================================
Hits 6261 6261
Misses 24424 24424
Partials 1152 1152 Continue to review full report at Codecov.
|
czarcas7ic
approved these changes
May 18, 2022
mergify bot
pushed a commit
that referenced
this pull request
May 20, 2022
Closes: #XXX ## What is the purpose of the change This PR extends the work done in #1535 to introduce support for `arm64` architecture making osmosis docker image multi-architecture (`amd64` and `arm64`). I have also updated the CI to build and push the image for multiple architectures. Please note that it takes ~20 minutes for the build complete but it would run only on every new tag so I think it's acceptable. ## Brief Changelog - Modify Dockerfile to add `arm64` support - Update docker CI to build and push for `arm64` ## Testing and Verifying You can build for arm64 with: ```bash docker buildx build --platform linux/arm64 --tag osmosis:arm64 . ``` I tested the CI in my fork: https://github.com/nikever/osmosis/runs/6505857265?check_suite_focus=true ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? yes (`arm64` support!) - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes - How is the feature or change documented? not applicable
Closed
Closed
Closed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #XXX
What is the purpose of the change
Context: #1527
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleasedsection inCHANGELOG.md? yes