-
Notifications
You must be signed in to change notification settings - Fork 27
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
CORE-16983 / CORE-16967 Atomic Swap with Facade #4691
Conversation
…a including all nested types used inside DigitalSignatureAndMetadata and especially proof of batch signature. The test using extended UtxoLedgerTest class which produces transaction with a Merkle tree proof - signed by "signBatch". Due to quite awkward dependencies between modules, the test is in UTXO module - as only this module can produce a sample signature with proof.
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+)(.*)
@@ -48,6 +48,7 @@ dependencies { | |||
implementation project(':libs:platform-info') | |||
implementation project(":libs:serialization:serialization-avro") | |||
implementation project(":libs:tracing") | |||
implementation project(':libs:crypto:merkle-impl') |
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.
Depending on -impl
looks a bit suspicious.
Dependencies should be injected via OSGi.
Although probably some direct constructors are not available via OSGi.
…com.fasterxml.jackson.databind.MappingIterator cannot be cast to class java.lang.String 2. Move addition of new Jackson deserializers to initialisation of JsonMarshallingServiceImpl, instead adding them in a pretty much random method "setDeserializer" which may be not invoked
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+)(.*)
…a request/response does.
…licit inner assignment of new ProofOfAction serialization module, as it will be "injected" from the "main" serializer. Remove unnecessary introduced code differences to the syntax branch.
…rop/jmac/CORE-16983 # Conflicts: # components/flow/flow-service/build.gradle # components/flow/flow-service/src/main/kotlin/net/corda/flow/application/services/impl/FacadeServiceImpl.kt # components/flow/flow-service/src/test/kotlin/net/corda/flow/application/services/interop/dispatchers/FacadeServerDispatcherSpec.kt # components/flow/flow-service/src/test/kotlin/net/corda/flow/application/services/interop/proxies/FacadeClientProxySpec.kt # components/flow/flow-service/src/test/kotlin/net/corda/flow/application/services/interop/roundtrip/RoundTripTest.kt # gradle.properties # testing/cpbs/interop-token-demo-workflows/src/main/kotlin/com/r3/corda/demo/interop/tokens/workflows/interop/SwapResponderSubFlow.kt
Jenkins build for PR 4691 build 26 Build Successful: |
# Conflicts: # components/ledger/ledger-utxo-flow/src/test/kotlin/net/corda/ledger/utxo/flow/impl/transaction/signatureproof/SignatureProofTests.kt # testing/ledger/ledger-utxo-base-test/src/main/kotlin/net/corda/ledger/utxo/test/UtxoLedgerWithBatchSignerTest.kt
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
This PR is stale because it has been open 7 days with no activity. Remove the |
This PR was closed because it has been stale for 7 days with no activity. |
API additions in corda/corda-api#1282