Commit Graph

1305 Commits

Author SHA1 Message Date
Dan Newton
43dfd636dc CORDA-3083: Backport dumpCheckpoints shell command (#5305)
This is a port of https://github.com/corda/corda/pull/5171 with some further improvements like printing out the contents of all the flows in the sub-flow stack (rather than just the current progress tracker step) and better error handling.
2019-07-18 10:42:14 +01:00
Katelyn Baker
6133998dd6
RELEASE - Release v3.4 release docs
* RELEASE - Upgrade notes and change log

* RELEASE - Release notes

* Review comments
2019-03-13 23:04:22 +00:00
Katelyn Baker
680a83413b
CORDA-2704 - Allow Evolver to ignore carpentry errors (#4866)
* CORDA-2704 - Allow Evolver to ignore carpentry errors

The logic being a carpentry failure is only fatal if the type we fail to
synthesise is required *post* evolution. If the evolver discards the
failed types then we'll never instantiate them and the synthesis
failure won't matter.

* Review comments and bug fixes

* Review comments

* Review comments
2019-03-12 13:45:38 +00:00
joeldudleyr3
1c4542fed7 Fixes Kotlin Hello, World 2 tutorial. 2018-11-20 14:56:50 +00:00
Joel Dudley
85c7e5dd9e
Updates Example CorDapp instructions to point to Samples repo. Updates getting set up instructions. (#4254) 2018-11-19 12:49:39 +00:00
Joel Dudley
728c36384f
Updates tutorial to match PR on master. (#4226)
* Updates V3 tutorial to match master tutorial.

* Self-review.
2018-11-13 12:54:24 +00:00
joeldudleyr3
75c1e9cfe3 Updates tutorial to reflect template changes. 2018-11-08 10:26:29 +00:00
Joel Dudley
516eb37c42
Updates tutorial to reflect new template structure. 2018-11-06 16:03:52 +00:00
Joel Dudley
a75cfde3c7
Update hello-world-template.rst 2018-11-06 16:01:42 +00:00
Joel Dudley
91cb6b773b
Update hello-world-template.rst 2018-11-06 16:00:53 +00:00
Joel Dudley
13843f1cae
Update tutorial to match new template structure. 2018-10-22 08:05:18 +02:00
Joel Dudley
2309151bf1
Update tutorial code to match new template structure. 2018-10-22 08:03:22 +02:00
Joel Dudley
22e499101b
Update contract.kt 2018-10-22 08:01:50 +02:00
Joel Dudley
c3ba304ed6
Updates tutorial code to match template changes. 2018-10-22 07:59:40 +02:00
Joel Dudley
432191389c
Uses proper index for Quickstart section. Replaces FAQ link. (#4071) 2018-10-15 11:40:14 +02:00
Katelyn Baker
c834162cd4 RELEASE - Post release candidate cleanup 2018-10-12 16:19:51 +01:00
Katelyn Baker
04b8606374
RELEASE - 3.3 Release Notes (#3948)
* RELEASE - Initial release notes addition

* RELEASE - Contributors and issues fixed

* RELEASE: release notes

* release comments

* remove some random temp file

* wip

* wip

* commenting on 4.0

* Review comments

* Review comments

* Remove 4.0 ref, remove ref to item we're backing out

* Capitalise CZ
2018-10-05 12:02:24 +01:00
Tudor Malene
64fc9009a1 CORDA-1297 - revert column nullability (#4030)
* CORDA-1297 revert column nullability

* CORDA-1297 address code review comments

* CORDA-1297 address code review comments
2018-10-04 16:30:45 +01:00
Michele Sollecito
322700d973 CORDA-2066 - setting-up-a-corda-network docs file is misleading (fixed). (#4024) 2018-10-03 17:21:20 +01:00
Michele Sollecito
bd2e7586f9 CORDA-2019 - Bootstrapper docs should not include --dir switch (fixed). (#4023) 2018-10-03 16:46:16 +01:00
Katelyn Baker
721c835258
CORDA-1949, CORDA-1950 - Miscellaneous doc fixes (#3760) (#3919)
* ENT-2298: CE Hello World Tutorial Page references Corda V1.0

Removed version number completely from text, I thought this made more sense than hardcoding a version which will almost immediately be out of date.

* ENT-2302: Hello World Tutorial Page mismatch between code sample and explanatory text

Updated text to proper method

* ENT-2305: Java Instructions to Invoke Hello World CordApp fail

Removed Java instructions
2018-09-13 13:53:16 +01:00
josecoll
fadeda73fd CORDA-1858 - Vault query fails to find a state if it extends from cla… (#3868)
* CORDA-1858 - Vault query fails to find a state if it extends from class (#3722)

* Included Contract State parent classes in list of queryable types.

* Added changelog entry.

* Fixed compilation errors post cherry-pick.

* Fixed failing unit tests following cherry-pick.
2018-09-10 10:21:11 +01:00
Andrius Dagys
c7d5e094e7 Updated repository lists to reduce dependency on Jitpack and removed … (#3891)
* Updated repository lists to reduce dependency on Jitpack and removed unused repositories.

* Adding artifactory_contextUrl parameter
2018-09-10 10:19:01 +01:00
Katelyn Baker
f4781cd4a5
CORDA-1803 - Fix variable replacement (#3585) (#3866) 2018-09-06 11:03:45 +01:00
Michele Sollecito
0df77d5b64
Backports: CORDA-1663, CORDA-1638, CORDA-1542 (#3881) 2018-09-03 16:15:03 +01:00
Katelyn Baker
33d94de91d
CORDA-1841 - Made paths in tutorial-cordapp consistent. (#3778) (#3867) 2018-08-30 14:50:05 +01:00
josecoll
e301977b17
Fix loadStates for large page sizes and added unit test. (#3788) 2018-08-16 10:14:17 +01:00
Joel Dudley
9e9dda6693
Removes old Corda Zone reference (#3781) 2018-08-14 13:03:56 +01:00
Joel Dudley
5fcabfec57
Update index.rst 2018-08-14 10:09:40 +01:00
Jiachuan Li
83a0988517 DOCS - Miner change to mention notary node dosen't need web server, and also change the total terminal windows number from 8 to 5 (#3012)
* There is a duplication of the kotlin introduce part, which is the same as the description of the "Note" section right below. So remove this duplicated part but keep the "Note".

* A miner change about the build node folder structure, first is Notary node doesn't need one web server, second is in V3.0, there are 5 windows totally but not 8.

* Miner updates for the format of changes, as instructed by Joel on https://github.com/corda/corda/pull/3012
2018-08-08 11:30:57 +01:00
Jiachuan
f23f2ee696 CORDA-1201 - Remove duplicated doc section. (#2924) 2018-08-08 11:30:57 +01:00
PyPie
07e3ff502f DOCS - A typo fix.
Line 108
Was: We want to create an IOU of 100 with PartyB. We start the ``IOUFlow`` by typing:
Should be We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing:
2018-08-08 11:30:57 +01:00
Tushar Singh Bora
279b8deaa6 DOCS - Update Shell.rst with CashIssueFlow (#3546)
* Updated for issue: 3120

https://github.com/corda/corda/issues/3120- for details

* Updated shell.rst

Correct Shell Flow usaged for CashIssueFlow

* Updated Shell.rst as per latest CashIssueFlow
2018-08-08 11:30:57 +01:00
Venelin Stoykov
4def8395b3 DOCS - flowTracker to progressTracker (#3316)
Resolve #3291
2018-08-08 11:30:57 +01:00
Mohamed Amine LEGHERABA
14e9bf100d DOCS - update azure documentation (#2950)
add yo!app deployment for Corda V2
2018-08-08 11:30:57 +01:00
kid101
37656a58f5 CONTRIBUTION - Update tut-two-party-flow.rst (#3133)
Bug: https://github.com/corda/corda/issues/3120
Updated line 55: From: IOUContract.Commands.Create -> IOUContract.Create
2018-08-08 11:30:57 +01:00
Tittu Varghese
cd89888655 CONTRIBUTION - Added favicon to docs.corda.net (#3199)
* Added favicon to docs.corda.net

* docs.corda.net favicon path fix
2018-08-08 11:30:57 +01:00
Tudor Malene
11d59cf86a CORDA-1847 - Backport hibernate observer fix (#3726)
* CORDA-1847 Backport hibernate observer fix

* CORDA-1847 Fix tests
2018-08-06 11:51:01 +01:00
Joel Dudley
617a96036c
Backports network bootstrapper docs. (#3718) 2018-07-30 13:05:24 +01:00
joeldudleyr3
bce45149a4 Reflects network builder docs. 2018-07-27 15:51:36 +01:00
Anthony Keenan
53b33f138b CORDA-1585 - Tidy up participate docs (#3682)
* CORDA-1585 - Tidy up participate docs + pdf toctree backport (#3674)

* Fix TOC for HTML and PDF (Backport from Enterprise docs)

* Tidy up participate section

* Address review comments

# Conflicts:
#	docs/source/building-container-images.rst
#	docs/source/conf.py
#	docs/source/contributing.rst
#	docs/source/getting-set-up.rst
#	docs/source/index.rst
#	docs/source/release-process-index.rst

* Fixing merge issue

* Add release process changes into index
2018-07-27 10:54:18 +01:00
Katelyn Baker
143e6d3265 RELEASE - Align main V3 release branch with 3.2 release
Should 3.3 occur then this won't break the upgrade or release note
flow
2018-07-24 15:20:22 +01:00
Joel Dudley
521c1e3e08
Improves docs on running Example CorDapp. Debugging info. (#3670)
* Updates instructions for running example CorDapp.

* Readds debugging information.
2018-07-23 14:49:19 +01:00
szymonsztuka
fad90eee8b CORDA-1499, CORDA-1804 (#3607)
* Fix a typo in node_attchments_contracts table name. (#3202)

(cherry picked from commit 57d379597b)

* 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.

(cherry picked from commit 208ac49da0)

* Fixes after cherry-pick of 208ac49da0.
2018-07-16 10:06:34 +01:00
Katelyn Baker
9259c9ec45 Serialization documentation backport (#3594) 2018-07-13 14:44:03 +01:00
Katelyn Baker
b36cfab871
CORDA-1727 - Document more clearly the supported version of IntelliJ and the IntelliJ Kotlin Plugins. (#3550) (#3588) 2018-07-13 13:52:06 +01:00
Shams Asari
9fc108aa1e CORDA-1709 - The MVP blob inspector, able to inspect network service blobs (#3503)
* Cleanup and improvements to the serialisation format of JacksonSupport (needed for CORDA-1238) (#3102)

Also deprecated all the public members that shouldn't have leaked into the public API.

(cherry picked from commit 3bb95c3)

* CORDA-1238: Updated JacksonSupport to support SerializedBytes, CertPath, X509Certificate and the signature classes (#3145)

SerializedBytes are first converted to the object it represents before being serialised as a pojo.

These changes will be needed to support the the blob inspector when it will output to YAML/JSON.

(cherry picked from commit b031e66)

* Cherry picked part of commit 824adca to port over *only* the JackSupport refactoring.

* 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.

(cherry picked from commit 4e0378d)

* Added back support for parsing OpaqueBytes as UTF-8 strings in JacksonSupport (#3240)

(cherry picked from commit d772bc8)

* Cleaned up blob inspector doc (#3284)

(cherry picked from commit b7fbebb)

* Blobinspector: trace level logging with --verbose (#3313)

(cherry picked from commit 6a2e50b)

* Cherry picked part of commit 3046843 to fix issue with --version

* Fixes to the api file
2018-07-03 19:58:13 +01:00
Katelyn Baker
f86aaa2866
CORDA-1510 - Allow Doorman and NetworkMap to be configured independently (#3494)
* CORDA-1510 - Allow Doorman and NetworkMap to be configured independently  (#3485)

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

* Fix cherry-pick
2018-07-03 12:57:03 +01:00
Michele Sollecito
b6339a7fc6 CORDA-1575, CORDA-1341 - Fix logfiles for out of process nodes, Ensure API can be called concurrently wrt transactions.(#3312)
* [CORDA-1575]: Out of process nodes started by the driver do not log to file (fix).

* [CORDA-1341]: Ensure API can be called concurrently wrt transactions.

* [CORDA-1575]: Fixed unstable test.
2018-06-07 11:26:19 +01:00
szymonsztuka
588c480bcd CORDA-1499 - Fix a typo in node_attchments_contracts table name. (#3310)
(cherry picked from commit fc54263)
2018-06-06 16:03:25 +01:00