Commit Graph

1502 Commits

Author SHA1 Message Date
169e51d682 Updated requirements with Nick Arini 2017-11-15 13:01:57 +00:00
f3ded28bef Added extra design decision info 2017-11-15 12:49:27 +00:00
f86b952c8a Added link 2017-11-15 11:50:51 +00:00
38352d5175 Added ssl-termination options doc 2017-11-15 11:50:19 +00:00
cf22e22113 Added link 2017-11-15 10:06:15 +00:00
5b4667ad9b added decision doc on p2p protocol 2017-11-15 10:05:04 +00:00
2fe41715cc On exit, the driver will automaticallly shutdown any nodes which weren't waited for.
The motivation for this came with the recent change that a default notary is started by the driver, which if ignored will leak the notary process.

Also, waitForAllNodesToFinish() has been replaced by a driver parameter.
2017-11-14 20:20:00 +00:00
5c62f9b243 Wording updates 2017-11-14 19:26:42 +00:00
032f50c8fe Update design.md 2017-11-14 17:29:05 +00:00
4e5a9e924e Removed point 2017-11-14 16:48:35 +00:00
4abe176af5 Update design.md 2017-11-14 16:45:48 +00:00
414be6531d Additional amendments based on restructuring with Mark O 2017-11-14 16:37:02 +00:00
916add39b2 Structure & flow changes discussed with Mark Oldfield 2017-11-14 16:11:29 +00:00
b0af1c715c From code review 2017-11-14 15:24:02 +00:00
4e67a979a0 Added some more details regarding setting log levels for individual modules 2017-11-14 15:24:02 +00:00
0d2382619b Raft Notary: bootstrap command line flag 2017-11-14 13:51:21 +00:00
e270f2bfe1 Update design.md 2017-11-14 13:02:26 +00:00
64a9946f03 Replace artemis network map with http network map (#1970)
* Network map cache using Network map client instead of artemis. -- WIP

* fix up after rebase

* address PR issues, split network map update test, added todos to remove sleeps

* move jimfs and baseDir to field variable
2017-11-14 11:37:50 +00:00
1a02c9a74f AttachmentCriteriaQuery class and infrastructure (#2022)
* Attachments metadata support
2017-11-14 10:22:02 +00:00
4159829139 Update design.md 2017-11-13 18:12:44 +00:00
6d1dd7372a Update design.md 2017-11-13 18:12:13 +00:00
ec72acc699 Update design.md 2017-11-13 17:59:21 +00:00
17bc6a50c0 Indented 2017-11-13 17:44:14 +00:00
3960d16b74 Update design.md 2017-11-13 17:44:14 +00:00
84a7be6664 Added pics and descriptions 2017-11-13 17:44:14 +00:00
9c411e7dc2 Added challenges 2017-11-13 17:44:14 +00:00
da05446a18 First draft 2017-11-13 17:44:13 +00:00
1b75f3cc7c Update design.md 2017-11-13 17:40:57 +00:00
622dcbe313 Added requirements 2017-11-13 17:40:57 +00:00
851d6f2f2b Added extra sections
Missed from original
2017-11-13 17:40:57 +00:00
ab799e38c0 Updated diagrams 2017-11-13 17:40:57 +00:00
167da15fe5 Updated pictures
Fixed links (spaces in URLs)
2017-11-13 17:40:56 +00:00
3d42072086 Added draft diagrams 2017-11-13 17:40:56 +00:00
76f6d21d6a Added draft diagrams 2017-11-13 17:40:56 +00:00
aefd6afc66 Minor changes
Minor
2017-11-13 17:40:56 +00:00
59c1aa99ee Updates
updates
2017-11-13 17:40:56 +00:00
a2097a8afb Minor updates
Working with markdown formatting
2017-11-13 17:40:56 +00:00
bb1143652f Initial doc setup 2017-11-13 17:40:56 +00:00
359610ff14 Ability to run integration tests against standalone databases
* Additional database confing and implied property ${nodeOrganizationName}.
* Integration tests extend from base class which allows to configure database connection (in-memory/remote db) and to run setup/tear down SQL scripts.
2017-11-13 17:29:57 +00:00
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
6b71c6cf75 Retire some initialiseSerialization booleans. (#2019) 2017-11-10 10:15:55 +00:00
117261caa4 Retired getDefaultNotary test extension method.
Most uses where with MockNetwork which recently got a defaultNotaryIdentity property for dealing with the default single notary case. The remaining uses where in flows.
2017-11-07 21:20:43 +00:00
e6feca2f03 Added verifySignaturesExcept which takes in a colleciton of PublicKeys 2017-11-07 13:00:16 +00:00
deaba2887d Some cleanup after network map removal (#2006) 2017-11-07 12:16:49 +00:00
a4be26a296 Removed unnecessary calls to MockNetwork.runNetwork (b/c there is no more P2P node registration) and removed redundant entries in cordappPackages 2017-11-06 21:28:20 +00:00
7765de0bf9 Merge branch 'master' of https://github.com/corda/corda into christians_os_merge_20171106 2017-11-06 17:27:13 +00:00
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
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
22453204ed move node info schema to internal package (#1976) 2017-11-03 11:30:29 +00:00
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