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
Erigon version: 2021.08.2-alpha OS & Version: Linux
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
eth_subscribe
newHeads
baseFeePerGas
Field baseFeePerGas in missing in streamed block headers.
The text was updated successfully, but these errors were encountered:
fix is likely here #2550 @mdben1247 help me to check pls
Sorry, something went wrong.
yes, it works with the fix provided
No branches or pull requests
System information
Erigon version: 2021.08.2-alpha
OS & Version: Linux
Expected behaviour
When doing
eth_subscribe
withnewHeads
, block headers should includebaseFeePerGas
. 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.The text was updated successfully, but these errors were encountered: