-
Is it really necessary to store this big file in the source code?
https://github.com/corda/bootcamp-cordapp/blob/master/gradle/wrapper/gradle-4.4.1-all.zip
-
one of the windows (PartyB 's node) show like this:
------------------------------------------------------------------------------------------
Listening for transport dt_socket at address: 5009
j…
-
How do we handle a scenario when a node in CZ needs to access two different BN.
From my understanding ,I can see the following ways
1. We could have different membership cordapp with differen…
-
Any plans to provide Node.js bindings?
-
Not able to build this repo out of the box. What am I missing?
corda-tut1-solution-kotlin-release-V2\cordapp\src\test\kotlin\com\template\FlowTests.kt
Error:(25, 38) Kotlin: Unresolved reference…
-
I have a snippet of code that looks something like this.
```
val sortAttribute = SortAttribute.Custom(DocumentStateSchema.DocumentStateEntity::class.java, "documentEntryDate")
val sort = Sort.Di…
-
When I have an enum serialized in the vault as this:
```
@CordaSerializable
enum class MyEnum { A, B, C }
```
and then in later version of my cordapp I update it to:
```
@CordaSerialization…
-
* A clear description of the issue
`AttachmentsClassLoader` blindly attempts to set a custom `URLStreamHandlerFactory` by calling `URL.setURLStreamHandlerFactory`. The problem with this approach is…
-
See https://stackoverflow.com/questions/50313622/java-lang-noclassdeffounderror-org-apache-commons-collections4-map-lrumap-when.
This is on a clean clone of CorDapp Example 3.1 (https://github.com/…
-
If one has a`LedgerTransaction` on the stack when a flow is check-pointed, then the CorDapp JAR is serialised and persisted to disk. This is problematic because the JAR is copied during the serialisat…