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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, I want to use gossipsub with
validate_messagesset to false, but still usereport_message_validation_resultwithMessageAcceptance::RejectIn order to reduce the score for peers that sent invalid messagesIs this the correct way to do this? Does
report_message_validation_resultwork regularly ifvalidate_messagesis 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