-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * testing missing * added README disclaimer * replace stakerReward with poolReward (endpoint change) * found out logical flaw * README update * added BadStatusException and generic Exception catches to try-catch. Default seed lists are now Multichain endpoints. * readme * fix unit tests * addressed requested changes
- Loading branch information
1 parent
9fa5341
commit 8a99d7c
Showing
10 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"jsonrpc": "2.0", "id": "", "result": {"node_info": {"protocol_version": {"p2p": "7", "block": "10", "app": "0"}, "id": "36ddffb0b7e5fb013dda88e34f410fb619c8670e", "listen_addr": "tcp://0.0.0.0:26656", "network": "thorchain", "version": "0.32.9", "channels": "4020212223303800", "moniker": "local", "other": {"tx_index": "on", "rpc_address": "tcp://0.0.0.0:26657"}}, "sync_info": {"latest_block_hash": "DBEAA49A8FA0C601B1E43F4BF380ACE580A65DC0B626FCA83C440CCAC5678B03", "latest_app_hash": "F8AE0517FE02281C163591F60EF84D691FF52160AB1E961E31563B7F30DD64A4", "latest_block_height": "58773", "latest_block_time": "2020-04-23T04:26:15.472797738Z", "catching_up": false}, "validator_info": {"address": "5F5B897B5BA6F21FBB05D7C202DA30A0AE4B4972", "pub_key": {"type": "tendermint/PubKeyEd25519", "value": "1xcnwh+qkuRePR3kEVarDqo5OG5aI2qV+rtXLvAkjgc="}, "voting_power": "100"}}} | ||
{"jsonrpc": "2.0", "id": "", "result": {"node_info": {"protocol_version": {"p2p": "7", "block": "10", "app": "0"}, "id": "36ddffb0b7e5fb013dda88e34f410fb619c8670e", "listen_addr": "tcp://0.0.0.0:26656", "network": "thorchain", "version": "0.32.9", "channels": "4020212223303800", "moniker": "local", "other": {"tx_index": "on", "rpc_address": "tcp://0.0.0.0:26657"}}, "sync_info": {"latest_block_hash": "DBEAA49A8FA0C601B1E43F4BF380ACE580A65DC0B626FCA83C440CCAC5678B03", "latest_app_hash": "F8AE0517FE02281C163591F60EF84D691FF52160AB1E961E31563B7F30DD64A4", "latest_block_height": "58783", "latest_block_time": "2020-04-23T04:26:15.472797738Z", "catching_up": false}, "validator_info": {"address": "5F5B897B5BA6F21FBB05D7C202DA30A0AE4B4972", "pub_key": {"type": "tendermint/PubKeyEd25519", "value": "1xcnwh+qkuRePR3kEVarDqo5OG5aI2qV+rtXLvAkjgc="}, "voting_power": "100"}}} |
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