Anton Kaliaev
7fd51e6ade
make govet linter pass ( #3292 )
* make govet linter pass
Refs #3262
* close PipeReader and check for err
6 years ago
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
Dev Ojha
4039276085
remove unnecessary "crypto" import alias ( #2940 )
6 years ago
bradyjoestar
ed08ae7321
[tm-monitor] use pubkey.Equals() func instead of raw `==` ( #2221 )
6 years ago
Anton Kaliaev
270659f03f
make Block Header and Data non-pointers
make BlockMeta Header a non-pointer
Refs #693
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
db419a308e
Fix unable to query status endpoint issue. ( #103 )
* Fix unable to query status endpoint issue.
* Revert "Fix unable to query status endpoint issue."
This reverts commit 73f02cdaea
.
* Replace amino unsafe tag for float fields.
6 years ago
Yelong Zhang
92102a84dc
upgrade tendermint to v0.19.0 ( #88 )
* upgrade tendermint to v0.19.0
* rm test
* typo fix
* rm test
7 years ago
Anton Kaliaev
5a211ff791
[monitor] move to int64 for height
7 years ago
Anton Kaliaev
585b163d94
[monitor] fix linter error
7 years ago
zhangyelong
d42a308887
dependency upgrade
7 years ago
Anton Kaliaev
330f38a77a
[tm-monitor] update WSClient
7 years ago
Anton Kaliaev
9181822f65
[tm-monitor] update deps
7 years ago
Ethan Buchman
309812389a
[tm-monitor] update to tendermint 0.10.0
8 years ago
Ethan Buchman
ec2e1d4460
update tm-monitor glide to develop
8 years ago
Anton Kaliaev
3044f66ba9
[tm-monitor] now EventMeter can be restarted multiple times (Refs #6 )
with one caveat: go-common and go-rpc need to be updated as well
8 years ago
Anton Kaliaev
c053c15231
[tm-monitor] only restart EventMeter
8 years ago
Anton Kaliaev
6e00ce9bbd
[tm-monitor] fix blocking issue
as you can see the mistake is that we listen for quit instead of closing
it.
8 years ago
Anton Kaliaev
dee06a92d9
[tm-monitor] rewrite eventmeter to use go-kit/log
8 years ago
Anton Kaliaev
31a54b0840
[tm-monitor] extract lib to monitor/ dir
because tm-bench needs these structures
8 years ago
Anton Kaliaev
df98d5e1af
merge go-event-meter into tm-monitor (Refs #4 )
https://github.com/tendermint/go-event-meter
8 years ago
Anton Kaliaev
5c9ec9344a
tests for node and monitor
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