Shams Asari
|
c40e080dcc
|
Merge remote-tracking branch 'open/master' into os-merge-3136e97
# Conflicts:
# .idea/compiler.xml
# node/src/main/kotlin/net/corda/node/serialization/kryo/CordaClassResolver.kt
# node/src/main/kotlin/net/corda/node/serialization/kryo/CordaClosureSerializer.kt
# node/src/main/kotlin/net/corda/node/serialization/kryo/DefaultKryoCustomizer.kt
# node/src/main/kotlin/net/corda/node/serialization/kryo/Kryo.kt
# node/src/main/kotlin/net/corda/node/serialization/kryo/KryoSerializationScheme.kt
# node/src/main/kotlin/net/corda/node/serialization/kryo/SerializeAsTokenSerializer.kt
# node/src/main/kotlin/net/corda/node/services/config/ConfigUtilities.kt
# node/src/test/kotlin/net/corda/node/serialization/kryo/KryoStreamsTest.kt
# node/src/test/kotlin/net/corda/node/serialization/kryo/KryoTests.kt
# serialization/src/main/kotlin/net/corda/serialization/internal/SharedContexts.kt
|
2018-05-24 13:20:16 +01:00 |
|
Shams Asari
|
3136e973a7
|
CORDA-1511: Kryo only used for node checkpoints and so moved out of serialization module and into node (#3228)
|
2018-05-24 12:18:07 +01:00 |
|
bpaunescu
|
e0bb00eebb
|
Bogdan hotcold operational guide (#855)
* ENT-1864: added docs for hot-cold deployment with AWS and Azure
* rename docs resource image
* reworded hot-cold deployment guide, added section on mutual exclusion,
removed old high-availability guide
* ENT-1864: Addressed PR comments
* ENT-1864: Addressed PR comments
* ENT-1864: Addressed PR comments
* ENT-1864: Addressed PR comments
* ENT-1864: Addressed PR comments
* ENT-1864: Addressed PR comments
|
2018-05-24 11:42:02 +01:00 |
|
Chris Rankin
|
76918de656
|
ENT-1903: Isolate the WeakHashMap reference. (#3221)
|
2018-05-23 20:09:57 +01:00 |
|
Joel Dudley
|
356b22fa44
|
Expands contributing page to include guidelines. (#3218)
|
2018-05-23 17:10:23 +01:00 |
|
Katarzyna Streich
|
1083e28343
|
ENT-1882: Don't remove own node info - fix (#3219)
* ENT-1882: Don't remove own node info
Don't remove own node info from cache on network map update.
|
2018-05-23 16:33:08 +01:00 |
|
Joel Dudley
|
941adb0a75
|
Update CONTRIBUTORS.md
|
2018-05-23 15:39:36 +01:00 |
|
Michele Sollecito
|
1137a0cc8f
|
[CORDA-1458]: Prevent passwords from being logged as part of node's configuration. (#3223)
|
2018-05-23 13:51:40 +01:00 |
|
Joel Dudley
|
c3de65a545
|
Update tutorial-attachments.rst
|
2018-05-23 13:44:28 +01:00 |
|
Michele Sollecito
|
48f89e9ff8
|
[CORDA-1526]: Ensure MDC is printed in logs only if not empty. (#3222)
|
2018-05-23 13:23:02 +01:00 |
|
Joel Dudley
|
9b01ef77c6
|
Clarifies that only stable H2 releases should be used.
|
2018-05-23 11:21:58 +01:00 |
|
Michele Sollecito
|
957424ae0f
|
[ENT-1720]: DB Migration: tool prints {} characters at the end of every log line unnecessarily (fix). (#874)
|
2018-05-23 10:30:30 +01:00 |
|
Siddhartha Sengupta
|
093be1b88c
|
Using a List for the identity certs in InMemoryIdentityService and PersistentIdentityService (#3210)
|
2018-05-23 10:14:13 +01:00 |
|
Michele Sollecito
|
cafcecec2b
|
[CORDA-1264]: Mask internal errors if devMode is false. (#871)
|
2018-05-23 09:55:24 +01:00 |
|
Andrius Dagys
|
57fce1dd16
|
Docs: Add a section on what data is visible to notaries (#3159)
|
2018-05-23 08:59:58 +01:00 |
|
Michal Kit
|
d9510d9a22
|
ENT-1883 Adding the CRL generator (#857)
* Adding the empty CRL generation functionality
* Addressing review comments
|
2018-05-23 07:48:53 +01:00 |
|
Michal Kit
|
c4f9f1cb68
|
Small refactoring of the HSM certificate generator (#869)
* Small refactoring of the HSM certificate generator
* Updating docs
|
2018-05-22 16:27:51 +01:00 |
|
Joel Dudley
|
c943a4d46b
|
Moves whitepapers. (#3217)
|
2018-05-22 15:38:43 +01:00 |
|
Michele Sollecito
|
9446d8093d
|
Merge pull request #872 from corda/merges/may-22-14-56
|
2018-05-22 15:28:56 +01:00 |
|
Katelyn Baker
|
cba83aca13
|
Move RxNotification serializer into the serialization package (#3214)
|
2018-05-22 15:17:18 +01:00 |
|
sollecitom
|
766093c1aa
|
Merge remote-tracking branch 'remotes/open/master' into merges/may-22-14-56
# Conflicts:
# node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt
|
2018-05-22 14:57:59 +01:00 |
|
Michele Sollecito
|
072cf0fa97
|
Enabling logging in ExceptionSerialisingRpcOpsProxy. (#3212)
|
2018-05-22 13:37:09 +01:00 |
|
Tudor Malene
|
4d715e4d5c
|
ENT-1940 Improve error checking for the db migration tool (#868)
* ENT-1940 Improve error checking for the db migration tool
|
2018-05-22 13:19:50 +01:00 |
|
Michal Kit
|
2b2b856a17
|
Improving network map and CRL caches (#866)
* Improving network map and CRL caches
* Addressing review comments
|
2018-05-22 13:04:16 +01:00 |
|
Shams Asari
|
fb70c4b69c
|
Marked createComponentGroups as @CordaInternal (#3193)
|
2018-05-22 11:38:56 +01:00 |
|
Tudor Malene
|
c2c792eccf
|
Silence SASL exception (#3208)
|
2018-05-22 11:25:31 +01:00 |
|
Michele Sollecito
|
d651ad9bb3
|
Merge pull request #867 from corda/merges/may-21-17-24
Merges May 21 17:24
|
2018-05-22 09:57:45 +01:00 |
|
sollecitom
|
ee45c8280d
|
Merge remote-tracking branch 'remotes/open/master' into merges/may-21-17-24
# Conflicts:
# client/rpc/src/main/kotlin/net/corda/client/rpc/PermissionException.kt
|
2018-05-22 09:51:02 +01:00 |
|
Michele Sollecito
|
48b126321b
|
Reverting API breaking change in PermissionException. (#3209)
|
2018-05-22 09:48:29 +01:00 |
|
bpaunescu
|
bff419e9af
|
Corda-1505 catch connection failure exception and re-throw as RPCException (#3203)
* CORDA-1505: catch connection failure exception and rethrow as RPCException
* CORDA-1443: remove incorrect import
* CORDA-1443: fix some failing tests
* CORDA-1505: fix broken CordaRPCClient test
* fix tests
* CORDA-1505: catch connection failure exception and rethrow as RPCException
* CORDA-1443: remove incorrect import
* CORDA-1443: fix some failing tests
* CORDA-1505: fix broken CordaRPCClient test
* fix tests
* CORDA-1505: changed exception handling to RPCException
* CORDA-1505: changed exception handling to RPCException
|
2018-05-21 18:01:31 +01:00 |
|
sollecitom
|
e3b2d3332d
|
Merge remote-tracking branch 'remotes/open/master' into merges/may-21-17-24
# Conflicts:
# constants.properties
# node-api/src/main/kotlin/net/corda/nodeapi/exceptions/RejectedCommandException.kt
# node/src/main/kotlin/net/corda/node/internal/RpcAuthorisationProxy.kt
# node/src/main/kotlin/net/corda/node/internal/SecureCordaRPCOps.kt
|
2018-05-21 17:29:26 +01:00 |
|
Tudor Malene
|
83e99cd583
|
Merge pull request #865 from corda/tudor-merge-21-05-18
Tudor merge 21 05 18
|
2018-05-21 19:17:00 +03:00 |
|
Michal Kit
|
519aa56947
|
Fixing docs indentation for CRL (#864)
|
2018-05-21 17:05:14 +01:00 |
|
Michele Sollecito
|
f0db76d854
|
Re-enabled commented out test and fixed warnings in Finance. (#3206)
|
2018-05-21 17:00:30 +01:00 |
|
Joel Dudley
|
f7f45477ca
|
Update CONTRIBUTORS.md
|
2018-05-21 16:39:55 +01:00 |
|
Andrius Dagys
|
5959b13e23
|
Minor: notary test tool cleanup (#863)
|
2018-05-21 17:36:17 +02:00 |
|
Patrick Kuo
|
6a783124bf
|
ENT-1821 - Doorman failed with parallel requests (#827)
* attempt to fix race condition by introducing thread lock
|
2018-05-21 16:32:28 +01:00 |
|
Tudor Malene
|
7a08ebca5a
|
Fix merge
|
2018-05-21 14:37:59 +01:00 |
|
tudor.malene@gmail.com
|
2ca11d7996
|
Merge remote-tracking branch 'open/master' into tudor-merge-21-05-18
# Conflicts:
# .idea/compiler.xml
# client/rpc/src/main/kotlin/net/corda/client/rpc/CordaRPCClient.kt
# client/rpc/src/main/kotlin/net/corda/client/rpc/internal/CordaRPCClientUtils.kt
# docs/source/generating-a-node.rst
# finance/src/main/kotlin/net/corda/finance/contracts/asset/CommodityContract.kt
# node-api/src/main/kotlin/net/corda/nodeapi/internal/ArtemisMessagingClient.kt
# node/src/integration-test/kotlin/net/corda/node/amqp/AMQPBridgeTest.kt
# node/src/integration-test/kotlin/net/corda/node/amqp/ProtonWrapperTests.kt
# node/src/integration-test/kotlin/net/corda/node/services/rpc/RpcSslTest.kt
# node/src/main/kotlin/net/corda/node/internal/Node.kt
# node/src/main/kotlin/net/corda/node/services/config/ConfigUtilities.kt
# node/src/main/kotlin/net/corda/node/services/config/NodeConfiguration.kt
# node/src/main/kotlin/net/corda/node/services/config/SslOptions.kt
# node/src/main/kotlin/net/corda/node/services/messaging/RPCMessagingClient.kt
# node/src/main/kotlin/net/corda/node/services/rpc/NodeLoginModule.kt
# tools/shell/src/integration-test/kotlin/net/corda/tools/shell/InteractiveShellIntegrationTest.kt
|
2018-05-21 13:49:59 +01:00 |
|
bpaunescu
|
cda5a6a8f2
|
add RPC client examples of connection management (#3201)
|
2018-05-21 13:39:38 +01:00 |
|
Michele Sollecito
|
5de2c2aa4b
|
[CORDA-1264}: Complete obfuscation of exceptions to client side. (#3155)
|
2018-05-21 13:34:37 +01:00 |
|
igor nitto
|
2a07537f7b
|
Dependencies fix in launcher build: kotlin-stdlib-jre8 -> kotlin-stdlib-jdk8 (#860)
|
2018-05-21 13:31:34 +01:00 |
|
Tudor Malene
|
9f8d6b4fdc
|
Merge pull request #861 from corda/feature/ENT-1932/move_MigrationExporter
ENT-1932 Move MigrationExporter to the "node" module
|
2018-05-21 15:25:59 +03:00 |
|
Richard Gendal Brown
|
b0b36b5b7d
|
Merge pull request #3013 from corda/corda-platform-whitepaper
New Platform Intro Whitepaper
|
2018-05-21 12:51:31 +01:00 |
|
James Carlyle
|
5b6d5e766b
|
One individual removed from list upon request (#2602)
|
2018-05-21 13:47:43 +02:00 |
|
Shams Asari
|
5b213871ff
|
Merge pull request #862 from corda/os-merge-2907250
O/S merge from 2907250
|
2018-05-21 12:43:21 +01:00 |
|
Joel Dudley
|
4d8ea047d5
|
Add extraConfig example. (#3185)
|
2018-05-21 12:42:23 +01:00 |
|
Tittu Varghese
|
3ffbbf8087
|
Added favicon to docs.corda.net (#3199)
* Added favicon to docs.corda.net
* docs.corda.net favicon path fix
|
2018-05-21 11:49:56 +01:00 |
|
Matthew Nesbit
|
355ff8e7a1
|
Merge pull request #847 from corda/mnesbit-bridge-protect-misconfiguration
ENT-1597: Detect duplicate bridge operation and terminate JVM
|
2018-05-21 11:30:29 +01:00 |
|
Shams Asari
|
210a0bc9a5
|
Merge branch 'master' into os-merge-2907250
|
2018-05-21 11:26:23 +01:00 |
|