-
Notifications
You must be signed in to change notification settings - Fork 286
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
fix(plugin-ledger-connectors): fixes 1445 and implementing correct interface types #1457
fix(plugin-ledger-connectors): fixes 1445 and implementing correct interface types #1457
Conversation
fb4ade3
to
94816e5
Compare
Codecov Report
@@ Coverage Diff @@
## main #1457 +/- ##
=======================================
Coverage 68.35% 68.36%
=======================================
Files 333 333
Lines 12524 12526 +2
Branches 1507 1507
=======================================
+ Hits 8561 8563 +2
Misses 3152 3152
Partials 811 811
Continue to review full report at Codecov.
|
...ages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts
Outdated
Show resolved
Hide resolved
eefa228
to
9ae7ca1
Compare
c91172d
to
4cb6d32
Compare
e1bb7a4
to
21e5598
Compare
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.
^^
For all the connector class definitions the implementation are fixed to follow their interface definition and to match in consistent way for all the connectors Closes: hyperledger-cacti#1445 Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
21e5598
to
6aa1fed
Compare
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.
@m-courtin LGTM
For all the connector class definitions the implementation are fixed to
follow their interface definition and to match in consistent way for all
the connectors
Closes: #1445
Signed-off-by: Michael Courtin michael.courtin@accenture.com