corda/core
Ross Nicoll 9d254bd924 Use UUID only for UniqueIdentifier equality
The UniqueIdentifier class exists to ensure any external ID for a state is kept coupled to a
proper unique ID, however in doing so it requires both UUID and external ID to find linear head
states in the vault. This modifies the equality and hashing algorithms to use the UUID only,
so that lookup can be done without knowing the external ID.
2016-11-04 16:16:43 +00:00
..
src Use UUID only for UniqueIdentifier equality 2016-11-04 16:16:43 +00:00
build.gradle Added nice extension methods for Path, which are more readable than the static methods from Files 2016-11-04 15:36:14 +00:00