chainbound / bolt

Bolt: permissionless proposer commitments on Ethereum
https://chainbound.github.io/bolt-docs/
MIT License
49 stars 14 forks source link

Add get transaction by hash for client rpc #195

Closed Nomad-Free-Talent closed 1 month ago

Nomad-Free-Talent commented 1 month ago

Added eth_getTransactionByHash to the client rpc.

To test it try the following command. The Anvil must be available from $PATH

cargo test test_get_transaction_by_hash