mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: pull out rpc/ from net/rpc (#1147)
This commit is contained in:
committed by
GitHub
parent
1f64d8e9d7
commit
e048718ea2
@ -46,11 +46,11 @@ These crates are related to networking (p2p and RPC), as well as networking prot
|
||||
|
||||
#### RPC
|
||||
|
||||
- [`net/rpc-api`](../../crates/net/rpc-api): RPC traits
|
||||
- [`net/rpc-api`](../../crates/rpc/rpc-api): RPC traits
|
||||
- Supported transports: HTTP, WS, IPC
|
||||
- Supported namespaces: `eth_`, `engine_`, `debug_`
|
||||
- [`net/rpc`](../../crates/net/rpc): Implementation of all ETH JSON RPC traits defined in `rpc-api`.
|
||||
- [`net/rpc-types`](../../crates/net/rpc-types): Types relevant for the RPC endpoints above, grouped by namespace
|
||||
- [`net/rpc`](../../crates/rpc/rpc): Implementation of all ETH JSON RPC traits defined in `rpc-api`.
|
||||
- [`net/rpc-types`](../../crates/rpc/rpc-types): Types relevant for the RPC endpoints above, grouped by namespace
|
||||
|
||||
#### Downloaders
|
||||
|
||||
@ -84,4 +84,4 @@ Small utility crates.
|
||||
[libmdbx-rs]: https://crates.io/crates/libmdbx
|
||||
[discv4]: https://github.com/ethereum/devp2p/blob/master/discv4.md
|
||||
[jsonrpsee]: https://github.com/paritytech/jsonrpsee/
|
||||
[tracing]: https://crates.io/crates/tracing
|
||||
[tracing]: https://crates.io/crates/tracing
|
||||
|
||||
Reference in New Issue
Block a user