Uh oh!
There was an error while loading. Please reload this page.
enable fraud service to full & light nodes and extend abci.FraudProof with go-fraud Proof interface - #891
Conversation
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. |
tzdybal
left a comment
There was a problem hiding this comment.
This new code needs tests.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Manav-Aggarwal
left a comment
There was a problem hiding this comment.
Thanks for the PR! Left some comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
As part of go-fraud library implementation, this PR adds:
Fixes#892#893#894