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

renamed prev_state_root in DoBlockRequest to prev_block_hash #55

Closed
wants to merge 7 commits into from

Conversation

akansjain
Copy link

In crates/astria-proto/proto/astria/execution/v1/execution.proto, there is a the gRPC method DoBlockRequest has a field called prev_state_root but what's actually passed here is the parent block hash, and should be called prev_block_hash.

Therefore, field prev_state_root is renamed to prev_block_hash in DoBlockRequest.

@akansjain
Copy link
Author

Hey @noot ,
Please review my PR.

@joroshiba
Copy link
Member

Thanks for the contribution, can you also update astria-conductor to use the new grpc as well here

Co-authored-by: noot <36753753+noot@users.noreply.github.com>
@joroshiba joroshiba linked an issue Jun 12, 2023 that may be closed by this pull request
@noot
Copy link
Collaborator

noot commented Jul 4, 2023

closing due to staleness

@noot noot closed this Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename prev_state_root in DoBlockRequest to prev_block_hash
3 participants