massa icon indicating copy to clipboard operation
massa copied to clipboard

Separate impl using tonic & jsonrpsee

Open sydhds opened this issue 4 months ago • 0 comments

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"

sydhds avatar Oct 08 '24 08:10 sydhds