casper-network / casper-network/casper-node
Do not ban peers after block validation fails for intermittent or internal errors
Open
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
Right now, we ban peers on every failed block validation ("sent invalid consensus value"). Since #4428, it is possible to be more nuanced in our reaction to these events, as validation failures can also come from internal and temporary failures.
The blocking logic should be updated to not ban peers if one of these failures happens.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.