Dave Hrycyszyn
|
62f4c8bebd
|
validator: import the abci interface for use by the runner
|
2020-01-29 11:34:49 +00:00 |
|
Dave Hrycyszyn
|
7a68499c11
|
validator: easier log level switches
|
2020-01-29 11:34:18 +00:00 |
|
Dave Hrycyszyn
|
ef64871f78
|
validator: adding an async start() method to abci network interface
|
2020-01-29 11:33:47 +00:00 |
|
Dave Hrycyszyn
|
81ed98d3ec
|
validator: pulling all log levels into main
|
2020-01-29 11:33:23 +00:00 |
|
Dave Hrycyszyn
|
e63012d979
|
validator: removed separate "tm" command
|
2020-01-29 09:33:38 +00:00 |
|
Dave Hrycyszyn
|
17a513d5fb
|
validator: Tendermint ABCI works with Validator struct.
|
2020-01-29 09:31:01 +00:00 |
|
Dave Hrycyszyn
|
ae7c1467ae
|
validator: simplifying structure of networking interface files
|
2020-01-29 09:26:08 +00:00 |
|
Dave Hrycyszyn
|
4ab9b8414d
|
Removing the validator folder, having two seems overly nested
|
2020-01-29 08:49:13 +00:00 |
|
Dave Hrycyszyn
|
79f9372ebb
|
validator: banging structure around a bit
|
2020-01-29 08:46:09 +00:00 |
|
Dave Hrycyszyn
|
473c5cd43d
|
validator: using info logging
|
2020-01-29 08:20:06 +00:00 |
|
Dave Hrycyszyn
|
b20555c622
|
validator: slight comment change
|
2020-01-28 13:31:13 +00:00 |
|
Dave Hrycyszyn
|
742c428a25
|
validator: sample tendermint counter app is breathing.
|
2020-01-28 13:28:42 +00:00 |
|
Jedrzej Stuczynski
|
b0e5f7c808
|
Validator using new healthcheck + added identity key
|
2020-01-27 17:11:28 +00:00 |
|
Dave Hrycyszyn
|
b5e2f9fca8
|
all: adding dotenv to all binary crates
|
2020-01-22 17:27:30 +00:00 |
|
Dave Hrycyszyn
|
ac61196fc6
|
all: initializing logger at start
|
2020-01-22 16:34:42 +00:00 |
|
Jedrzej Stuczynski
|
315ece38ae
|
Temporarily moved healthcheck from validator to separate common crate
|
2020-01-14 10:44:05 +00:00 |
|
Dave Hrycyszyn
|
d92cee59a0
|
validator: removing scary comment in main()
|
2020-01-13 17:36:30 +00:00 |
|
Jedrzej Stuczynski
|
ee32b97fbb
|
Compiler warning
|
2020-01-13 17:01:05 +00:00 |
|
Jedrzej Stuczynski
|
ee1a0033ac
|
Sorting NodeScores before printing
|
2020-01-13 16:54:58 +00:00 |
|
Jedrzej Stuczynski
|
a615dacf64
|
Defined Ord (+ required traits) for NodeScore
|
2020-01-13 16:54:40 +00:00 |
|
Jedrzej Stuczynski
|
05ca3e147f
|
Using the new updated healthchecker
|
2020-01-13 15:26:12 +00:00 |
|
Jedrzej Stuczynski
|
0b1bae6ea1
|
Formatting
|
2020-01-13 15:25:52 +00:00 |
|
Jedrzej Stuczynski
|
c056485471
|
resolving all available paths
|
2020-01-13 15:25:31 +00:00 |
|
Jedrzej Stuczynski
|
d152d0fd12
|
Sending all tests packets before trying to resolve them
|
2020-01-13 15:25:02 +00:00 |
|
Jedrzej Stuczynski
|
5bc5974bdb
|
Conversion of vec of pub keys into unique path id and vice verse
|
2020-01-13 15:23:56 +00:00 |
|
Jedrzej Stuczynski
|
5e870e4c8a
|
ibid.
|
2020-01-13 15:23:20 +00:00 |
|
Jedrzej Stuczynski
|
8178d505c3
|
PathChecker holding mapping of paths to their statuses
|
2020-01-13 15:23:06 +00:00 |
|
Jedrzej Stuczynski
|
78a52df0ec
|
Assertion on maximum number of iterations
|
2020-01-13 15:22:26 +00:00 |
|
Jedrzej Stuczynski
|
0ecab55959
|
Added itertools
|
2020-01-13 15:21:28 +00:00 |
|
Jedrzej Stuczynski
|
b3f056b933
|
More informative error message
|
2020-01-13 15:20:47 +00:00 |
|
Jedrzej Stuczynski
|
520973b578
|
Using resolution timeout as part of healtchecker
|
2020-01-13 15:20:33 +00:00 |
|
Jedrzej Stuczynski
|
d4ab7f96f1
|
Separated increasing packet count into explicit sent and received
|
2020-01-13 15:19:47 +00:00 |
|
Jedrzej Stuczynski
|
911ab8ff4c
|
Added resolution timeout to healthcheck config
|
2020-01-13 10:58:55 +00:00 |
|
Jedrzej Stuczynski
|
4b7971899c
|
Actually sending test packets through network (not retrieving status yet)
|
2020-01-10 16:54:49 +00:00 |
|
Jedrzej Stuczynski
|
7045d76039
|
Using correct case for existence in hashmap
|
2020-01-10 16:09:22 +00:00 |
|
Jedrzej Stuczynski
|
90266175a1
|
Removed some unused imports
|
2020-01-10 16:06:41 +00:00 |
|
Jedrzej Stuczynski
|
c810d0d957
|
Async registration at all available providers
|
2020-01-10 16:05:55 +00:00 |
|
Jedrzej Stuczynski
|
52054f8b46
|
PathChecker constructor returning result type
|
2020-01-10 15:25:07 +00:00 |
|
Jedrzej Stuczynski
|
489c806292
|
Split healthchecker into multiple files
|
2020-01-10 15:20:49 +00:00 |
|
Jedrzej Stuczynski
|
25575b4598
|
Running healthcheck specified number of times
|
2020-01-10 15:01:12 +00:00 |
|
Jedrzej Stuczynski
|
769598d40a
|
Added layer information to healthcheck
|
2020-01-10 14:56:50 +00:00 |
|
Jedrzej Stuczynski
|
227f69befb
|
Fixed compilation errors
|
2020-01-10 14:50:30 +00:00 |
|
Jedrzej Stuczynski
|
7f6f366e51
|
Logic for calculating health
|
2020-01-09 18:01:28 +00:00 |
|
Jedrzej Stuczynski
|
4d997ef03b
|
Using new methods on NodeAddressBytes from sphinx
|
2020-01-09 17:17:50 +00:00 |
|
Jedrzej Stuczynski
|
65042e7210
|
Storing node key as bytes rather than string
|
2020-01-09 16:42:15 +00:00 |
|
Jedrzej Stuczynski
|
89e17b0ffa
|
Added number of test packets to healthcheck config
|
2020-01-09 16:30:56 +00:00 |
|
Jedrzej Stuczynski
|
6e52afef79
|
Method for modyfing node score count of packets sent and received
|
2020-01-09 16:26:01 +00:00 |
|
Jedrzej Stuczynski
|
a37d9aedc4
|
Changed NodeScore constructors
|
2020-01-09 16:24:29 +00:00 |
|
Jedrzej Stuczynski
|
fbd1f05eb9
|
Moved score calculation to HealthCheckResult
|
2020-01-09 16:21:11 +00:00 |
|
Jedrzej Stuczynski
|
3efbea8263
|
error log on failure to format addresses
|
2020-01-09 16:17:47 +00:00 |
|