ENT-2822: Add a note about experimental notary upgradability

This commit is contained in:
Andrius Dagys 2019-01-10 14:50:13 +00:00
parent 4dba0c5865
commit 017186d1d3

View File

@ -77,7 +77,7 @@ Version 4.0
to register/unregister a java package namespace with an associated owner in the network parameter packageOwnership whitelist.
* BFT-Smart and Raft notary implementations have been move to the ``net.corda.notary.experimental`` package to emphasise
their experimental nature.
their experimental nature. Note that it not possible to preserve the state for both types of notaries when upgrading from V3 or an earlier Corda version.
* New "validate-configuration" sub-command to `corda.jar`, allowing to validate the actual node configuration without starting the node.