Skip to content

Commit

Permalink
Change default eth_getProof to 100k (#10400)
Browse files Browse the repository at this point in the history
The default range for `eth_getProof` seems be the past 100k blocks
instead of 1k as per
https://github.com/ledgerwatch/erigon/blob/36b331100e7b31cf4b7469c00412bc0ebcdb610d/cmd/utils/flags.go#L515
  • Loading branch information
akegaviar committed May 18, 2024
1 parent bb3685a commit da83367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rpcdaemon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ The following table shows the current implementation status of Erigon's RPC daem
| eth_signTransaction | - | not yet implemented |
| eth_signTypedData | - | ???? |
| | | |
| eth_getProof | Yes | Limited to last 1000 blocks |
| eth_getProof | Yes | Limited to last 100000 blocks |
| | | |
| eth_mining | Yes | returns true if --mine flag provided |
| eth_coinbase | Yes | |
Expand Down

0 comments on commit da83367

Please sign in to comment.