Change log and upgrade notes for Shell changes in CORDA-792. (#2919)

This commit is contained in:
szymonsztuka 2018-04-04 15:59:05 +01:00 committed by GitHub
parent 6572939e6e
commit 22391c21c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,9 @@ Unreleased
* java.security.cert.X509CRL serialization support added.
* Shell (embedded available only in dev mode or via SSH) connects to the node via RPC instead of using the ``CordaRPCOps`` object directly.
To enable RPC connectivity ensure nodes ``rpcSettings.address`` and ``rpcSettings.adminAddress`` settings are present.
.. _changelog_v3:
Version 3.0

View File

@ -54,6 +54,8 @@ UNRELEASED
JoinColumn(name = "transaction_id", referencedColumnName = "transaction_id")))
override var participants: MutableSet<AbstractParty>? = null,
* Shell - to use Shell ensure ``rpcSettings.address`` and ``rpcSettings.adminAddress`` settings are present.
Testing
~~~~~~~