corda/test-utils
Ross Nicoll a07ae480c3 Change PartyAndCertificate to an aggregate class (#778)
Change PartyAndCertificate to an aggregate class instead of a subclass of Party. This reduces the changes compared to M11, as well as avoiding risk of accidental serialization of a PartyAndCertificate (which may be very large) where a Party is expected.

Cleaned up initial nodes known to the identity service, in particular mock nodes now know about themselves; previously full nodes registered themselves but mock nodes did not.
2017-06-02 10:27:14 +01:00
..
src/main/kotlin/net/corda/testing Change PartyAndCertificate to an aggregate class (#778) 2017-06-02 10:27:14 +01:00
build.gradle RPC muxing, multithreading, RPC driver, performance tests 2017-05-05 17:10:52 +01:00