Skip to content
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

Merged
merged 1 commit into from
Apr 15, 2022
Merged

remove ISRs for now #723

merged 1 commit into from
Apr 15, 2022

Conversation

liamsi
Copy link
Member

@liamsi liamsi commented Apr 14, 2022

  • 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

- leave placeholder in proto files
- comment out NID
@liamsi liamsi marked this pull request as ready for review April 14, 2022 16:27
@liamsi
Copy link
Member Author

liamsi commented Apr 14, 2022

Proto-breakage action is expected to fail as we regenerated the proto files (and removed a field).

@liamsi liamsi mentioned this pull request Apr 14, 2022
@adlerjohn adlerjohn added the C:types Component: types label Apr 14, 2022
Copy link
Member

@evan-forbes evan-forbes left a 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
Copy link
Member

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},
Copy link
Member

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

@liamsi liamsi merged commit fff2389 into v0.34.x-celestia Apr 15, 2022
@liamsi liamsi deleted the liamsi/remove_isrs branch April 15, 2022 08:01
evan-forbes added a commit that referenced this pull request Apr 26, 2022
- leave placeholder in proto files
- comment out NID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:types Component: types
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Consider removing unused types from block data
3 participants