-
Notifications
You must be signed in to change notification settings - Fork 551
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: backport xast package to v28 (partial backport #3770) #4108
Merged
Conversation
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
julienrbrt
requested review from
ilgooz,
jeronimoalbi and
Pantani
as code owners
April 25, 2024 20:47
github-actions
bot
added
component:ci
CI/CD workflow and automated jobs.
component:configs
component:packages
labels
Apr 25, 2024
julienrbrt
changed the title
feat: backport xast package to v28
feat: backport xast package to v28 (partial backport #3770)
Apr 26, 2024
Pantani
approved these changes
Apr 26, 2024
@toschdev can I get an approval here? :) |
* chore: bump cosmos-sdk to `v0.50.6` (#4103) (cherry picked from commit 86c08a5) # Conflicts: # ignite/templates/app/files/go.mod.plush * updates * updates --------- Co-authored-by: Danilo Pantani <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…4109) * fix(integration): avoid fail IBC integration tests (#4086) * retry get ibc balance if fails first time for the ibc integration tests * add changelog * split ibc relayer and ibc tests * specify hermes version * improve ci logs for relayer integration tests * reset balance output --------- Co-authored-by: Pantani <Pantani> Co-authored-by: Julien Robert <[email protected]> (cherry picked from commit 9179104) * Update changelog.md --------- Co-authored-by: Danilo Pantani <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…ckport #4072) (#4085) * chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.1.1 to 8.2.0 (#4072) * chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.1.1 to 8.2.0 Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v8.2.0/CHANGELOG.md) - [Commits](cosmos/ibc-go@v8.1.1...v8.2.0) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Danilo Pantani <[email protected]> (cherry picked from commit 97f87c4) # Conflicts: # go.sum # ignite/templates/app/files/go.mod.plush * fix conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]>
* ci: don't fail fast * comments (cherry picked from commit 0018c38) Co-authored-by: Julien Robert <[email protected]>
julienrbrt
force-pushed
the
julien/cherry-pick-3770
branch
from
May 3, 2024 08:22
c06116e
to
2d27059
Compare
toschdev
approved these changes
May 3, 2024
This was referenced May 7, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Cherry-pick xast package from #3770 to be used in the wasm and rollkit app.