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

[feat] update block RLP fetching for Dencun #30

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

jonathanpwang
Copy link
Contributor

No ZK circuit changes were made.

We update the get_block_rlp function in axiom_eth::providers::block
so it will correctly calculate the RLP of blocks with the new fields
from EIP-4844 and EIP-4788. We must fetch these fields from the
block.other BTreeMap since ethers-rs has also not updated to handle
these.

No ZK circuit changes were made.

We update the `get_block_rlp` function in `axiom_eth::providers::block`
so it will correctly calculate the RLP of blocks with the new fields
from EIP-4844 and EIP-4788. We must fetch these fields from the
`block.other` BTreeMap since `ethers-rs` has also not updated to handle
these.
@jonathanpwang jonathanpwang merged commit 17a52a8 into main Mar 12, 2024
2 checks passed
@jonathanpwang jonathanpwang deleted the feat/dencun-provider-block branch March 12, 2024 04:14
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

Successfully merging this pull request may close these issues.

1 participant