I'm using Tag V1.8.0, and when I initiate the Substrate validator-set pallet in my runtime, I encounter the following errors:
^^^^^ the traitparity_scale_codec::Encodeis not implemented forBlock<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, ...>>``
Block Serialization Error:
Another error is thrown stating:
Block Serialized is not implemented.
These errors occur consistently, and it appears to be related to codec or serialization compatibility in my runtime configuration.