-
CordaRPC offers a method stateMachinesFeed() to get a feed of state changes, like flow progress updates. Currently no such API exists for Corda internal services, such as classes annotated with `@Cord…
-
I've tried to explain the issue a few times and think it's probably best to demonstrate via code and I have finally managed to boil it down to a test.
I created the repo https://github.com/ragmondo…
-
While following the tutorial in the [Tutorials->Structuring a CorDapp->Template CorDapps](https://docs.corda.r3.com/writing-a-cordapp.html#template-cordapps) the definition of modules are currently as…
-
In Corda 4 RC1, RC2, RC3
If you extend OnLedgerAsset in a contract, the corda node fails on startup with a class not found exception for OnLedgerAsset. It compiles fine and junit test involving the…
-
When loading cordapp jars from the UI when creating nodes, cordapps load fine, as evidence by both the logs listing the loaded cordapps, as well as the available flows from `flow list`. However, build…
-
## Expected Behavior
- The `deployNodes` task runs successfully.
## Actual Behavior
- The task fails with the following output:
./gradlew clean deployNodes --no-dae…
ghost updated
2 years ago
-
I'm trying to use my CorDapp with the Demobench, so I built the jar file using gradlew jar then loaded the jar into the demobench, However, when I launch some nodes, even though my app shows in the li…
-
Corda: 4.3 OpenSource
OS: Ubuntu
Standalone Shell: 4.3
Oracle JDK: 1.8.0_241
I enabled SSL for RPC inside my `node.conf`:
```
rpcSettings {
useSsl=true
ssl {
keyStorePath=/op…
-
### Description
As a developer I want to build and host the supplychain corDapps jars on github packages.
https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages
…
-
**Describe the bug**
Fix *all* the test cases where we are needlessly binding to all network interfaces instead of just the localhost.
All tests should be able to pass by binding to either localhos…