Chris Rankin
2a961b8e2c
Separate server contexts from shared contexts. ( #2044 )
2017-11-13 21:23:23 +00:00
Andrzej Cichocki
687a992262
CORDA-716 Make asContextEnv available to smoketesting ( #2039 )
2017-11-13 18:28:54 +00:00
Matthew Nesbit
4159829139
Update design.md
2017-11-13 18:12:44 +00:00
Matthew Nesbit
6d1dd7372a
Update design.md
2017-11-13 18:12:13 +00:00
Ross Nicoll
c583af8f4b
Add AbstractPartyDescriptor to stop Hibernate warning ( #1878 )
2017-11-13 18:04:38 +00:00
Matthew Nesbit
ec72acc699
Update design.md
2017-11-13 17:59:21 +00:00
Katelyn Baker
58e0882d37
Merge pull request #2041 from corda/kat/bugfix/removeBadImport
...
BUGFIX: Remove bad import
2017-11-13 17:57:08 +00:00
David Lee
17bc6a50c0
Indented
2017-11-13 17:44:14 +00:00
Matthew Nesbit
3960d16b74
Update design.md
2017-11-13 17:44:14 +00:00
David Lee
84a7be6664
Added pics and descriptions
2017-11-13 17:44:14 +00:00
David Lee
9c411e7dc2
Added challenges
2017-11-13 17:44:14 +00:00
David Lee
da05446a18
First draft
2017-11-13 17:44:13 +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
szymonsztuka
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
Katelyn Baker
81869535b3
BUGFIX: Remove bad import
2017-11-13 16:01:40 +00:00
Andrzej Cichocki
b8b3911ceb
Fix the BFT startup consensus workaround. ( #2042 )
2017-11-13 15:45:26 +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
Andrzej Cichocki
d7ce405ec5
Fix RPCStabilityTests.client doesnt leak threads when it fails to start
( #2037 )
2017-11-13 09:43:12 +00:00
Ross Nicoll
076a8ab937
Step through cert path when registering ( #2027 )
...
Ensure when registering identities, we store the certificate closest to the trust root, with the same name. This ensures that looking up an identity by name produces the best match, not earliest registered identity (often but not necessarily the same).
2017-11-10 17:41:45 +00:00
Andrzej Cichocki
6a569fb3f1
Retire findTokenizableService. ( #2036 )
2017-11-10 16:40:18 +00:00
Andrzej Cichocki
052124bbe0
CORDA-716 Make serialization init less static ( #1996 )
2017-11-10 15:44:43 +00:00
cburlinchon
cc4c732a48
CORDA-715 Upgrade Artemis from 2.1.0 to 2.4.0 ( #2029 )
2017-11-10 15:42:05 +00:00
Andrzej Cichocki
001cb4f901
Don't blow up if a param is anonymous e.g. underscore. ( #2020 )
2017-11-10 15:19:41 +00:00
Katelyn Baker
83857950fe
Merge pull request #2028 from corda/cburlinchon-amqp-contract-attachment-serializer
...
ENT-1031 AMQP serializer for ContractAttachment, evaluate lazy attachment
2017-11-10 15:12:26 +00:00
Chris Burlinchon
39e2f6ad99
ENT-1031 AMQP serializer for ContractAttachment, evaluate lazy attachment and write out in full
2017-11-10 14:42:18 +00:00
Christian Sailer
2a83167d3b
Merge pull request #2024 from corda/christians_public-key-caching-hooks
...
Public key customization hooks
2017-11-10 13:37:37 +00:00
Christian Sailer
5354c777ce
CORDA-781 code layout cleaned up
2017-11-10 11:54:03 +00:00
Christian Sailer
52dea9e5c3
Merge pull request #1958 from corda/christians_nodeconfig-fix
...
Add helper for checking whether to check checkpoints and unit test it.
2017-11-10 11:28:13 +00:00
Christian Sailer
449a714478
Merge pull request #1999 from corda/christians_fix_irs-demo-deploy
...
IRS demo gradle files
2017-11-10 11:26:40 +00:00
Christian Sailer
b0517954a0
CORDA-781 clean up imports
2017-11-10 11:10:06 +00:00
Christian Sailer
13001ee674
CORDA-781 code review: clean up AMQP scheme
2017-11-10 10:23:19 +00:00
cburlinchon
4c1d1733a5
Serialization of large contract attachments causes OOM exception ( #1991 )
...
* Don't serialize contract attachment, only hash and contract class name if we are checkpointing
2017-11-10 10:21:36 +00:00
Andrzej Cichocki
6b71c6cf75
Retire some initialiseSerialization booleans. ( #2019 )
2017-11-10 10:15:55 +00:00
Tommy Lillehagen
7b714f5bc7
ENT-975 Track unchanged files in extra-info ( #99 )
2017-11-10 08:49:36 +00:00
Christian Sailer
26819bfd04
No public key serializer overriding for checkpointing
2017-11-09 15:23:12 +00:00
Christian Sailer
89b01ab342
Hooks for PublicKeySerializer customization
2017-11-09 15:12:52 +00:00
Christian Sailer
219433c3cd
Hooks for PublicKeySerializer
2017-11-09 14:49:23 +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