mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
Merge remote-tracking branch 'open/master' into colljos-os-merge-rc01
This commit is contained in:
@ -44,7 +44,7 @@ class IRSSimulation(networkSendManuallyPumped: Boolean, runAsync: Boolean, laten
|
||||
private val executeOnNextIteration = Collections.synchronizedList(LinkedList<() -> Unit>())
|
||||
|
||||
override fun startMainSimulation(): CompletableFuture<Unit> {
|
||||
om = JacksonSupport.createInMemoryMapper(makeTestIdentityService((banks + regulators + ratesOracle).flatMap { it.started!!.info.legalIdentitiesAndCerts }))
|
||||
om = JacksonSupport.createInMemoryMapper(makeTestIdentityService(*(banks + regulators + ratesOracle).flatMap { it.started!!.info.legalIdentitiesAndCerts }.toTypedArray()))
|
||||
registerFinanceJSONMappers(om)
|
||||
|
||||
return startIRSDealBetween(0, 1).thenCompose {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package net.corda.netmap.simulation
|
||||
|
||||
import net.corda.core.utilities.getOrThrow
|
||||
import net.corda.testing.LogHelper
|
||||
import net.corda.testing.internal.LogHelper
|
||||
import org.junit.Test
|
||||
|
||||
class IRSSimulationTest {
|
||||
|
Reference in New Issue
Block a user