-
Notifications
You must be signed in to change notification settings - Fork 307
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
remove ISRs for now #723
remove ISRs for now #723
Conversation
- leave placeholder in proto files - comment out NID
Proto-breakage action is expected to fail as we regenerated the proto files (and removed a field). |
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.
yeeting ISRs
@@ -88,7 +88,7 @@ message Data { | |||
// This means that block.AppHash does not include these txs. | |||
repeated bytes txs = 1; | |||
|
|||
IntermediateStateRoots intermediate_state_roots = 2 [(gogoproto.nullable) = false]; | |||
// field number 2 is reserved for intermediate state roots |
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.
👍
{types.Tx(tmrand.Bytes(2150)), true}, | ||
{types.Tx(tmrand.Bytes(2152)), true}, |
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.
I'm not 100% sure about this, but I think it makes sense after a bit of digging
- leave placeholder in proto files - comment out NID
Description
Please add a description of the changes that this PR introduces and the files that
are the most critical to review.
Closes: #649