73d3af504d
Merge pull request #3615 from corda/df-reuse-mock-network-example
...
Reuse mock network, randomising party names to avoid clash
2018-07-17 17:10:33 +01:00
8a54badc6a
CORDA-1514 Add our patented nested Merkle trees protocol to documentation
2018-07-17 15:36:10 +01:00
0e75027525
Configure remote gradle build cache.
2018-07-17 15:09:15 +01:00
921b132658
Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils ( #3630 )
...
They're prone to cause flaky tests due to the "allocated" ports already being taken by the system when eventually needed. Replaced usages with PortAllocation.Incremental.
Affected unit tests made into integration tests to avoid any issues in the future when unit tests are made to run in parallel.
2018-07-17 14:42:30 +01:00
e879de70f3
CORDA-1800: Shrink the Simm Valuation Demo's contract states using ProGuard. ( #3586 )
...
* Shrink the Simm Valuation Demo's contract states CorDapp using ProGuard.
* Remove CordFormation from CorDapp modules, which unbundles Jolokia from the CorDapps.
* Preserve directory structure for CorDapp's own classes.
* Remove unwanted transitive dependencies from Simm Valuation CorDapps.
* Use allprojects {} to set Strata version property.
2018-07-17 12:31:44 +01:00
829be5dfb6
CORDA-1747 fix issue around RPC return of generic objects ( #3625 )
...
* fix issue around RPC return of generic objects
* address review comments
2018-07-17 12:19:06 +01:00
a8fa232301
CORDA-1516 - Adding notary to key-concepts-transactions ( #3502 )
...
also decided not to include info about privacy salt (as too complex)
2018-07-17 11:53:53 +01:00
aee2377f4f
Add a doc on local configuration for a Corda testnet node. ( #3623 )
...
* Add a page on local deployment
* Add a page on local deployment
* Fix typos
* add image
* Added warning on copying nodes.
* Added warning
* Fix reviewer comments
* Update index
* broken note
* typo
2018-07-17 10:45:46 +01:00
a18076a359
Update CONTRIBUTORS.md
2018-07-17 10:44:05 +01:00
736d62ec1a
Retire RandomFree as it causes flaky tests ( #3626 )
2018-07-17 10:29:47 +01:00
1cffe1b080
Docs: update notary setup page
2018-07-17 11:26:55 +02:00
21725ef192
CORDA-3167 added titles to Treasury chart in Explorer
2018-07-17 11:15:30 +02:00
851d1fa557
Clarify test intention with generators, operations and matchers
2018-07-16 17:51:20 +01:00
1ca2059863
[CORDA-1635] Update docs (node naming constraints). ( #3595 )
...
* Update docs (node naming constraints).
* Update CordaX500NameTest to ensure consistency with the docs.
* Respond to feedback.
2018-07-16 17:29:29 +01:00
a1cb184a1d
ENT-2168: Node internal docs tweaks ( #3624 )
2018-07-16 17:13:43 +01:00
d262c88c0b
CORDA-1814: Quasar is only providing its annotations (i.e. @Suspendable) so remove its transitive dependencies. ( #3620 )
2018-07-16 15:57:11 +01:00
ca56f6bd33
Fixed out-of-date integration testing tutorial and added Java example ( #3596 )
2018-07-16 13:14:57 +01:00
d672cba877
CORDA-1785: Update JarFilter to delete classes whose outer class or enclosing method is removed. ( #3562 )
2018-07-16 12:03:00 +01:00
7e220d317d
CORDA-1748: Delete unwanted default parameter values from Kotlin metadata. ( #3556 )
...
* Delete default parameter values from Kotlin metadata when their supporting synthetic functions disappear.
* Fix conversion of class name to class descriptor.
2018-07-16 12:02:19 +01:00
9f905da036
Missing upgrade notes for table change in v3.1 - related to CORDA-1804 ( #3567 )
...
Document different upgrade notes for table name change from v3.0 or from v3.1/v3.2 to the current version (a table change introduced in v3.1 was not documented in upgrade notes).
2018-07-16 11:43:24 +01:00
382d65fbb1
Merge pull request #3289 from corda/CORDA-1578/aslemmer-smm-extension-docs
...
CORDA-1578: Add flow state machine extension tutorial
2018-07-16 11:16:10 +01:00
aac4d64b64
Reuse mock network, randomising party names to avoid clash
2018-07-16 10:52:26 +01:00
bf4f30fd39
Use newSecureRandom instead of SecureRandom ( #3606 )
2018-07-14 05:21:02 +01:00
a4ad4c7563
CORDA-1725 Add documentation on building Corda for Win/*nix and clean up doc bui… ( #3578 )
...
* Add documentation on building Corda for Win/*nix and clean up doc building documentation
* Split up building corda instructions from building docs instructions
* Address review comments
2018-07-13 22:12:20 +01:00
208ac49da0
CORDA-1804 Corda node stops when detecting not migrated node_attachments_contracts table name ( #3593 )
...
Database table NODE_ATTACHMENTS_CONTRACT_CLASS_NAME in v3.0 was changed to NODE_ATTCHMENTS_CONTRACTS in v3.1 and then finally NODE_ATTACHMENTS_CONTRACTS on current master. Users may omit the upgrade note and run into errors. After the change the node will not start if the new table name is not found and any other older ones is found.
2018-07-13 16:23:20 +01:00
ce787df5e5
ENT-2053: add exclusive flag to created P2P queues (except service ones); this is a sync with ENT ( #3592 )
2018-07-13 14:52:43 +01:00
2b4865f884
Update CONTRIBUTORS.md
2018-07-13 14:50:37 +01:00
1d91272698
Moved a bunch of tests that were in the integration bucket into unit ( #3576 )
2018-07-13 14:17:56 +01:00
92f59f2ad2
Revert " Create Artemis p2p.inbound addresses before starting the broker ( #3407 )" ( #3590 )
...
This reverts commit ed3944c546
.
2018-07-13 14:00:02 +01:00
4fb7f7d3d0
CORDA-1733 X500Principal configuration parsing ( #3580 )
...
CORDA-1733 X500Principal configuration parsing
Change the NodeConfiguration.tlsCertCrlIssuer type from String to X500Principal
2018-07-13 13:44:29 +01:00
5dd85e08bf
CORDA-1805 Fixing the NPE with path parent ( #3591 )
2018-07-13 12:46:50 +01:00
dc3bd8de7a
Retired BankOfCordaRPCClientTest as it's mostly duplicated by BankOfCordaCordformTest ( #3565 )
2018-07-13 10:37:51 +01:00
ed25d8f1be
ENT-1565 Upgrade Artemis version to latest. ( #3557 )
...
* ENT-1565 Upgrade Artemis version to latest.
* Fix compiler errors.
* Add to changelog
* Additional commentary on Proton-J version
2018-07-13 10:10:26 +01:00
e90d7c69c5
Minor: doc fixes ( #3584 )
2018-07-13 09:58:05 +01:00
f7a4c19656
CORDA-1803 - Fix variable replacement ( #3585 )
2018-07-13 09:40:02 +01:00
98117392db
Stray full-stop
2018-07-12 17:52:16 +01:00
2db5e0e158
Docs were missing final brace ( #3551 )
2018-07-12 17:48:09 +01:00
df84dd5a33
Address review comments.
2018-07-12 18:42:19 +02:00
309a5fd9ec
Address review comments.
2018-07-12 18:42:19 +02:00
db1e33c820
Docs: clean up the toctree a little bit w.r.t. serialisation and tools
2018-07-12 18:42:19 +02:00
493d4d5890
Minor: slightly improve an exception message with clarifying quotes
2018-07-12 18:42:19 +02:00
20c03d2196
Blob inspector: add support for hex and base64 inputs.
...
Also rename the file to make it easier to navigate to it in IntelliJ
by keyboard.
2018-07-12 18:42:19 +02:00
21754e4323
Removes reference to Discourse. ( #3581 )
2018-07-12 17:40:10 +01:00
d8cd83bf4f
Removes duplicated instructions for running example CorDapp. ( #3579 )
2018-07-12 17:34:13 +01:00
ae7e8a29c7
Don't use grgit to enable git worktree ( #3573 )
...
We might also include a check if the current repo is clean, e.g.
by running `git diff --exit-code` and checking the return value.
2018-07-12 16:20:37 +01:00
18a9155e89
Add java samples
2018-07-12 15:30:23 +01:00
8c1ea4a61d
Fix test
2018-07-12 15:30:23 +01:00
d375875054
Address comments
2018-07-12 15:30:23 +01:00
80a5e7ab81
Add flow state machine extension tutorial
2018-07-12 15:30:23 +01:00
ab08ce21f4
Made NodeUnloadHandlerTests a unit test by using mock node ( #3572 )
2018-07-12 15:22:31 +01:00