Merge remote-tracking branch 'origin/release/os/4.6' into christians/ENT-5273-update-from-os-4.6

This commit is contained in:
Christian Sailer
2020-07-21 14:17:27 +01:00
190 changed files with 5042 additions and 3630 deletions

View File

@ -84,8 +84,10 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar', nodeTask])
runSchemaMigration = true
}
node {
name "O=Notary Service,L=Zurich,C=CH"
notary = [validating : true]
name "O=Notary Node,L=Zurich,C=CH"
notary = [validating : true,
serviceLegalName: "O=Notary Service,L=Zurich,C=CH"
]
p2pPort 10002
rpcSettings {
address "localhost:10003"