1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-04-30 01:02:13 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
bradyjoestar
f5f1416a14 json2wal: increase reader's buffer size ()
```
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 
2019-01-18 12:09:12 +04:00
Zarko Milosevic
7b88172f41 Implement BFT time ()
* Implement BFT time

* set LastValidators when creating state in state helper

for heights >= 2
2018-08-31 19:33:51 -04:00
Anton Kaliaev
eb98f1c3a9 add missing changelog entries () 2018-08-14 19:16:18 -04:00
bradyjoestar
785786bec4 add json2wal & fix wal2json ()
* add json2wal & fix wal2json

* fix bug

* Update main.go

* add wal2JsonTest file

* Delete wal2JsonTest
2018-08-10 09:09:40 +04:00