-
Notifications
You must be signed in to change notification settings - Fork 45
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
OneToN contract no longer works with unregistered services #1151
OneToN contract no longer works with unregistered services #1151
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1151 +/- ##
==========================================
+ Coverage 81.11% 81.14% +0.02%
==========================================
Files 21 21
Lines 1451 1453 +2
Branches 190 191 +1
==========================================
+ Hits 1177 1179 +2
Misses 231 231
Partials 43 43
Continue to review full report at Codecov.
|
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.
Looks solid in general. Left some comments.
9953700
to
14d90d8
Compare
Now that OneToN requires a ServiceRegistry registration, all tests that call OneToN.claim() needs some new code for the registration.
14d90d8
to
83cab44
Compare
to ServiceRegistry so it can use IOUs.
b62ac28
to
40eee07
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.
Thanks for the fixes, this is ready to roll!
This is a part of #1147.