-
* Issue: we have issues in corda when trying to migrate our code from v2.0 to v3.0 is that we are using a MutableList which should be able to add new items to its list. This worked fine in corda v2.0,…
ghost updated
6 years ago
-
not all, but usually one or two:
```
Listening for transport dt_socket at address: 5009
java.lang.NullPointerException
at co.paralleluniverse.fibers.instrument.MethodDatabase$ClassEntry.…
-
The version numbering for v3 of corda looks incorrect. (Although the [ plugins ](https://jcenter.bintray.com/net/corda/plugins/cordformation/) look fine)
http://repo1.maven.org/maven2/net/corda/corda…
-
When using the Driver DSL on my MacBook Pro 2017 16GB 3.1 GHz Intel Core i7, it fails to carry out a simple Cash payment.
I've created a sample project that exhibits the issue with instructions a…
-
I downloaded the cordapp java-template and used default webserver. Corda version is 3.1.
The code in the API class
```
@POST
@Path("uploadAttachment")
@Consumes(MediaType.MULTIPART_FORM_DATA…
-
Hi everyone,
in the "Hello World" tutorial there is a missing part, I'm referring to the Flow section [Writing Acceptor Flow](https://docs.corda.net/hello-world-flow.html#writing-the-acceptor-s-flow…
-
Hello,
In Corda V2.0, I identified a problem during a try to filter a list to remove the Notary. It is inconsistent the return to calls:
`serviceHub.networkMapCache.notaryIdentities.first()`
> …
-
If while a notary is running, we turn off the wifi and eventually (e.g. after 5 mins) on again, it doesn't resync unless you kill the node and start it again.
-
## Short Description
Obligation CorDapps depends on Fiance CorDapps. If you miss this dependency webserver crashes, but Corda node is fine.
## Expected behaviour
- In case of a problem with …
-
I got the `gradlew.bat depoloyNodes` to succeed and the nodes running on my computer. I have never worked in java before.
However, the next step I got stuck. This was very complicated to get setup …