-
I cannot tell, except from looking in the log files, what version of Corda is running.
## Expected Behavior
I expect indicators at time of platform choice "Corda vx.x", and after it launches to s…
guyho updated
4 years ago
-
```
updateCordaNodes = () => {
const projects = this.state.config.settings.workspace.projects;
this.state.config.settings.workspace.nodes.forEach(node => {
node.cordapps = projects…
-
Standardized build location for jar builds.
-
I issue an FxState from partyA which is a future fx cash exchange between partyB and partyC. (B sends USD to C and C sends EUR to B, A is informed and signer)
For the Settlement flow I build a transa…
-
https://github.com/corda/corda/blob/e35c0c1df74e9c475afc31ec7750b11c88bc4742/node/src/main/kotlin/net/corda/node/internal/cordapp/CordappConfigFileProvider.kt#L25
This line could be changed to:
``…
-
PLATFORM: darwin
GANACHE VERSION: 2.3.0-beta.1
EXCEPTION:
```
Error: child process exited with code 1.
Stderr:
#### Error while generating node info file /Users/guyhochstetler/Library/…
guyho updated
4 years ago
-
This issue relates to the design proposal for enhancements to Corda to support metering which can be found [here](https://gist.github.com/Bartman250/9c98076cc69923a1f48dcfb3fb5dda57)
In order to pr…
-
I need to use the latest version of the gradle plugins (4.0.47) because they have a bugfix that affects me, but I can't figure out which repository they are published to.
I tried:
buildscript {
…
-
Once a Corda network (workspace) is launched, it's important to permit autonomous node control. This relates to Issue #1579 but here I will separate the "ssh" requirement from the start/stop. While it…
guyho updated
4 years ago
-
See https://github.com/corda/cordapp-example/tree/joel-bug-branch.
The flow is defined in Java as follows:
```
package com.example.flow;
import co.paralleluniverse.fibers.Suspendable;
impor…