-
This line's exception comments is about `output` requirement. But `getInputs()` is used.
https://github.com/corda/bootcamp-cordapp/blob/af4dfe9cd1374de595efc7a8a040d662924e4ead/java/src/main/java/e…
-
We are using Corda's net.corda.testing.driver.Driver to write integration tests for RPC calls to Corda.
A simple driver setup looks as follows, similar to how it is done in the docs (https://docs.c…
-
`EmptyMap`, `HashMap`, `SingletonMap` , `LinkedHashMap` are not registered in Kryo by default and need to be registered manually in CorDapp.
-
Reported on Stack Overflow (https://stackoverflow.com/questions/50228408/corda-node-getting-jvm-outofmemory-exception-when-trying-to-load-data):
**Background:**
We are trying to load data in our C…
-
If you create multiple entities in the same `MappedSchema`, the node only stores the state data in the first table:
```
object IOUSchemaV1 : MappedSchema(
schemaFamily = IOUSchema.javaCla…
-
At the moment you have to create files that are in META-INF as part of your source code.
e.g.
# Register here any CorDapp plugins extending from net.corda.node.CordaPluginRegistry.
Almo…
-
I performed this experiment using a DemoBench from the M11 snapshot. I observed this in M10 also so it's a pre-existing problem, not a regression.
Reproduction Steps:
1) Use DemoBench to creat…
-
In the `build.gradle` here and in nearly all your samples you put mavenLocal at the top of your repo list.
What are you trying to achieve with this?
Gradle will cache items anyway so you don't n…
-
I'm following the tutorial and when I'm reading the [code about creating a command](https://docs.corda.net/tut-two-party-flow.html) I see this:
```
val cmd = Command(IOUContract.Create(), listOf(our…
-
Hello All,
I have been able to successfully start my nodes from corda-templates but I am not sure I am making progress in the right direction.
1) Downloaded the code from Git -- Success
2) Did a …