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 |
bradyjoestar
|
f5f1416a14
|
json2wal: increase reader's buffer size (#3147)
```
panic: failed to unmarshal json: unexpected end of JSON input
goroutine 1 [running]:
main.main()
/root/gelgo/src/github.com/tendermint/tendermint/scripts/json2wal/main.go:66 +0x73f
```
Closes #3146
|
6 years ago |
Zarko Milosevic
|
7b88172f41
|
Implement BFT time (#2203)
* Implement BFT time
* set LastValidators when creating state in state helper
for heights >= 2
|
6 years ago |
Anton Kaliaev
|
eb98f1c3a9
|
add missing changelog entries (#2224)
|
6 years ago |
bradyjoestar
|
785786bec4
|
add json2wal & fix wal2json (#2196)
* add json2wal & fix wal2json
* fix bug
* Update main.go
* add wal2JsonTest file
* Delete wal2JsonTest
|
6 years ago |