-
Notifications
You must be signed in to change notification settings - Fork 109
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
Feature/manual add peer #479
Conversation
Moved jaxrs client code out into separate module for use in cli.
index rather than URL as url value to avoind encoding issues. Add Acceptance test.
execution rather than on object construction.
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
============================================
- Coverage 99.65% 99.58% -0.07%
- Complexity 1169 1184 +15
============================================
Files 189 191 +2
Lines 3766 3881 +115
Branches 194 201 +7
============================================
+ Hits 3753 3865 +112
- Partials 13 16 +3
Continue to review full report at Codecov.
|
…ion. Return simple error message and not default html pages for errors
being printed to clients.
elsewhere to understand what is happening
intention focused boolean to start server or not),.
are found then add them to party list.
Adds groundwork for updatable configuration |
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.
Approved with the assumption that another change is required to enable the new peer to share its key information (PartyInfo).
As mentioned, this just lays some groundwork.
No description provided.