-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Make SealedBlock.header field private #13640
Labels
A-sdk
Related to reth's use as a library
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Comments
Hi @mattsse, can I take this? |
hi, i am doing it |
Could I be assigned to this? |
Gm gm! I would love to work on this! I have some experience in Rust and have contributed to projects like Starknet Foundry and dojo. This would be my first time contributing to Reth! |
Is it okay if I take this? |
Could I be assigned to this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sdk
Related to reth's use as a library
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
ref #13626
some progress has been made here #13633
we need to only go through functions or the deref when accessing header fields so we can easily change
SealedBlock
internals.TODO
I find the easiest way to do this is
cargo clippy --bin op-reth --workspace --lib --examples --tests --locked --features "optimism"
Additional context
No response
The text was updated successfully, but these errors were encountered: