NebraLtd / hm-pyhelper

A helper module used across various Nebra repos to reduce redundant features.
https://nebra.io/hmpyhelper
MIT License
8 stars 16 forks source link

Incorporate gateway-rs api changes #179

Open pritamghanghas opened 2 years ago

pritamghanghas commented 2 years ago

Verify all API changes in gateway-rs grpc and modify hm-pyhelper's gateway_grpc client accordingly. Remove the current method of extracting version from dpkg won't work as the client side which will be mostly diagnostic container will not have the gateway-rs installed. The height_res message also returns the connected gateway's miner version, include this in summary. we keep it similar to info cli method.

Acceptance Criterion