-
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
feat(plugin registry): get keychain by keychain id #382
feat(plugin registry): get keychain by keychain id #382
Conversation
be42952
to
e17081c
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.
LGTM
e17081c
to
c144a72
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.
@takeutak This pull request does not propose any changes to the design of the keychain ID. It's about a utility function aimed to provide developer convenience. Do you think we still need to wait for those whitepaper changes to go through before you can review this? |
c144a72
to
0f58457
Compare
Adds a utility method where I can just pass in the keychain ID and get back a plugin instance or an exception thrown if it was not found. Fixes hyperledger-cacti#381 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
0f58457
to
51cc217
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.
LGTM
Commit to be reviewed:
Resolves #381