go-spacemesh
go-spacemesh copied to clipboard
Do not try to publish proofs for malicious ATXs during sync
Motivation
Publishing is blocked during sync because Syncer::ListenToATXGossip()
returns false, and thus every malicious ATX being synced is causing an error resulting in an interruption of sync.
Description
Do not try to publish ATX malfeasance proofs during sync.
Test Plan
Sync a test node, look for sync interruptions / errors
Codecov Report
Attention: 14 lines
in your changes are missing coverage. Please review.
Comparison is base (
0c4c55d
) 79.6% compared to head (6c98cf4
) 79.7%. Report is 4 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
activation/handler.go | 78.1% | 12 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## develop #5586 +/- ##
=======================================
Coverage 79.6% 79.7%
=======================================
Files 270 270
Lines 27186 27199 +13
=======================================
+ Hits 21667 21688 +21
+ Misses 3973 3967 -6
+ Partials 1546 1544 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
bors try
@ivan4th should we merge the change?
Yes, let's merge
bors merge