-
Notifications
You must be signed in to change notification settings - Fork 211
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
[Merged by Bors] - Fix caching malfeasance info in atxsdata store #5932
Conversation
bors merge |
## Motivation Hare depends on `atxsdata` to check whether a smesher is considered malicious.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5932 +/- ##
=======================================
Coverage 80.7% 80.7%
=======================================
Files 288 288
Lines 29890 29895 +5
=======================================
+ Hits 24145 24153 +8
+ Misses 4157 4155 -2
+ Partials 1588 1587 -1 ☔ View full report in Codecov by Sentry. |
Build failed:
|
bors merge |
## Motivation Hare depends on `atxsdata` to check whether a smesher is considered malicious.
Build failed: |
|
bors merge |
## Motivation Hare depends on `atxsdata` to check whether a smesher is considered malicious.
Pull request successfully merged into develop. Build succeeded:
|
Motivation
Hare depends on
atxsdata
to check whether a smesher is considered malicious.Description
Reverts part of https://github.com/spacemeshos/go-spacemesh/pull/5806/files#diff-d76a0e23ae1b705f6e5c33771a285f819b03a3bac7661fdbf3e34b3b9bdbda76 change
Test Plan
Added unit tests and documentation specifying the purpose of atxsdata in
CachedDB
.TODO