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 | rpc: support tls rpc (#3469) | 6 years ago |
config_test.go | config: Add ValidateBasic (#2485) | 6 years ago |
toml.go | libs/common: remove deprecated PanicXXX functions (#3595) | 6 years ago |
toml_test.go | improve ResetTestRootWithChainID() concurrency safety (#3291) | 6 years ago |