-
Notifications
You must be signed in to change notification settings - Fork 161
feat: add verifiable controller mobile wrappers #2012
feat: add verifiable controller mobile wrappers #2012
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2012 +/- ##
=======================================
Coverage 90.78% 90.78%
=======================================
Files 224 224
Lines 16922 16922
=======================================
Hits 15362 15362
Misses 922 922
Partials 638 638
Continue to review full report at Codecov.
|
@ToJen note |
opts.useLocalAgent = true; | ||
|
||
// create an aries agent instance | ||
RestAriesREST *ac = (RestAriesREST*) AriesagentNewAriesAgent(opts, &error); |
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.
AriesagentNewAriesAgent
?
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.
Yeah this is the result of the bindings for iOS. Everything gets prefixed with its package name and it can't be changed. However, Android doesn't have this issue. It's being tracked here: golang/go#32573 (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
0f2f61e
to
712fc7c
Compare
Signed-off-by: Tomisin Jenrola <tomisin.jenrola@securekey.com>
712fc7c
to
21cf694
Compare
"github.com/hyperledger/aries-framework-go/cmd/aries-agent-mobile/pkg/wrappers/command" | ||
"github.com/hyperledger/aries-framework-go/cmd/aries-agent-mobile/pkg/wrappers/config" |
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.
Why are these packages not under github.com/hyperledger/aries-framework-go/pkg
?
(followup)
Signed-off-by: Tomisin Jenrola tomisin.jenrola@securekey.com
Title:
Added mobile binding wrappers for the Verifiable controller
Description:
Part of #1958
Part of #2005
Summary:
Option