mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
a483e7e8ce
* CORDA-1096 - Performance when loading multiple states from the vault (#2609) * Provide efficient `loadStates()` implementation * Replace loops using `loadState` with calls to `loadStates` * Replace `map`/`flatMap` with just a single `flatMap`