Matthijs van den Bos
1fc1e7d6c8
Move changelog entry to 5.0
2019-07-17 13:24:04 +02:00
Matthijs van den Bos
100457afc0
Add MockNet support for custom Notary class
2019-07-17 13:24:04 +02:00
Dan Newton
0192fced3e
DOCS - Remove mention of hot swapping of cordapp config files ( #5260 ) ( #5266 )
...
(cherry picked from commit e84995abf981fcbf53ee0c8ddd2489084f635448)
2019-07-16 11:44:23 +01:00
Dan Newton
645c445d28
DOCS - Fix broken url to reconnecting rpc code ( #5250 ) ( #5278 )
...
(cherry picked from commit 2bfd2c8cb5c8ff894d63f825f58e893c44d3e432)
2019-07-16 11:44:05 +01:00
Dimos Raptis
8962d930d4
[CORDA-2923] - Make the RPC client reconnect with gracefulReconnect param ( #5244 )
...
When set to true the RPC client will:
* automatically reconnect when the connection is broken
* simple RPC calls will block until connection is established
* Observables returned from RPC will automatically resubscribe on reconnect so the client continues to receive events. This doesn't guarantee that events will not be lost during the reconnect.
2019-07-16 11:29:21 +01:00
Ed Prosser
903cdba57e
last update
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
4d0ec9a1a9
last changes maybe
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
9fa0b52b64
feedback changes
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
LankyDan
1378321e1f
Format code snippets in quickstart-build.rst
2019-07-12 10:51:12 +02:00
Ed Prosser
66794e27a5
changes to commands
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
3c35d1da71
efficiency!
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
0a9ab5a763
spoke too soon
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
2f608258f6
last changes... maybe
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
e3e16c0f52
testing changes batch
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
a5ad24fc00
links updates
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
5f43445a0e
revision of deploy
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Ed Prosser
dea2b0e975
first content push
...
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
2019-07-12 10:51:12 +02:00
Dan Newton
9bcaecfbe3
Delete unused DuplicateContractClassException ( #5284 )
2019-07-10 17:01:38 +01:00
gwr3com
9ccd654ffa
CORDA-3028: Add Node Diagnostics Info RPC Call - Update changelog ( #5289 )
2019-07-10 14:34:43 +01:00
szymonsztuka
c6262b6ff9
Backport of CORDA-2998 fix network builder ( #5265 ) ( #5270 )
...
* CORDA-2998 fix network builder (#5265 )
CORDA-2998 fix network builder
(cherry picked from commit f89008c070cd01a9dabf7dd94234fbff3de7bca6)
* Network-builder - update to https://hub.docker.com/r/corda/corda-zulu-4.1
* Network-builder - update docs to correct 4.1 docker image version.
2019-07-09 12:25:20 +01:00
Joseph Tharakan
8a6fc2964c
DOCS - use signInitialTransaction instead of toSignedTransaction in tutorial docs ( #5280 )
2019-07-08 14:54:43 +01:00
gwr3com
933330bc4c
CORDA-3028: Add Node Diagnostics Info RPC Call ( #5271 )
...
* CORDA-3028: Add Node Diagnostics Info RPC Call - Initial commit
* CORDA-3028: Add Node Diagnostics Info RPC Call - Changes after code review
* CORDA-3028: Add Node Diagnostics Info RPC Call - Additional code review update and documentation
* CORDA-3028: Add Node Diagnostics Info RPC Call - Additional changes to documentation
* CORDA-3028: Add Node Diagnostics Info RPC Call - Another change to documentation
* CORDA-3028: Add Node Diagnostics Info RPC Call - More changes to documentation
* CORDA-3028: Add Node Diagnostics Info RPC Call - Comment change
2019-07-08 14:43:50 +01:00
Dan Newton
6d3a6a3998
ENT-3710 Add TransientConnectionCardiologist
to Flow Hospital ( #5277 )
2019-07-08 11:07:50 +01:00
James Higgs
075f68f179
[CORDA-2086] Allow transactions to be re-recorded using StatesToRecord.ALL_VISIBLE ( #5184 )
2019-07-04 14:00:42 +01:00
suweicong
479d61cfde
Update upgrading-cordapps.rst ( #5274 )
2019-07-04 10:07:33 +01:00
Dan Newton
2bfd2c8cb5
Fix broken url to reconnecting rpc code ( #5250 )
2019-07-03 11:30:21 +01:00
szymonsztuka
f89008c070
CORDA-2998 fix network builder ( #5265 )
...
CORDA-2998 fix network builder
2019-07-02 11:32:48 +01:00
VCAMP
fee396efc3
Doc fix: added missing requirement for handcrafting nodes ( #5191 )
2019-07-01 10:31:18 +01:00
Dan Newton
e84995abf9
Remove mention of hot swapping of cordapp config files ( #5260 )
2019-06-27 18:27:36 +01:00
Shams Asari
2e02968c63
ENT-3496: dumpCheckpoints shell command ( #5171 )
...
Dumps all the node's checkpoints as JSON into a single zip file in the node's directory. The output contains:
* All the fields for the top-level flow
* The current sub-flow call stack, along with the current progress tracker step for each sub-flow
* The event that suspended the flow, which if it's a send or sendAndReceive will show the payload that was sent
* Low level information on the active sessions with other peers
2019-06-26 15:31:02 +01:00
LankyDan
267b4acf28
ENT-3496 Improve flow draining docs
2019-06-26 13:42:20 +01:00
Katelyn
5713865702
DOCS - Fix broken link
2019-06-21 22:30:36 +01:00
Shams Asari
99bc614b7c
Merge remote-tracking branch 'origin/feature/CID-878-non_party_flow_sessions' into shams-merge-cid-878
2019-06-21 16:46:41 +01:00
Shams Asari
76eec9aa8b
CORDA-3033: Introducing Destination interface for initiating flows with ( #5242 )
...
Party and AnonymousParty have been retrofitted to implement this interface and are currently the only supported types. A new FlowLogic.initiateFlow(Destination) method overload to easily support the addition of new destination types in future versions.
2019-06-21 16:39:56 +01:00
LankyDan
e303450e02
ENT-3496 Add changelog entry and update upgrading cordapps docs
2019-06-21 12:10:50 +01:00
szymonsztuka
27707ad3cb
CORDA-2511 - Upgrade notes for C4 need to include required minimum previous Corda version ( #5039 ) ( #5124 )
...
* CORDA-2511 doc fix: upgrade notes for C4 need to include guidance to upgrade from C3.2 (minimum) to C4
(cherry picked from commit ab8d4a312aff2ff4c1ddaa69f9306024c039b3fc)
2019-06-21 09:34:52 +01:00
Tudor Malene
e8b55e8f2e
CORDA-2934 - disable hibernate validator integration with hibernate ( #5130 ) ( #5144 )
...
(cherry picked from commit 688c74270618b0b4fceed32748b5265de1441a51)
2019-06-21 09:33:37 +01:00
Jonathan Locke
4f20829009
CORDA-2999 - Corrected network builder JAR url in docs ( #5215 )
...
The link to the network builder executable JAR was incorrect in the file network-builder.rst
It was pointing to a version 4.0 of the network builder JAR which does not exist. The link was changed to point to the most recent version, which is 3.2.1847.
2019-06-21 09:29:07 +01:00
Katelyn Baker
97eaa7220c
RELESE - fix release notes ToC
2019-06-17 14:02:45 +01:00
Katelyn Baker
23982a1b6c
RELEASE - 4.1 release notes ( #5154 )
...
release notes
2019-06-11 18:17:03 +01:00
fowlerrr
dfdcf2e00a
CORDA-1912: Add documentation on the options for deploying nodes ( #5183 )
2019-06-10 10:24:06 +01:00
peterli-r3
896d1f3c0d
Update tutorial cordapp ( #5192 )
...
So for this specific cordapp-example, after you run the nodes, you would not see net.corda.finance.flows.CashExitFlow and etc. I guess this demo code actually have two cordapps running on these nodes. So, for this tutorial, we should delete the last 5 lines of codes.
2019-06-07 14:30:10 +01:00
peterli-r3
0234d8eb67
Update tutorial-cordapp.rst
2019-06-03 16:08:18 +02:00
peterli-r3
d932c8b336
Update tutorial-cordapp.rst
...
Hey,
It is Peter, I am the dev-rel person at NY office. I found the current tutorial on running example cordapp-example on IntelliJ is a bit confusing. So I add a few lines to clarify it.
2019-06-03 16:08:18 +02:00
Mike Hearn
5cee8607f5
Wire format docs: review fixes from Rick.
2019-06-03 14:56:21 +02:00
Mike Hearn
74354580b6
Add some documentation on the wire format.
2019-06-03 14:56:21 +02:00
Dimitris Christodoulou
d6ea66d0ab
Update set-up docs based on recent practical experience.
2019-06-03 11:01:54 +02:00
VCAMP
a4d7da598e
Docs update: fixed vaultQuery command in Hello World tutorial ( #5182 )
2019-06-03 08:57:26 +00:00
szymonsztuka
d22fd56202
Docs - fix broken link to nssm third-party tool. ( #5170 )
2019-05-29 15:02:25 +00:00
Chris Rankin
aa75157273
CORDA-2961: Migrate the DJVM into its own repository. ( #5166 )
...
* Migrate the DJVM into its own repository.
* Update the documentation for DJVM.
2019-05-24 15:09:20 +01:00