What does gossipsub's report_message_validation_result do if validate_messages is set to false? #5392
Unanswered
ShahakShama
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application, I want to use gossipsub with
validate_messages
set to false, but still usereport_message_validation_result
withMessageAcceptance::Reject
In order to reduce the score for peers that sent invalid messagesIs this the correct way to do this? Does
report_message_validation_result
work regularly ifvalidate_messages
is set to false or will it cause undefined behaviour? Is there a different way to update the P4 score?Beta Was this translation helpful? Give feedback.
All reactions