Thane Thomson
70592cc4d8
libs/common: remove deprecated PanicXXX functions (#3595)
* Remove deprecated PanicXXX functions from codebase As per discussion over [here](https://github.com/tendermint/tendermint/pull/3456#discussion_r278423492), we need to remove these `PanicXXX` functions and eliminate our dependence on them. In this PR, each and every `PanicXXX` function call is replaced with a simple `panic` call. * add a changelog entry |
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 | improve ResetTestRootWithChainID() concurrency safety (#3291) | 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 |