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

op-reth: Enable eth_getProof inside authrpc #10010

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

0x00101010
Copy link
Contributor

For op-reth, op-challenger will periodically query op-node's outputAtBlock rpc in order to properly monitor and defend the fault dispute games.

outputAtBlock from op-node underlyingly calls eth_getProof, and while op-geth supports this function call inside authrpc scope, op-reth currently does not.

This PR aims to enable the eth_getProof rpc call within authrpc module.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems okay, doesn't hurt, because this endpoint is already authenticated

@mattsse mattsse enabled auto-merge August 1, 2024 23:52
@mattsse mattsse added C-enhancement New feature or request A-rpc Related to the RPC implementation labels Aug 1, 2024
@mattsse mattsse added this pull request to the merge queue Aug 1, 2024
Merged via the queue into paradigmxyz:main with commit db2ece8 Aug 2, 2024
33 checks passed
martinezjorge pushed a commit to martinezjorge/reth that referenced this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants