Thane Thomson
|
a335caaedb
|
alias amino imports (#3219)
As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041
This is the result of running the following code on the repo:
```bash
find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w
```
|
6 years ago |
Zach
|
8ce588d984
|
fixes for tools repo merge (#1945)
fixes for tools repo merge (#1943)
|
6 years ago |
Zach Ramsay
|
2f4ab0c068
|
mv tools files to tools repo
|
6 years ago |
rao yunkun
|
a12785aa60
|
[tm-monitor] fixed online status not changing issue. (#99)
* [tm-monitor] fixed online status not changing issue.
* Refactor UpdateNodeStatus.
|
7 years ago |
Anton Kaliaev
|
5a211ff791
|
[monitor] move to int64 for height
|
7 years ago |
Anton Kaliaev
|
445ddbf040
|
[monitor] fix data races!
|
7 years ago |
Ethan Buchman
|
309812389a
|
[tm-monitor] update to tendermint 0.10.0
|
8 years ago |
Anton Kaliaev
|
4ae36d4e76
|
[tm-monitor] preserve nodes ordering (Fixes #11)
|
8 years ago |
Anton Kaliaev
|
31a54b0840
|
[tm-monitor] extract lib to monitor/ dir
because tm-bench needs these structures
|
8 years ago |
Anton Kaliaev
|
975807c744
|
fix Health calculation logic
|
8 years ago |
Anton Kaliaev
|
5c9ec9344a
|
tests for node and monitor
|
8 years ago |
Anton Kaliaev
|
069c870614
|
differentiate between monitored nodes and nodes in a cluster
|
8 years ago |
Anton Kaliaev
|
8c6ae55bd0
|
set network's `NumValidators` and node's `IsValidator`
|
8 years ago |
Anton Kaliaev
|
d3b54b204f
|
tm-monitor 0.1.0
|
8 years ago |