-
Notifications
You must be signed in to change notification settings - Fork 443
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
Added some more data fields for block collector #24
base: main
Are you sure you want to change the base?
Conversation
If we are adding more data fields, is returning the whole block as |
Agree with @pistomat, let's make this a |
…ature/extra-data-on-blocks
Added block to new_block as subitem
Okay, added |
@FrankieIsLost was revisiting some old PRs, is this still merge-worthy or close? |
A PR for adding more data fields into the block creator. I think it would be beneficial if we had the base_fee_per_gas, the total gas, timestamp, and the extra_data of the block being collected.
Open question:
I've set the base fee to be 0 for blocks previous to London. Maybe there's a cleaner way to do this.
P.S.: I'm new to rust and the library, so I wanted to draft a small PR as I learn and explore Artemis further.