corda/confidential-identities/src
Ross Nicoll 2aaeb4c0b5 CORDA-652: Remove uses of createSomeNodes for consistency (#1492)
Replace use of `createSomeNodes()` with creating notary and party nodes individually. This typically results in less code as the basket of nodes isn't built first then the nodes, but instead the nodes generated directly. Notably this identified issues in notary change and contract upgrade tests, which were not actually using a validating notary and therefore it had been missed that the transactions were failing validation.

Renamed nodes in tests for consistency as well, so nodes are now `aliceNode`, `bobNode`, etc. instead of `a`, `b`, or `n0`, `n1`, or other variants of those.
2017-09-28 17:12:21 +01:00
..
main/kotlin/net/corda/confidential Remove unused certificate method from IdentityService. (#1582) 2017-09-21 15:31:42 +01:00
test/kotlin/net/corda/confidential CORDA-652: Remove uses of createSomeNodes for consistency (#1492) 2017-09-28 17:12:21 +01:00