-
-
Notifications
You must be signed in to change notification settings - Fork 6
Sapphire Support & Import Private Key #28
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
modify GetKeyOrShareAssign
…riveShare() function
additionally save configuration to run all tests
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
src/main/java/org/torusresearch/torusutils/types/FinalKeyData.java
Outdated
Show resolved
Hide resolved
src/main/java/org/torusresearch/torusutils/types/common/ecies/Ecies.java
Outdated
Show resolved
Hide resolved
src/main/java/org/torusresearch/torusutils/types/OAuthKeyData.java
Outdated
Show resolved
Hide resolved
| Gson json = new Gson(); | ||
| for (CompletableFuture<String> lookup: lookupPromises) { | ||
| try { | ||
| String result = lookup.get(); |
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 is your replacement for some.. is it?
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.
Yes. Ideally should be Future instead of CompletableFuture, since the former is cancellable
chaitanyapotti
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
Uh oh!
There was an error while loading. Please reload this page.