corda/testing
Andrius Dagys 9ebeac1ad8
CORDA-535: Extract notary implementations into CorDapps (#3978)
* Move Raft and BFT notaries into separate modules

* Move schemas

* Fix tests & demos

* Modified logic for creating notary services:

Added a new field 'className' to the notary configuration. The node now
loads the specified implementation via reflection. The default className
value points to the simple notary implementation for backwards compatibility.
Relevant schemas are loaded in a similar fashion.

For backwards compatibility purposes the default SimpleNotaryService will
remain built-in to node, but its cordapp will be generated on startup – so
the loading of notary services is streamlined.

* Move test namedcache factory to test utils
2018-10-10 10:04:22 +01:00
..
node-driver CORDA-535: Extract notary implementations into CorDapps (#3978) 2018-10-10 10:04:22 +01:00
smoke-test-utils Fixed broken smoke test caused by no notaries in the network parameters (#3461) 2018-06-28 09:43:29 +01:00
test-cli CORDA-1959 - Enforce backwards compatibility of new CLI's (#3939) 2018-09-14 14:37:52 +01:00
test-common [CORDA-1937]: Refactor NodeConfiguration hierarchy. (#3856) 2018-09-04 10:26:10 +01:00
test-utils CORDA-535: Extract notary implementations into CorDapps (#3978) 2018-10-10 10:04:22 +01:00