Adel Rustum

Results 6 comments of Adel Rustum

If I run the flow from the node terminal: 1. `externalTxParticipants` = The node that started the flow 2. `sessionParties` is empty 3. `oldParticipants` is empty as well So `missingRecipients`...

Further investigation inside `FinalityFlow.extractExternalParticipants()` shows that the `owningKey` is different between `ltx.outputStates.flatMap { it.participants }` and `serviceHub.myInfo.legalIdentities` even though the CordaX500Name is identical; it's weird because my node that initiated...

I deployed my cordapp to GCP VM with Postgress DB and everything works fine, I guess it only fails when running the node locally (built through `deployNodes` and ran with...

Hi guys, **UPDATE:** Here's the repo with all the below fixes: https://github.com/adelrustum/corda-settler-fixes I was able to use Roger's workaround (i.e. instead of passing an `Amount`, I passed the amount and...

@koshikraj Thanx for your merge request, I also updated the comment here to remove the repeated instruction.

Update: `AcceptanceFlow` and `ModificationFlow` don't add a time-window either; even though it's required by the contract.