Actually enable ed25519 collation.
``` + if (consensus_method < MIN_METHOD_FOR_ED25519_ID_VOTING + 10/*XXX*/) ``` I think this `+ 10` is debugging code.
issue