kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
376 stars 119 forks source link

Implement 2 gPRC missing methods #307

Closed tiram88 closed 8 months ago

tiram88 commented 8 months ago

The gRPC server and client get genuine implementations of RPC methods GetServerInfo and GetSyncStatus which were previously indirectly available in the client by deriving fields from other method calls.