Add more eth_ getraw transactions functions #6760
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
TODO
Add missing eth functions:
eth_getRawTransactionByBlockNumberAndIndex
: https://github.com/ethereum/go-ethereum/blob/b590cae89232299d54aac8aada88c66d00c5b34c/internal/ethapi/api.go#L1592-L1592eth_getRawTransactionByBlockHashAndIndex
: https://github.com/ethereum/go-ethereum/blob/b590cae89232299d54aac8aada88c66d00c5b34c/internal/ethapi/api.go#L1600-L1600eth_getRawTransactionByHash
: https://github.com/ethereum/go-ethereum/blob/b590cae89232299d54aac8aada88c66d00c5b34c/internal/ethapi/api.go#L1648-L1648Note for
eth_getRawTransactionByHash
and blob tx this needs to include the blobs:reth/crates/transaction-pool/src/traits.rs
Lines 218 to 222 in 761c707
Similar to
reth/crates/rpc/rpc/src/debug.rs
Lines 637 to 639 in 761c707
but here:
reth/crates/rpc/rpc-api/src/eth.rs
Lines 96 to 98 in 761c707
fyi @loocapro
Additional context
No response
The text was updated successfully, but these errors were encountered: