feat: tx forwarder

eth_sendRawTransaction will forward transactions into --upstream-rpc-url, if specified in cli args.
This commit is contained in:
sprites0
2025-07-01 02:31:29 +00:00
parent 4136d9d50a
commit 39ae8ae9f8
5 changed files with 72 additions and 5 deletions

View File

@ -5,10 +5,10 @@ Heavily inspired by [reth-bsc](https://github.com/loocapro/reth-bsc).
## TODOs
- [ ] Make it compilable
- [x] Make it compilable
- [x] EVM
- [x] Storage
- [ ] TX forwarder API
- [x] TX forwarder API
- [x] Decide whether to include system txs, receipts in block or not
- [x] Downloader
- [x] S3 format (file)