Rpc to return software version (#5456)

* Add getSoftwareVersion rpc

* Add getSoftwareVersion to doc

* Rename to getVersion and return object

* Update jsonrpc-api.md
This commit is contained in:
Tyera Eulberg
2019-08-07 20:06:27 -06:00
committed by GitHub
parent 8231d2b672
commit 5b51bb27b6
4 changed files with 72 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ pub mod test_tx;
pub mod tpu;
pub mod tvu;
pub mod validator;
pub(crate) mod version;
pub mod weighted_shuffle;
pub mod window_service;