mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
feat: tx forwarder
eth_sendRawTransaction will forward transactions into --upstream-rpc-url, if specified in cli args.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user