-
Notifications
You must be signed in to change notification settings - Fork 246
enable fraud service to full & light nodes and extend abci.FraudProof with go-fraud Proof interface #891
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
Conversation
76978a3 to
1defdec
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #891 +/- ##
=========================================
+ Coverage 0 54.67% +54.67%
=========================================
Files 0 68 +68
Lines 0 11011 +11011
=========================================
+ Hits 0 6020 +6020
- Misses 0 4119 +4119
- Partials 0 872 +872
☔ View full report in Codecov by Sentry. |
1defdec to
098a781
Compare
5cdab60 to
63f163b
Compare
tzdybal
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.
This new code needs tests.
Manav-Aggarwal
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.
Thanks for the PR! Left some comments.
this PR only adds fraud-exchange service to full and light nodes and for that the graceful start and stop is already tested in other unit tests. the fraud-exchange functionality will be added in the next PR along with new tests to cover the exchange part. will that suffice? |
… with go-fraud Proof interface methods rename to state fraud proof remove new method and force interface binding
Manav-Aggarwal
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.
LGTM
As part of go-fraud library implementation, this PR adds:
Fixes #892 #893 #894