From e255ef38cfd23cd6388dfbcdb29ca8b3eeafe5cb Mon Sep 17 00:00:00 2001 From: Stefano Franz Date: Wed, 30 Jan 2019 16:56:07 +0000 Subject: [PATCH] address review comments re: documentation --- docs/source/changelog.rst | 2 +- docs/source/generating-a-node.rst | 25 +++++++++++++++++-------- docs/source/hello-world-running.rst | 12 +++++++++--- docs/source/testnet-explorer-corda.rst | 3 ++- 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c67c7eb863..e939e7a0b2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -315,7 +315,7 @@ Version 4.0 * CorDapps built by ``corda-gradle-plugins`` are now signed and sealed JAR files. Signing can be configured or disabled, and it defaults to using the Corda development certificate. -* Finance CorDapps are now built as a sealed and signed JAR file. +* Finance CorDapps are now built as sealed and signed JAR files. Custom classes can no longer be placed in the packages defined in either finance Cordapp or access it's non-public members. * Finance CorDapp was split into two separate apps: ``corda-finance-contracts`` and ``corda-finance-workflows``. There is no longer a single cordapp which provides both. diff --git a/docs/source/generating-a-node.rst b/docs/source/generating-a-node.rst index bfa19e0266..22c8ff8baa 100644 --- a/docs/source/generating-a-node.rst +++ b/docs/source/generating-a-node.rst @@ -32,6 +32,15 @@ in the `Kotlin CorDapp Template -corda/corda-finance--corda.jar + wget https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases/net/corda/corda-finance-contracts-/-corda/corda-finance-contracts--corda.jar + wget https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases/net/corda/corda-finance-workflows-/-corda/corda-finance-workflows--corda.jar This is required to run some flows to check your connections, and to issue/transfer cash to counterparties. Copy it to the Corda installation location: