1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-25 09:11:56 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Anton Kaliaev
7fd51e6ade make govet linter pass ()
* make govet linter pass

Refs 

* close PipeReader and check for err
2019-02-11 16:31:34 +04:00
Thane Thomson
a335caaedb alias amino imports ()
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
```
2019-01-28 16:13:17 +04:00
Dev Ojha
4039276085 remove unnecessary "crypto" import alias () 2018-11-28 23:53:04 +04:00
bradyjoestar
ed08ae7321 [tm-monitor] use pubkey.Equals() func instead of raw == () 2018-08-14 18:57:48 +04:00
Anton Kaliaev
270659f03f make Block Header and Data non-pointers
make BlockMeta Header a non-pointer

Refs 
2018-07-13 12:05:54 +04:00
Zach
8ce588d984 fixes for tools repo merge ()
fixes for tools repo merge ()
2018-07-10 16:42:27 -04:00
Zach Ramsay
2f4ab0c068 mv tools files to tools repo 2018-07-10 11:15:39 -04:00