Replace `LegacyAmino.RegisterConcrete` calls in `x/{module}/types/codec.go` to [`legacy.RegisterAminoMsg(`](https://github.com/cosmos/cosmos-sdk/blob/e0f812d3d756f19dc66baf6ebe14797c39d07fb4/codec/legacy/amino_msg.go#L13) As amino breaks if the msgName contains more than 40 characters, which is already the case for [btcstaking/MsgAddBTCDelegationInclusionProof](https://github.com/babylonlabs-io/babylon/blob/04e12ebe8f1d825e3d7e6f9e0cb481a1b4aeaaab/x/btcstaking/types/codec.go#L17) that contains 44 chars Not sure if this would be consensus/API breaking