-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the new base node gRPC call 'get_network_state' to `fn get_network_hash_rate_and_block_reward` that returns all required base node statuses in a single call. 'MinerMetrics' now has additional members - 'initial_sync_achieved' (previously 'is_synced') - 'failed_checkpoints' - 'base_node_state' and also provides a method 'MinerMetrics::is_synced()' that will return the is-synced status based on the 'base_node_state'.
- Loading branch information
1 parent
71b0d19
commit 866b7a0
Showing
7 changed files
with
149 additions
and
167 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.