ssv
ssv copied to clipboard
Don't check round change messages for duplicated full data
This PR fixes a case when node receives proposal or decided messages in round 2 and compares them with full data of round change messages for round 2, resulting in a validation error because full data differs.
Changes:
- Don't check round change messages for duplicated full data
maybe some unit tests should be included or changed?
done
@nkryuchkov @MatheusFranco99 @moshe-blox Is this also part of new message validation? I think we should bring this in to genesis and new impls.
@nkryuchkov @MatheusFranco99 @moshe-blox
Is this also part of new message validation? I think we should bring this in to genesis and new impls.
As I remember it was implemented in the new message validation. It would be nice to have in the old one, but its lifecycle will be shorter than this PR is opened