nlordell / ethrpc-rs

Ethereum transport-agnositic JSON RPC implementation
Apache License 2.0
2 stars 2 forks source link

Add eth_getTransactionReceipt #4

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Introducing method to getTransactionReceipt documented as is here: https://ethereum.github.io/execution-apis/api-documentation/#eth_gettransactionreceipt

Note that this is based on main but depends a branch that has not yet been merged (so it looks weird and isn't passing CI). Once the other one hits main I will rebase.

bh2smith commented 1 year ago

Rebased on main and ready to go.

bh2smith commented 1 year ago

Thanks for the merge. I don't believe there are any other things involving receipt if you wanted to release update (I plan on using getBlockReceipts).

I will also start passing through and adding methods from the list alphabetically.