Triggered by https://github.com/tendermint/tendermint/pull/5805 We should modify our logger to format byte slices as base 16 (upper case) automatically, which will remove the need for `fmt.Sprintf("%X", hash)` calls.