refactor: pull out rpc/ from net/rpc (#1147)

This commit is contained in:
Georgios Konstantopoulos
2023-02-02 14:17:26 -08:00
committed by GitHub
parent 1f64d8e9d7
commit e048718ea2
71 changed files with 24 additions and 24 deletions

View File

@ -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