-
Notifications
You must be signed in to change notification settings - Fork 289
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
chore!: bump sdk and core #1912
Conversation
app/square_size.go
Outdated
@@ -14,7 +14,7 @@ func (app *App) GovSquareSizeUpperBound(ctx sdk.Context) int { | |||
// of the sdk and comet that have full support of PreparePropsoal, although | |||
// celestia-app does not currently use those. see this PR for more | |||
// details https://github.com/cosmos/cosmos-sdk/pull/14505 |
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.
is this comment still accurate? Specifically the "are not >= 1
." part?
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.
good point! 10908b4
// BeginBlock of the first block. This is remedied in versions of the sdk | ||
// and comet that have full support of PreparePropsoal, although | ||
// celestia-app does not currently use those. see this PR for more details | ||
// https://github.com/cosmos/cosmos-sdk/pull/14505 |
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.
Are we going to port this across?
Codecov Report
@@ Coverage Diff @@
## main #1912 +/- ##
=======================================
Coverage 21.21% 21.21%
=======================================
Files 120 120
Lines 13694 13694
=======================================
Hits 2905 2905
Misses 10499 10499
Partials 290 290
|
Overview
bumps to our forks of the cosmos-sdk and comet to their latest versions. This is consensus breaking because an event was modified in the sdk, although that event may or may not have gotten hit on mocha-2 already.
blocked by celestiaorg/cosmos-sdk#326, celestiaorg/cosmos-sdk#324, celestiaorg/celestia-core#1021