massa
massa copied to clipboard
Separate impl using tonic & jsonrpsee
Both tonic (use for massa grpc) and jsonrpsee (for json-rpc) use the following crates:
- http
- hyper
- tower crates
Would be nice to separate the code using those in separate crates (inside the massa-workspace) so we could update the versions (tonic or jsonrpsee) easily & separately.
Note:
- massa-metrics also uses the crate "hyper"