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

Commits on Mar 12, 2024

  1. feat: update block rlp fetching for Dencun

    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 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f41b58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e53be View commit details
    Browse the repository at this point in the history