JamesRay
2c26d95ab9
cs/replay: execCommitBlock should not read from state.lastValidators (#3067)
* execCommitBlock should not read from state.lastValidators
* fix height 1
* fix blockchain/reactor_test
* fix consensus/mempool_test
* fix consensus/reactor_test
* fix consensus/replay_test
* add CHANGELOG
* fix consensus/reactor_test
* fix consensus/replay_test
* add a test for replay validators change
* fix mem_pool test
* fix byzantine test
* remove a redundant code
* reduce validator change blocks to 6
* fix
* return peer0 config
* seperate testName
* seperate testName 1
* seperate testName 2
* seperate app db path
* seperate app db path 1
* add a lock before startNet
* move the lock to reactor_test
* simulate just once
* try to find problem
* handshake only saveState when app version changed
* update gometalinter to 3.0.0 (#3233)
in the attempt to fix https://circleci.com/gh/tendermint/tendermint/43165
also
code is simplified by running gofmt -s .
remove unused vars
enable linters we're currently passing
remove deprecated linters
(cherry picked from commit
|
6 years ago | |
---|---|---|
.. | ||
pool.go | blockchain: update the maxHeight when a peer is removed (#3350) | 6 years ago |
pool_test.go | blockchain: comment out logger in test code that causes a race condition (#3500) | 6 years ago |
reactor.go | blockchain: dismiss request channel delay (#3459) | 6 years ago |
reactor_test.go | cs/replay: execCommitBlock should not read from state.lastValidators (#3067) | 6 years ago |
store.go | libs/common: remove deprecated PanicXXX functions (#3595) | 6 years ago |
store_test.go | 3291 follow-up (#3323) | 6 years ago |
wire.go | alias amino imports (#3219) | 6 years ago |