refactor: protocols rather than Rust-specific implementations in abstraction names #991
Replies: 3 comments 3 replies
-
|
I like Also, separate but related thought - should we break out complete Client PRC implementations into separate crates? Maybe something like |
Beta Was this translation helpful? Give feedback.
-
|
I agree with this suggestion. Renaming |
Beta Was this translation helpful? Give feedback.
-
|
Should the same be done for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following Miden tutorials, specifically the initial client setup) and for a rpc it uses
I would suggest renaming
TonicRpcClienttoGrpcRpcClient(or simplyGrpcClient) to be agnostic to language-specific things for future uniformity with clients in other languages (ideally, in future all abstractions across implementations should be mapped 1-1) and to highlight a "transport" protocol (e.g.grpc,jsonrpcetc) rather than a specific implementation (namely,toniccrate).Beta Was this translation helpful? Give feedback.
All reactions