-
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(weaver-corda): support array of remote views, consequent user fl… #2638
Conversation
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!
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
LGTM (not approving it as Peter has already approved 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.
@sandeepnRES Please fix the DCO and pass it back for review! Let me know if you need any help with the git mechanics of course!
Done. |
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.
@sandeepnRES Please fix the DCO and pass it back for review! Let me know if you need any help with the git mechanics of course!
Done.
@sandeepnRES Thank you! Now there's a few more checks that seem to be broken like the unit_test_interop_cordapp
job. Could you take a look at those?
.../src/main/kotlin/org/hyperledger/cacti/weaver/imodule/corda/flows/WriteExternalStateFlows.kt
Outdated
Show resolved
Hide resolved
...rda/corda-simple-application/workflows-kotlin/src/main/kotlin/com/example/flow/SimpleFlow.kt
Outdated
Show resolved
Hide resolved
...rda/corda-simple-application/workflows-kotlin/src/main/kotlin/com/example/flow/SimpleFlow.kt
Outdated
Show resolved
Hide resolved
...rda/corda-simple-application/workflows-kotlin/src/main/kotlin/com/example/flow/SimpleFlow.kt
Outdated
Show resolved
Hide resolved
...pplication/clients/src/main/kotlin/com/cordaSimpleApplication/client/AssetTransferManager.kt
Show resolved
Hide resolved
c2c3c0a
to
a7a69c6
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.
@sandeepnRES These required jobs are still failing (could be more but these are the first ones that popped up on my radar)
asset-exchange-corda-local
asset-transfer-local
data-sharing-docker-local
Yeah working on it. |
db93041
to
198648d
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.
@sandeepnRES Thank you! LGTM!
…ow call Signed-off-by: Sandeep Nishad <[email protected]>
Signed-off-by: Sandeep Nishad <[email protected]>
…ow call
Closes #2470