-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All non-malformed operations and endorsements propagate #2904
Milestone
Comments
damip
changed the title
All non-malformed operations propagate
All non-malformed operations and endorsements propagate
Aug 24, 2022
From what I read in the code, there is already some filtering for operations:
and for endorsements:
I've added a quick fix here: |
@damip can we discuss about what we should do next for this issue? |
Oh ok, then it should be OK for now ! we can merge the correction |
@damip Should we close the issue or keep it like that for now? |
From the list above only : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, all operations and endorsements that properly deserialize will propagate to the whole network.
This presents a high risk of flooding and some checks need to be performed before propagating them.
TOOD: define which checks:
The text was updated successfully, but these errors were encountered: