mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Change log and upgrade notes for Shell changes in CORDA-792. (#2919)
This commit is contained in:
parent
6572939e6e
commit
22391c21c5
@ -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 node’s ``rpcSettings.address`` and ``rpcSettings.adminAddress`` settings are present.
|
||||
|
||||
.. _changelog_v3:
|
||||
|
||||
Version 3.0
|
||||
|
@ -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
|
||||
~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user