We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
consensus, eips, genesis
currently we don't have a block type in the consensus crate
ref
https://github.com/paradigmxyz/reth/blob/97cc9dd8ecaaf7ebfa0b401ed080da28dc791376/crates/primitives/src/block.rs#L28-L48
this type should be structured slightly differently, so that there's a body container struct that wraps transactions, requests, withdrawals
which is this type
https://github.com/paradigmxyz/reth/blob/97cc9dd8ecaaf7ebfa0b401ed080da28dc791376/crates/primitives/src/block.rs#L557-L566
No response
The text was updated successfully, but these errors were encountered:
Closed by #1319
Sorry, something went wrong.
No branches or pull requests
Component
consensus, eips, genesis
Describe the feature you would like
currently we don't have a block type in the consensus crate
ref
https://github.com/paradigmxyz/reth/blob/97cc9dd8ecaaf7ebfa0b401ed080da28dc791376/crates/primitives/src/block.rs#L28-L48
this type should be structured slightly differently, so that there's a body container struct that wraps transactions, requests, withdrawals
which is this type
https://github.com/paradigmxyz/reth/blob/97cc9dd8ecaaf7ebfa0b401ed080da28dc791376/crates/primitives/src/block.rs#L557-L566
Additional context
No response
The text was updated successfully, but these errors were encountered: