corda/gradle-plugins/cordform-common
Alberto Arri eb0e2535ed [CORDA-442] Make cordformation serialize NodeInfos to disk during deployment. (#1546)
Initial PR for https://r3-cev.atlassian.net/projects/CORDA/issues/CORDA-442

Allow for cordformation not to specify which node is the network map.
When that happens Cordformation will start each node and make it serialize its NodeInfo to disk.
This make 'depolyNodes' slower. On my machine for the traderDemo it's ~25s

PersistentNetworkMapCache will load files from disk at startup.
Additionally nodeinfos are loaded in the networkMapCache only if they're newer than the currently known version.
2017-10-03 15:43:50 +01:00
..
src/main/java/net/corda/cordform [CORDA-442] Make cordformation serialize NodeInfos to disk during deployment. (#1546) 2017-10-03 15:43:50 +01:00
build.gradle Cordform common is now a part of the gradle plugin suite (#1474) 2017-09-12 19:18:09 +01:00
README.md Cordform common is now a part of the gradle plugin suite (#1474) 2017-09-12 19:18:09 +01:00

Cordform Common

This project contains common node types that both the Corda gradle plugin suite and Corda project require in order to build Corda nodes.