-
We have been investigating the performance of our code node. Among a great many thing we managed to optimized and achieved some "ok-ish" numbers. A closer look now revealed that about 80% of the perfo…
-
### Description
As a developer I want to test and ensure that the r3 corda os platforms code is working properly with the supplychain cordApps on vault v2 branch
### Acceptance Criteria
1. Netwo…
-
I'm setting up Weaver locally with instructions from https://labs.hyperledger.org/weaver-dlt-interoperability/docs/external/getting-started/test-network/setup-local/
At "Corda Components/Interoperati…
-
Corda version: Corda OS 4.7
In my CorDapp, I have defined some custom schemas by implementing queryable state. I have not defined any liquibase migration scripts.
My deploy node task looks like …
-
Not sure about the best way to go on this but more or less
- Provided local or remote cordapp Gradle module(s)
- Prepare a Corda network e.g. by using
- a folder equivalent to a node's cordapp…
-
When Gradle 7.x generates a Javadoc jar via
```gradle
java {
withJavadocJar()
}
```
the `-javadoc` jar contains JQuery. NexusIQ hates this because it contains `yuidoc-ember-theme 1.1.2`, whi…
-
Our original deployment consisted of three separate Jars for Agent node.
payments-contracts
payments-workflows
payments-agent
Currently we are not providing payments-workflows, it is NOT include…
-
Cordaptor 0.1.0 is built with platform version 7, expecting Corda 4.5+. We don’t have critical dependency on any APIs, and retrofitting support for older versions should be straightforward.
Please …
-
Read Documentation
Find Limitations/Advantages compared to Fabric
-
On corda 4.6+
I'm not able to properly specify a custom log config file to use, when using the cordform task I have to manually add arguments to it myself.
I have an example cordapp where in th…