ChainSafe / ChainSafe/lodestar
Implement verified `eth_getTransactionReceipt` call in `@lodestar/prover`
Open
help wanted
meta-feature-request
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
### Problem description
Currently some other verified `eth_` calls are implemented[0] such as `eth_getBalance` and `eth_call`, but `eth_getTransaction` and `eth_getTransactionReceipt` are not
[0] Implemented verified requests:
https://github.com/ChainSafe/lodestar/tree/unstable/packages/prover/src/verified_requests
### Solution description
Implement a light client verified `eth_getTransactionReceipt` call
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.