-
Notifications
You must be signed in to change notification settings - Fork 219
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
fix: adds bans for horizon sync #5661
fix: adds bans for horizon sync #5661
Conversation
Test Results (Integration tests) 2 files + 2 11 suites +11 22m 59s ⏱️ + 22m 59s For more details on these failures, see this check. Results for commit ba5ad01. ± Comparison against base commit 241ca67. ♻️ This comment has been updated with latest results. |
base_layer/core/src/base_node/sync/horizon_state_sync/synchronizer.rs
Outdated
Show resolved
Hide resolved
@@ -208,6 +209,7 @@ impl<'a, B: BlockchainBackend + 'static> HorizonStateSynchronization<'a, B> { | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These errors should also result in a ban
…izer.rs Co-authored-by: stringhandler <[email protected]>
Description
Adds bans for horizon sync bad behavior
Cleans up the horizonsync errors
Motivation and Context
We should ban bad behavior, which we don't do currently.
Audit Finding Number
TARI-017