corda/finance
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
..
isolated Contract constraints (#1518) 2017-09-25 17:05:18 +01:00
src CORDA-652: Remove uses of createSomeNodes for consistency (#1492) 2017-09-28 17:12:21 +01:00
build.gradle Move SwapIdentitiesFlow to confidential-identities module (#1531) 2017-09-18 14:19:20 +01:00