Jernej Kos
99b9c9bf60
types: Emit tags from BeginBlock/EndBlock ( #2747 )
This commit makes both EventNewBlock and EventNewBlockHeader emit tags
on the event bus, so subscribers can use them in queries.
6 years ago
ValarDragon
c798702764
crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey
6 years ago
ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
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
Zach
47256cfda2
update ports from 466* to 266* ( #104 )
* updates ports from 466* to 266*
* missed a port
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
2f1c7a3646
[monitor] make linters happy
7 years ago
Anton Kaliaev
9667e027f3
[tm-monitor] fix TestNodeConnectionLost test
7 years ago
Anton Kaliaev
9181822f65
[tm-monitor] update deps
7 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
f7f64a58d6
[tm-monitor] rename netmon to tools
8 years ago
Anton Kaliaev
5c9ec9344a
tests for node and monitor
8 years ago
Anton Kaliaev
d3b54b204f
tm-monitor 0.1.0
8 years ago