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 | |
---|---|---|
.. | ||
height_vote_set.go | libs/common: remove deprecated PanicXXX functions (#3595) | 6 years ago |
height_vote_set_test.go | improve ResetTestRootWithChainID() concurrency safety (#3291) | 6 years ago |
peer_round_state.go | Updated Marshal and unmarshal methods to make compatible with protobuf (#2918) | 6 years ago |
round_state.go | remove RoundState from EventDataRoundState (#3354) | 6 years ago |
round_state_test.go | types.NewCommit (#3275) | 6 years ago |
wire.go | separate mock evidence from real evidence (#2571) | 6 years ago |