mirror of
https://github.com/corda/corda.git
synced 2025-02-14 14:42:32 +00:00
Convert NodeVaultService states to return Iterable (backed by Sequence) Vs the old way using a List. Worth noting this relieves memory pressure as the number of vault states grows. * remove toList in ContractUpgradeFlowTest