Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate impl using tonic & jsonrpsee #4760

Open
sydhds opened this issue Oct 8, 2024 · 0 comments
Open

Separate impl using tonic & jsonrpsee #4760

sydhds opened this issue Oct 8, 2024 · 0 comments

Comments

@sydhds
Copy link
Contributor

sydhds commented Oct 8, 2024

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant