9514ad6be1
Workaround if six
is already installed. ( #3320 )
...
* Help message if build fails.
* Fix formatting.
2018-06-07 16:13:59 +01:00
468c0c7404
CORDA-1349: Docs: improve docs on permissioning, doorman and network map. ( #3277 )
...
* Docs: improve docs on permissioning, doorman and network map.
* Add a convenience serialization API for Java users, marked as
internal for now with a TODO to make it public after we start work on
Corda 4.0. Otherwise serializing arbitrary objects to AMQP is awkward.
2018-06-06 13:57:25 +02:00
d620e71bb6
Replaced all uses of assert with require ( #3309 )
...
JVM assertions have to be enabled with the -ea flag so it's possible for these checks to be ignored.
2018-06-06 00:31:41 +01:00
75f2c4a0a4
Removed flow-library doc page as it's redundant ( #3307 )
2018-06-05 21:43:03 +01:00
086b9daa6e
Updates the setup instructions to be IntelliJ 2018 compatibile. ( #3299 )
2018-06-05 10:57:29 +01:00
010c30f6d4
DOCS - Remove references to webAddress since it's no longer a valid option ( #3293 )
2018-06-05 10:57:19 +01:00
7bf6608c8e
Fixes webport numbers based on recent build.gradle changes. ( #3298 )
2018-06-05 10:15:47 +01:00
d989ae9dcc
Stray backtick.
2018-06-04 23:20:26 +01:00
fc020bca4b
[CORDA-1575]: Out of process nodes started by the driver do not log to file (fix). ( #3286 )
2018-06-01 16:16:23 +01:00
57d379597b
Fix a typo in node_attchments_contracts table name. ( #3202 )
2018-06-01 16:08:19 +01:00
b7fbebb490
Cleaned up blob inspector doc ( #3284 )
2018-06-01 14:26:58 +01:00
9efb1ecfe0
CORDA-1477 add check for code version in checkpoints ( #3256 )
...
* CORDA-1477 add check for code version in checkpoints
* CORDA-1477 Comment style
* CORDA-1477 address code review comments
* CORDA-1477 add changelog entry
* CORDA-1477 attempt to fix tests
* CORDA-1477 attempt to fix tests and address code review comments
* CORDA-1477 attempt to fix tests
2018-06-01 13:37:39 +01:00
edb462eb06
update azure documentation ( #2950 )
...
add yo!app deployment for Corda V2
2018-06-01 09:26:07 +01:00
74fd5b9e9d
Add documentation on clearing network map cache ( #3280 )
...
Add documentation on clearing network map cache
CORDA-1562
2018-05-31 17:44:38 +01:00
5d1cc0bd54
K1 is supported by TLS (permissioning.rst) and identify Sphincs as experimental due to a BC 1.58 issue which needs investigation. ( #3269 )
2018-05-30 17:38:33 +01:00
e44b6c6f4a
[CORDA-1356]: CashException is unable to derisalize with AMQP through RPC. (fix). ( #3274 )
2018-05-30 17:15:50 +01:00
7b09795795
CORDA-1383: Cleaned up the JSON format of WireTransaction and SignedTransaction ( #3248 )
...
In particular correctly outputs the custom state and command objects in the txs. Also fixed up deserialisation back into the transaction objects.
2018-05-30 16:37:41 +01:00
9418f9191e
Document notary.serviceLegalName
( #3265 )
2018-05-30 15:47:40 +01:00
26ef294d8d
[CORDA-1356]: OOM when using Demobench + Explorer (fix). ( #3268 )
2018-05-30 15:04:24 +01:00
3535633d45
Add DCO requirement to contributing docs. ( #3263 )
2018-05-30 12:35:51 +01:00
1c1b492532
[CORDA-1542]: Ctrl-C in the shell no longer aborts the flow (fix). ( #3260 )
2018-05-30 10:29:10 +01:00
ac212972ea
[CORDA-1539] Minimum RSA key of 2048 bits on validatePublicKey ( #3239 )
2018-05-29 17:11:00 +01:00
1c7b44fb3d
Instructions for IntelliJ 2018.1 ( #3250 )
...
* Instructions for IntelliJ 2018.1
* Addresses review feedback
2018-05-29 16:51:28 +01:00
f68cf6f712
[CORDA-1341]: Ensure API can be called concurrently wrt transactions. ( #3235 )
2018-05-29 15:25:34 +01:00
7d69bc664a
[CORDA-1297] Columns nullability ( #3112 )
...
JPA/Hibernate entities need to impose the correct NULL/NOT NULL constraints on the database - whatever these correct values actually are.
API change: net.corda.core.schemas.PersistentStateRef fields (index and txId) are now non-nullable. Rationale: The fields were always effectively non-nullable - values were set from non-nullable fields of other objects. The class is used in context of database table Primary Key of for other entities and a database already imposes those columns as non-nullable (even if JPA annotation nullable=false was absent).
2018-05-25 19:03:24 +02:00
8504b65e7b
ENT-1933: make NetworkParameters serialization compatible ( #3234 )
...
* ENT-1933: make NetworkParameters serialization compatible
2018-05-25 17:14:00 +01:00
d772bc8b7f
Added back support for parsing OpaqueBytes as UTF-8 strings in JacksonSupport ( #3240 )
2018-05-25 17:07:19 +01:00
a63e08d94c
Add example in docs for node SSH server port configuration option. ( #3236 )
2018-05-25 17:38:34 +02:00
a3d88f752d
CORDA-1510 - Allow Doorman and NetworkMap to be configured independently ( #3220 )
...
* CORDA-1510 - Allow Doorman and NetworkMap to be configured independently
Currently only one compatabilityZoneURL can be specified, however the
two services can be run on as separate servers. Allow nodes to be
configured in this manner
* Partial review comments
* Review comments
* review comments
2018-05-25 11:37:20 +01:00
4e0378de9c
CORDA-1238: Moved the blob inspector out of experimental and wired it to JackonSupport ( #3224 )
...
The existing output format was not complete and so was deleted to avoid it becoming a tech debt. We can always resurrect it at a later point.
2018-05-24 18:26:55 +01:00
52eef5da5b
Replace timestamp with time-window ( #3211 )
2018-05-24 16:06:33 +01:00
d1e147b1c1
[CORDA-1638]: Audit log of failed transactions MVP. ( #3231 )
2018-05-24 16:06:14 +01:00
4adc0380a2
CORDA-1496 Add api-scanner documentation ( #3184 )
...
Add api-scanner documentation
2018-05-24 15:43:58 +02:00
645163e9cc
Fixing node keys bullet points ( #3207 )
2018-05-24 14:30:36 +01:00
356b22fa44
Expands contributing page to include guidelines. ( #3218 )
2018-05-23 17:10:23 +01:00
1137a0cc8f
[CORDA-1458]: Prevent passwords from being logged as part of node's configuration. ( #3223 )
2018-05-23 13:51:40 +01:00
c3de65a545
Update tutorial-attachments.rst
2018-05-23 13:44:28 +01:00
48f89e9ff8
[CORDA-1526]: Ensure MDC is printed in logs only if not empty. ( #3222 )
2018-05-23 13:23:02 +01:00
9b01ef77c6
Clarifies that only stable H2 releases should be used.
2018-05-23 11:21:58 +01:00
57fce1dd16
Docs: Add a section on what data is visible to notaries ( #3159 )
2018-05-23 08:59:58 +01:00
c943a4d46b
Moves whitepapers. ( #3217 )
2018-05-22 15:38:43 +01:00
fb70c4b69c
Marked createComponentGroups as @CordaInternal ( #3193 )
2018-05-22 11:38:56 +01:00
cda5a6a8f2
add RPC client examples of connection management ( #3201 )
2018-05-21 13:39:38 +01:00
b0b36b5b7d
Merge pull request #3013 from corda/corda-platform-whitepaper
...
New Platform Intro Whitepaper
2018-05-21 12:51:31 +01:00
4d8ea047d5
Add extraConfig
example. ( #3185 )
2018-05-21 12:42:23 +01:00
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
455221629b
CORDA-1343 Make the RPCClient ssl constructors public. Clean up broke… ( #3039 )
...
* CORDA-1343 Make the RPCClient ssl constructors public. Clean up broker authentication logic
* CORDA-1343 small fix
* CORDA-1343 cleanup
* CORDA-1343 fixed api changes script
* CORDA-1343 fixed merge
* CORDA-1343 removed unused property
* CORDA-1343 add separate p2p and rpc node users
* CORDA-1343 remove test configuration
* CORDA-1343 fix tests
* CORDA-1343 address core review comments
* CORDA-1343 some documentation and adding createWithSsl method for a haAddressPool
* CORDA-1343 clean up the CordaRPCClient interface
* CORDA-1343 add internal shell test
* CORDA-1343 address code review comments
* CORDA-1343 split the internalShell user from the System Rpc user
* CORDA-1343 fix test
* CORDA-1343 Add warning when certificateChainCheckPolicies is being configured
* CORDA-1343 Address code review changes
* CORDA-1343 fix merge
* CORDA-1343 added test, docs, clarify comments
* CORDA-1343 clean up docs
* CORDA-1343 fix api
* CORDA-1343 fix merge
* CORDA-1343 fix merge
* CORDA-1343 fix merge
* CORDA-1343 fix merge
2018-05-21 13:05:08 +03:00
fc88cefbc8
CORDA-1288 Node properties can be set as system properties. ( #3172 )
2018-05-21 10:55:44 +01:00
2907250468
Mark HA notary design as deprecated ( #3171 )
...
This design is superseded by the CFT notary design.
* Mark HA notary design as deprecated
* Remove outdated HA notary service design
2018-05-21 09:57:29 +01:00
eecb210a35
Clarifying the ident width in the code style guide ( #3190 )
2018-05-18 17:28:40 +01:00