ENT-2822 - Add a note about experimental notary upgradability (#4599)

This commit is contained in:
Andrius Dagys 2019-01-24 21:42:34 +00:00 committed by Katelyn Baker
parent 8c35133f70
commit 6ec3a208ed

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.