-
Notifications
You must be signed in to change notification settings - Fork 49
Upgrade NeoGo #3040
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
Upgrade NeoGo #3040
Conversation
Signed-off-by: Roman Khimov <[email protected]>
Signed-off-by: Roman Khimov <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3040 +/- ##
==========================================
- Coverage 22.63% 22.42% -0.21%
==========================================
Files 791 791
Lines 58616 58405 -211
==========================================
- Hits 13265 13095 -170
+ Misses 44453 44415 -38
+ Partials 898 895 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Roman Khimov <[email protected]>
|
Blocked by nspcc-dev/neofs-testcases#903. |
carpawell
left a comment
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.
Linter dead.
|
It's fixed already, but for whatever reason GH can't process the branch update (see above). |
And drop all related logic for checking the type of event. We never care about removed requests. Fixes #2672. Signed-off-by: Roman Khimov <[email protected]>
9dbce2d to
8555eef
Compare
8555eef to
b9b5146
Compare
The latest fixes. Signed-off-by: Roman Khimov <[email protected]>
| ch := make(chan *result.NotaryRequestEvent) | ||
| var ( | ||
| ch = make(chan *result.NotaryRequestEvent) | ||
| evtype = mempoolevent.TransactionAdded |
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.
4 green lines instead of 1 🫥
No description provided.