[pallet-revive] Support blocktag in eth_getLogs RPC (#7879)
Support "latest" blocktag in ethGetLogs from_block and to_block
parameters
This is not in specs
(https://github.com/ethereum/execution-apis/blob/main/src/schemas/filter.yaml#L17)
but defined and used by 3rd parties and in some other reference docs
See
https://docs.metamask.io/services/reference/ethereum/json-rpc-methods/eth_getlogs/
---------
Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
a71a701c
Showing
- prdoc/pr_7879.prdoc 11 additions, 0 deletionsprdoc/pr_7879.prdoc
- substrate/frame/revive/rpc/src/receipt_provider/db.rs 28 additions, 12 deletionssubstrate/frame/revive/rpc/src/receipt_provider/db.rs
- substrate/frame/revive/src/evm/api/rpc_types_gen.rs 2 additions, 2 deletionssubstrate/frame/revive/src/evm/api/rpc_types_gen.rs
Please register or sign in to comment