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
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
zhangzheng
bbf15b3d09
tm-monitor: update health after we added / removed node ( #2694 )
Refs #2693
6 years ago
bradyjoestar
ed08ae7321
[tm-monitor] use pubkey.Equals() func instead of raw `==` ( #2221 )
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