With 02-client refactor [`AttributeKeyConsensusHeight` was deprecated](https://github.com/cosmos/ibc-go/blob/cf519bc4d4285aa0b69511ba08d69b7456744f5d/modules/core/02-client/keeper/events.go#L55-L57) in favour of `AttributeKeyConsensusHeights` in `update_client` event. - [ ] Remove the attribute from the event. The attribute key should remain, since it is [still used in `create_client` event](https://github.com/cosmos/ibc-go/blob/cf519bc4d4285aa0b69511ba08d69b7456744f5d/modules/core/02-client/keeper/events.go#L24). Adding `needs_discussion` label to discuss in what release we should remove this.