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 | |
---|---|---|
.. | ||
config.go | trust metric is now a service and the test ticker has been added | 7 years ago |
metric.go | fix import paths | 6 years ago |
metric_test.go | use nolint label instead of commenting | 6 years ago |
store.go | libs/common: remove deprecated PanicXXX functions (#3595) | 6 years ago |
store_test.go | fix import paths | 6 years ago |
ticker.go | note in trust metric test | 7 years ago |