corda/core
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 Change PartyAndCertificate to an aggregate class (#778) 2017-06-02 10:27:14 +01:00
build.gradle One demo definition for both IntelliJ and gradle (#697) 2017-05-18 15:58:35 +01:00