corda/core
Katarzyna Streich 6acff3a7df
First approach to network parameters updates (#2412)
* Network parameters updates

Add two RPC methods networkParametersFeed and
acceptNewNetworkParameters. Implementation of client handling of network
parameters update event. Partial implementation of accepting new
parameters and installing them on the node as well as node startup with
updated parameters.

Move reading of network parameters on startup to separate
NetworkParametersReader class. Add tests.

Move NetworkParameters and NotaryInfo classes to core.

* Ignore evolvability test - to be fixed later

* Add documentation on update process
2018-02-08 14:31:43 +00:00
..
src First approach to network parameters updates (#2412) 2018-02-08 14:31:43 +00:00
build.gradle Overhaul of the Bank of Corda demo to fix two problems it had: 2017-11-29 14:48:05 +00:00