-
Notifications
You must be signed in to change notification settings - Fork 697
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
deps: update several things at once (sdk, ibc-go, btcd) #2498
deps: update several things at once (sdk, ibc-go, btcd) #2498
Conversation
This PR doesn't work on top of main without bumping comet, which we cannot do because of cometbft/cometbft#773, therefore I'll make this PR a draft, it will most likely be closed. |
The comet issue is not a problem after @MSalopek debugged, I've re-bumped comet to 0.24.28 |
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.
LGTM!
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.
LGTM, but before we deploy this, I'd really like @glnro @yaruwangway and @mmulji-ic to double check our removal of those replace statements
* bumps * ibc-go * ibc-go v4.4.0 * downgrade ICS back to v1.1.1 * Update CHANGELOG.md * downgrade comet to 0.34.27 * bump comet again * Update CHANGELOG.md --------- Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> (cherry picked from commit 4991414) # Conflicts: # go.mod # go.sum
…) (#2503) * deps: update several things at once (sdk, ibc-go, btcd) (#2498) * bumps * ibc-go * ibc-go v4.4.0 * downgrade ICS back to v1.1.1 * Update CHANGELOG.md * downgrade comet to 0.34.27 * bump comet again * Update CHANGELOG.md --------- Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> (cherry picked from commit 4991414) # Conflicts: # go.mod # go.sum * fix conflicts --------- Co-authored-by: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com>
LGTM |
Credit to @faddat, original PR here #2490. I just needed to add shaspitz@e2324f2 to make the work mergable
Description
This PR bumps to
And removes some replace statements
Comet stays at 0.34.27 because 0.34.28 seems to have an issue with halting under certain conditions, and 0.34.27 is used by IBC 4.4.0.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change