corda/samples/irs-demo/src
Ross Nicoll e2214c95b4 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-01 18:54:44 +01:00
..
integration-test/kotlin/net/corda/irs Introducing InitiatedBy annotation to be used on initiated flows to simplify flow registration. 2017-05-31 10:50:16 +01:00
main Change PartyAndCertificate to an aggregate class (#778) 2017-06-01 18:54:44 +01:00
test/kotlin/net/corda/irs/testing Introducing InitiatedBy annotation to be used on initiated flows to simplify flow registration. 2017-05-31 10:50:16 +01:00