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

Missing 'baseFeePerGas' in Block Headers #2549

Closed
mdben1247 opened this issue Aug 18, 2021 · 2 comments
Closed

Missing 'baseFeePerGas' in Block Headers #2549

mdben1247 opened this issue Aug 18, 2021 · 2 comments

Comments

@mdben1247
Copy link

System information

Erigon version: 2021.08.2-alpha
OS & Version: Linux

Expected behaviour

When doing eth_subscribe with newHeads, block headers should include baseFeePerGas. At least OE seems to work that way, see:
https://github.com/openethereum/openethereum/blob/5d9ff63043bb5986a8045935f1a25e2bfa6239fd/crates/rpc/src/v1/types/block.rs#L134

Actual behaviour

Field baseFeePerGas in missing in streamed block headers.

@AskAlexSharov
Copy link
Collaborator

AskAlexSharov commented Aug 18, 2021

fix is likely here #2550
@mdben1247 help me to check pls

@mdben1247
Copy link
Author

yes, it works with the fix provided

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

No branches or pull requests

2 participants