[Bug] Evaluate correctness of BlockNumberOrTag
versus BlockId
usage in RPC methods
#1134
Labels
BlockNumberOrTag
versus BlockId
usage in RPC methods
#1134
Component
rpc
What version of Alloy are you on?
No response
Operating System
macOS (Intel)
Describe the bug
According to the execution API documentation: https://ethereum.github.io/execution-apis/api-documentation/ it appears that some of the RPC methods support
BlockId
(the superset incl. block hashes) rather thanBlockNumberOrTag
(tag + block numbers).One of them is
alloy/crates/provider/src/provider/trait.rs
Lines 323 to 329 in c3ccf7e
Goal of this ticket would be to go through the RPC methods and evaluate + fix where we can use the
BlockId
superset over theBlockNumberOrTag
.The text was updated successfully, but these errors were encountered: