foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
7.86k stars 1.56k forks source link

Support eth_getRawTransactionByHash #8278

Closed Theo- closed 3 days ago

Theo- commented 3 days ago

Component

Anvil

Describe the feature you would like

Support the basic eth_getRawTransactionByHash request from a typical Ethereum RPC.

Description of the method request/response: https://docs.chainstack.com/reference/base-getrawtransactionbyhash

Additional context

Required for some of our internal testing.

Theo- commented 3 days ago

I realized this might have just been built but not released yet? https://github.com/foundry-rs/foundry/pull/8162

Edit: it works on latest version