-
I'm trying to retrieve a corda account (i.e., the AccountInfo) of node A from inside the checkTransaction of node B via the signers PublicKey.
I tried all the share methods I could find shareAccountI…
-
The version of Kotlin (1.2.71) is almost 3 years old https://github.com/JetBrains/kotlin/releases/tag/v1.2.71
CordApps no longer compile in IDEA by default.
When building with IDEA you get the error…
-
Since 4.6 it has been required to use Liquibase scripts to manage the schema.
The Corda Enterprise docs have information about this:
https://docs.corda.net/docs/corda-enterprise/4.6/cordapps/dat…
-
Here and in loads of other sample you list dependencies in gradle that are already included as transitive dependencies of other dependencies
https://github.com/corda/cordapp-example/blob/release-V3/k…
-
Steps to reproduce:
1. Open codaptor with snakesandladders-cordapp on the corda github Advanced examples
2. After startup an error is displayed with the following message -
`{"cause":{…
-
## Problem
I recently finished writing some unit tests for a flow in a project I'm working on. There's 13 tests that pass when run individually but at least 2 fail each time when I run all the tests …
-
Calling the CreateObligation flow as described in the example leads to an error.
Command:
`start CreateObligation amount: { quantity: 1000, token: { currencyCode: USD, type: fiat } }, role: OBLIGO…
-
Would be great if this utility could also report details of:
- Database (version, driver)
- Message Broker (version, driver)
-
The `pigtail` example does not work with
```
cordaVersion=4.3
platformVersion=5
```
I get the following exception:
```bash
[ERROR] 2019-11-23T17:10:46,723Z [main] internal.Node. - Corda …
-
It would be useful to have an example that is taken from the corda samples project and modified to work with accounts