samples icon indicating copy to clipboard operation
samples copied to clipboard

This repository has been deprecated. Please use the links in the README to access the new repositories.

Results 16 samples issues
Sort by recently updated
recently updated
newest added

`InvoiceContract`: 1. **Important:** I believe that the oracle signature should be enforced by the contract (only participants are, see [here](https://github.com/corda/samples/blob/62722858a2f50512a9445e1f79b4619d2e8199d0/timesheet-example/contracts-java/src/main/java/com/example/contract/InvoiceContract.java#L46)), otherwise there is no real enforcement that the rate should...

Updated package name in the vault query command on rpc shell.

- In the Negotiation CorDapp both `ProposalState` and `TradeState` belong to the same contract `ProposalAndTradeContract`. - Inside the contract, it mandates for `Propose` command that there should be a time-window...

Hi. In https://github.com/MikkelThomsen/samples I have added an example of a contract that uses a custom data class and runs a MockNetwork using that class. See `cordapp-example/workflows-kotlin/src/test/kotlin/com/example/test/contract/IOUContractTests.kt`. The data class is...

updated to match new format of state path

while running gradlew deployNodes in cordapp-example FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':workflows-java:deployNodes'. > org.gradle.api.InvalidUserCodeException (no error message) > java.lang.ExceptionInInitializerError (no error...

- Java classes - README updated with instructions to deploy nodes based on java or kotlin jars.

enhancement

- Java classes - README updated with instructions to run UploadClient based on java or kotlin jars.

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 service com.template.BootstrapBraidService failed to instantiate. Reason was:...