mirror of
https://github.com/corda/corda.git
synced 2025-01-25 21:59:22 +00:00
06a6eace67
* CORDA-1115 - Cannot serialize private nested objects Shown up by the simm-valuation-demo the problem was where a private object field of an object was being serialised within the outer objects context (see tests added for example) Fix is to switch from Kotlin reflection back to Java. Additional fix to the test where it was comparing two lists of state references in a flow and they weren't equal because they weren't in the same order... This I assume is just an oversight (in that them being in a different order but otherwise the same is actually fine) so converting to set comparison * Fix forward port issue where fingerprinting has moved * Review Comments * Review Comments * Review Comments * Gran -> Grab