Commit Graph

9932 Commits

Author SHA1 Message Date
David Lee
865154265e Added DRB meeting minutes 2017-11-17 14:51:00 +00:00
anvabr
9a66b08590
Recovery from small-scale component failures
Added host HealthWatchdog design for external (to JVM) health monitoring and recover/restarting of components without failure to the secondary host
2017-11-16 12:15:44 +00:00
Matthew Nesbit
fc066cadb5
Update design.md 2017-11-15 17:05:35 +00:00
Matthew Nesbit
760fd5d538
Update design.md 2017-11-15 15:39:02 +00:00
Matthew Nesbit
94af2a426a
Update design.md 2017-11-15 15:38:13 +00:00
David Lee
43bebee6f4
Links fixed 2017-11-15 14:33:13 +00:00
David Lee
e750c9c352 Changes
Merge branch 'dl-hadr-design-doc' of github.com:corda/enterprise into dl-hadr-design-doc
2017-11-15 14:31:06 +00:00
David Lee
b8fe4d824d Updates 2017-11-15 14:25:04 +00:00
MarkOldfield
d703d689f4
Update design.md
Added short descriptions for current, hot-cold, hot-warm, hot-hot solutions
2017-11-15 14:22:52 +00:00
David Lee
169e51d682
Updated requirements with Nick Arini 2017-11-15 13:01:57 +00:00
Matthew Nesbit
032f50c8fe
Update design.md 2017-11-14 17:29:05 +00:00
Matthew Nesbit
e270f2bfe1
Update design.md 2017-11-14 13:02:26 +00:00
Matthew Nesbit
4159829139
Update design.md 2017-11-13 18:12:44 +00:00
Matthew Nesbit
1b75f3cc7c Update design.md 2017-11-13 17:40:57 +00:00
David Lee
622dcbe313 Added requirements 2017-11-13 17:40:57 +00:00
David Lee
851d6f2f2b Added extra sections
Missed from original
2017-11-13 17:40:57 +00:00
David Lee
ab799e38c0 Updated diagrams 2017-11-13 17:40:57 +00:00
David Lee
167da15fe5 Updated pictures
Fixed links (spaces in URLs)
2017-11-13 17:40:56 +00:00
David Lee
3d42072086 Added draft diagrams 2017-11-13 17:40:56 +00:00
David Lee
76f6d21d6a Added draft diagrams 2017-11-13 17:40:56 +00:00
David Lee
aefd6afc66 Minor changes
Minor
2017-11-13 17:40:56 +00:00
David Lee
59c1aa99ee Updates
updates
2017-11-13 17:40:56 +00:00
David Lee
a2097a8afb Minor updates
Working with markdown formatting
2017-11-13 17:40:56 +00:00
David Lee
bb1143652f Initial doc setup 2017-11-13 17:40:56 +00:00
Alberto Arri
523a6db0b9
ENT-990 Make doorman read an initial set of Network parameters from d… (#96)
ENT-990 Make doorman read an initial set of Network parameters from disk at start-up time
2017-11-13 15:40:44 +00:00
mkit
4c7dc58135
Adding HSM simulator to integration tests (#92)
* Adding HSM simulator to integration tests

* Addressing review comments

* Adjusting implementation to the agreed TC setup

* Addressing review comments

* Addressing review comments - round 2
2017-11-13 11:50:24 +00:00
mkit
12124bc0d9
Fixing failing build for the IntelliJ plugin (#100) 2017-11-13 10:25:11 +00:00
Tommy Lillehagen
7b714f5bc7
ENT-975 Track unchanged files in extra-info (#99) 2017-11-10 08:49:36 +00:00
Alberto Arri
4686d59a4a
Merge pull request #97 from corda/arri_fixdoorman_help
Fix the description of --mode flag in doorman
2017-11-09 11:26:26 +00:00
alberto.arri@r3.com
bc2fd3948f Fix the description of --mode flag in doorman 2017-11-09 10:14:22 +00:00
Konstantinos Chalkias
6838aba8e4
Merge pull request #81 from corda/kostas-DEVSGX_HSM_PROFILE
Two dev modes (simulation and hsm)
2017-11-09 10:08:10 +00:00
Chris Rankin
148152ba40
Fix Gradle warning for SGX hsm-tool project. (#95)
* Fix Gradle warning for SGX hsm-tool project.
* Prefix project name with "sgx-".
2017-11-08 12:29:38 +00:00
Christian Sailer
fd94732261
Merge pull request #93 from corda/christians_os_merge_20171106
Merge OS -> enterprise as of 20171106
2017-11-07 09:42:27 +00:00
Christian Sailer
8b55f415bd Merge branch 'master' of https://github.com/corda/corda into christians_os_merge_20171106 2017-11-06 17:37:30 +00:00
Christian Sailer
7765de0bf9 Merge branch 'master' of https://github.com/corda/corda into christians_os_merge_20171106 2017-11-06 17:27:13 +00:00
Christian Sailer
7800b6cb4a
Merge pull request #89 from corda/christians_os_merge_20171031
OpenSource -> Enterprise
2017-11-06 12:50:17 +00:00
Chris Rankin
41e0be1958
Exit code is between 0-255. So protect against VERY unlikey chance of overflow. (#2000) 2017-11-06 11:54:48 +00:00
Christian Sailer
f12bec8496 Add version pinning directives to work arond the spring.boot plug-in's shortcomings 2017-11-06 11:42:53 +00:00
Andrzej Cichocki
00a9014852
CORDA-716 Rename one TestClock to DemoClock, and unduplicate code (#1988) 2017-11-06 11:13:56 +00:00
Andrzej Cichocki
9baa9037ae
Retire marker interface. (#1997) 2017-11-06 10:53:02 +00:00
Shams Asari
3bb018a5ce Removed the ability to manually start notary nodes from the driver and MockNetwork. Instead by default a single notary is automatically started. This can be customised at creation time of the driver and MockNetwork. This more accurately models the concept of network parameters in a CZ.
Also added helper methods to retrieve this default notary.
2017-11-05 22:55:33 +00:00
Christian Sailer
405fd8f249 Fix build.gradle files for the IRS demo 2017-11-03 16:22:23 +00:00
Alberto Arri
9be37c2b88
Remove useless call to waitUntilNetworkReady within driver started nodes (#1998)
Remove usages of waitUntilNetworkReady in conjunction with driver
2017-11-03 14:27:46 +00:00
Patrick Kuo
22453204ed
move node info schema to internal package (#1976) 2017-11-03 11:30:29 +00:00
Shams Asari
d04e48740b Introducing network parameters.
network-parameters file read in by the node at startup, of which only the list of notaries is used. For now, the driver and MockNetwork have been updated to require notaries to be started first. This is so that the same set of network parameters can be defined for all the nodes.

CN in the legal name is not longer disallowed since it's no longer reserved for distributed notary names.

Single-node notaries now only have one identity, their main identity. Nodes part of a cluster continue to have two.

(Based off Kasia's work)
2017-11-03 09:46:10 +00:00
Alberto Arri
5490465750
[CORDA-446] Remove entities from netmap cache & friends (#1980)
* Remove PersistentNetworkMapService and related classes. They were part of the old network map node code.
2017-11-03 09:28:52 +00:00
Shams Asari
837e8800e8 Checking that the smoke tests don't have the node on their classpath. 2017-11-02 20:58:03 +00:00
Andrzej Cichocki
2e0e78e883
Retire DriverBasedTest. (#1986) 2017-11-02 16:56:08 +00:00
Andrzej Cichocki
7521675ef2
It's not commonName it's organisation. (#1987) 2017-11-02 16:55:36 +00:00
Michele Sollecito
d882f8871e
[CORDA-758]: Permissions are now checked for each RPC method. (#1985)
* Permissions are now checked for each RPC method.

* Fixed NodeMonitorModelTest

* Fixed IRSDemoTest
2017-11-02 15:09:49 +00:00