adrianbatuto
adrianbatuto
I am currently working on a project using Corda 5 and while using CSDE-cordapp-template-kotlin release/corda-5-0, I encountered an error where the corda-runtime-os release 5.0.0.0 corda-combined-worker that it is trying to...
### **Commit** to be reviewed --- feat(corda): support 5.1 via TS/HTTP (no JVM) ``` Primary Changes ---------------- 1. Updated plugin-ledger-connector corda to support Corda 5 2. Created corda-v5-flow.test for testing...
**Describe the solution you'd like** Add a new endpoint for corda 5 to support the deployment of cordapps **Additional context** The PR for the corda 5 support is still under...
**Describe the bug** packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/corda-v5-x/corda-v5-flow.test.ts from the PR #3241 is flaky **To Reproduce** Comment out the timeout added to the test as a temporary fix for this issue and run the...
### **Commit** to be reviewed --- feat(corda): dockerfile update to include cordapps ``` Primary Changes ---------------- 1. Created AIO to support the deployment of Cordapps in Corda 5 2. Created...