Make validation relaxed
or strict
while syncing
#3176
EclesioMeloJunior
started this conversation in
Ideas
Replies: 1 comment
-
@EclesioMeloJunior I mean I think if we want to have the option to run in either mode I think this is a nice way to handle it. However, my question is do we want/need this functionality? If Substrate only used relaxed verification for Justifications, is there a reason we wouldn't just support that? I guess what I am asking is this, for what reason do we have to give the option of running strict mode? Is there any benefit? If not my feeling is we just mimic substrate and do relaxed verification |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The validation that ensures progress in the Justifications was removed by #3167 but I would like to discuss another option which is: creating a flag to enable/disable this validation and the argument is:
So, I see that we can remove the validation as I propose in PR #3167 but I found it worth bringing up this discussion so we can argue about keeping the validation but enabling it for
Kusama/Polkadot
and disabling it forWestend
Beta Was this translation helpful? Give feedback.
All reactions