-
Notifications
You must be signed in to change notification settings - Fork 9
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
DA5-5 persist/find draft transactions #1314
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.
PR title failed to match regex -> ^((CORDA|EG|ENT|INFRA|CORE|DOC|ES)-\d+)(.*)
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.
PR title failed to match regex -> ^((CORDA|EG|ENT|INFRA|CORE|DOC|ES|DA5-5)-\d+)(.*)
38259d1
to
24d7fda
Compare
Jenkins build for PR 1314 build 6 Build Successful: |
* @throws IllegalStateException if the transaction does not have any signatures. | ||
*/ | ||
@Suspendable | ||
void persistDraftSignedTransaction( |
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.
draft transaction
is term mostly used within the interop team, not sure if the wider audience will understand it (platfrom), alternatively it could be (maybe ugly name) persistPartiallySignedTransaction
, both names for me are fine though
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.
I think DraftTransaction
is fine for the platform team as well.
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
* @throws IllegalStateException if the transaction does not have any signatures. | ||
*/ | ||
@Suspendable | ||
void persistDraftSignedTransaction( |
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.
I think DraftTransaction
is fine for the platform team as well.
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
24d7fda
to
a0adc38
Compare
The base branch was changed.
Scanning for breaking API changes introduced by this PR Scan Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1314/5/ If the breaking changes are intentional, run |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1314/5/ has failed for PR 1314 build 5 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-non-functional-test |
Non-blocking downstream job failed for corda-e2e-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1314/4/ has failed for PR 1314 build 4 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
a0adc38
to
83a2670
Compare
Add UtxoLedgerService.persistDraftSignedTransaction and UtxoLedgerService.findDraftSignedTransaction
runtime-os: corda/corda-runtime-os#4964