4aa7247eda
Update pluggable-broker.md
2017-11-15 13:58:26 +00:00
ca30f22cfc
Update e2e-encryption.md
2017-11-15 13:57:41 +00:00
f15f57e83d
Update ssl-termination.md
2017-11-15 13:56:18 +00:00
1636a4bb0c
Update p2p-protocol.md
2017-11-15 13:53:03 +00:00
829262c868
Update
2017-11-15 13:05:06 +00:00
233f1fb8e2
Move all the configuration for running doorman in its configuration f… ( #104 )
...
* Move all the configuration for running doorman in its configuration files
2017-11-15 13:04:16 +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
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
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
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
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
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
3e61d13ffe
Merge remote-tracking branch 'corda/master' into christians_os_merge_20171031
2017-11-02 14:41:18 +00:00
00e682a544
[CORDA-446] Clean up other mentions of network map node and logic ( #1974 )
...
* [CORDA-446] Clean up other mentions of network map node and logic
* Rename AbstractNetworkMapService to NetworkMapService and remove the empty NetworkMapService
* fix build
* fix artemismessaging tests
* pr comments
2017-11-01 14:25:48 +00:00
dcaac91691
Cordformation now allows addresses to be used for non-database addresses. ( #1917 )
...
Cordformation now allows addresses to be used for non-database addresses.
2017-10-31 20:48:57 +00:00
9176fcb8e6
Remove for good network map service node ( #1942 )
...
* [CORDA-446] Kill network map registration and fix NodeBasedTest
2017-10-30 11:45:52 +00:00
05d6fb91c7
Reinstate Simulation config overrides for notary. ( #1947 )
2017-10-30 11:41:53 +00:00
0d4c2d3526
Replaces links to Discourse with Stack Overflow links.
2017-10-30 10:09:08 +00:00
a0b9768be7
Retire FullNodeConfiguration ( #1954 )
...
* Retire FullNodeConfiguration
* Moved logic and tests for Artermis user names in RPCUserServiceImpl
2017-10-27 14:30:10 +01:00
428eb43abe
Minor: add a discussion to recordTransactions.
...
Discuss the interaction between coin selection and observer nodes and
why it's designed the way it is.
2017-10-26 18:05:24 +02:00