-
Notifications
You must be signed in to change notification settings - Fork 655
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
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.4 #5872
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.4 #5872
Conversation
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.3 to 0.50.4. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.4/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@v0.50.3...v0.50.4) --- updated-dependencies: - dependency-name: github.com/cosmos/cosmos-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
getting a stack overflow in wasm tests but can't repro locally so far https://github.com/cosmos/ibc-go/actions/runs/7975079377/job/21772420213?pr=5872#step:4:416 lets keep this on hold for a sec |
I was able to reproduce locally. |
It's a recursive loop introduced by my PR this morning: #5870 Adding the I will comment out the test in this PR and push another fix to main to extract out this test or refactor it to not run into this |
Side note, could we make wasm tests required to pass when they are run? |
yea! Feel free to do in your PR for tweaking the test if you want. |
♾️ |
#5878 there's a fix here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine with rebasing after #5878, dropping approval for time being
wait for #5883 for all CI to pass I think edit: I can revert the commented out test code and fix it up when ready |
Bumps github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.4.
Release notes
Sourced from github.com/cosmos/cosmos-sdk's releases.
Changelog
Sourced from github.com/cosmos/cosmos-sdk's changelog.
Commits
7dbed2f
Merge pull request from GHSA-4j93-fm92-rp4m18ea4c5
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-b...55807a2
build(deps): Bump github.com/cosmos/iavl from 1.0.0 to 1.0.1 (#19464)cc0b5c4
build(deps): bump to cosmossdk.io/api v0.7.3 (#19376)aef27e3
chore: prepare v0.50.4 (#19432)c122a3d
feat(server): in-place testnet creator (backport #19280) (#19405)fe2f853
fix(simapp): fix default home (backport #19393) (#19399)e738785
fix: avoid cli redundant log in stdout (backport #19371) (#19375)859b414
build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (#19358)2b47327
fix: Set headerInfo in context on setState (backport #19338) (#19342)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)