corda/docs/source
Jose Coll 453f7cd223 Bank of Corda demo - Issuer of Cash
Resolve BankOfCorda through NMS in protocol

Fixes following Integration testing.

Register custom RPC Kryo classes.

Protocol -> Flow renaming

Bank of Corda demo - Issuer of Cash

Resolve BankOfCorda through NMS in protocol

Fixes following Integration testing.

Protocol -> Flow renaming

Addressed all comments in PR review.

Removed bank lines.

Updated minor inconsistency in README.md

All protocol references changed to flow.

changed protocol -> flow in TODO comment.

changed startProtocolPermission -> startFlowPermission in README.md

Added transaction id to IssuerFlow Success response.
Removed explicit call to record Cash Move transaction (as already recorded in subflow)

Removed quasar dependency.

Addressed comment in PR.

Updated to use CompositeKey.

Added arguments to pass in Currency and Amount.

Updated run configurations to pass in Currency and Amount values

Added additional parameter to IssuerFlow request: issueToPartyReference

Added Vault updates verification in RPC Integration test.

Fixed RPC Integration test (Vault assertions)

Updated run-time dependencies in line with other demos.

Applied changes following PR review (exception handling, party resolution handling, docs)

Updated gradle client run configs with new parameters.

Main driver app now uses standard out for display (was using logger info() but nothing was being displayed because of restrictive config)

Fixed formatting display problems.

Updated Web Api code to use new CordaRPCOps interface (and new partyFromName() exposed method)

Removed unused import.
2016-12-08 17:38:21 +00:00
..
_static Format docsite css 2016-11-29 12:01:48 +00:00
_templates Adding links to discourse and slack on docsite 2016-12-01 14:14:17 +00:00
example-code Buffer observations until database commit. 2016-12-08 16:32:45 +00:00
resources Merged in rog-cordapp-tutorial (pull request #490) 2016-11-29 13:47:08 +00:00
whitepaper Tech white paper: improve Merkle tree diagrams and rerender 2016-11-29 10:05:32 +00:00
building-the-docs.rst Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'. 2016-12-05 15:17:25 +00:00
clauses.rst Add clauses documentation. 2016-11-29 11:53:54 +00:00
CLI-vs-IDE.rst Docsite: fix a few doc errors 2016-11-29 18:42:23 +00:00
clientrpc.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
codestyle.rst Add a policy about compiler warnings. 2016-06-27 15:41:18 +02:00
conf.py Update doc copyright notice to 'Copyright 2016, R3 Limited' 2016-11-28 16:17:55 +00:00
consensus.rst Added tutorials on how to use & run a notary. 2016-11-28 15:15:13 +00:00
contract-catalogue.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
contract-cp-state.png Discuss contract design in the contract writing tutorial 2016-11-23 17:50:15 +00:00
contract-cp.png Discuss contract design in the contract writing tutorial 2016-11-23 17:50:15 +00:00
contract-irs.png Add contract catalogue to documentation 2016-07-29 11:59:28 +01:00
contract-irs.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
corda-configuration-file.rst Docs: added an explanation on how to specify a custom service name. Added a ref for composite keys section. 2016-11-29 14:46:05 +00:00
corda-plugins.rst Merged in parkri-oracle-docs (pull request #559) 2016-11-29 15:12:09 +00:00
creating-a-cordapp.rst Merged in parkri-oracle-docs (pull request #559) 2016-11-29 15:12:09 +00:00
data-model.rst Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'. 2016-12-05 15:17:25 +00:00
event-scheduling.rst Rename protocol to flow in docs 2016-11-23 08:29:14 +00:00
flow-state-machines.rst Fix up and improve some docs 2016-11-24 15:06:10 +00:00
flow-testing.rst Simulator docs update 2016-11-28 18:19:57 +00:00
further-notes-on-kotlin.rst Misc doc markup and TODO fixes. 2016-11-23 13:25:44 +01:00
getting-set-up-fault-finding.rst Docs: minor sidebar fix 2016-11-29 19:03:13 +00:00
getting-set-up.rst Added a note in the getting setup doc about JavaFX and non-Oracle JVMs 2016-12-06 15:24:29 +00:00
glossary.rst Rename protocol to flow in docs 2016-11-23 08:29:14 +00:00
index.rst Making the warning make sense for branches that aren't master 2016-12-06 10:51:29 +00:00
initial-margin-agreement.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
inthebox.rst First revision for 'getting set up' - docs not rebuilt as to keep changes visible 2016-11-14 18:12:39 +00:00
loadtesting.rst loadtest: Add loadtest code 2016-11-15 17:21:26 +00:00
merkle-trees.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
messaging.rst Further fixes to messaging.rst 2016-12-06 21:14:21 +00:00
network-simulator.png Add documentation for network simulator 2016-09-19 11:57:14 +01:00
network-simulator.rst Simulator docs update 2016-11-28 18:19:57 +00:00
node-administration.rst Docsite: minor fixes 2016-11-29 11:37:13 +00:00
node-explorer.rst Docsite: minor fixes 2016-11-29 11:37:13 +00:00
node-services.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
oracles.rst Doc updates for oracles 2016-11-29 15:09:38 +00:00
permissioning.rst Depend upon an internal artifact, rather than a maven local published artifact when building the corda fatjar. 2016-11-30 16:16:51 +00:00
persistence.rst Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
release-notes.rst M6 release notes 2016-11-29 17:27:25 +00:00
release-process.rst Docsite: add a warning to the index page about the docsite being for master, and update the release process doc to remind the release master to remove it on the branch. 2016-08-30 12:53:34 +02:00
running-a-notary.rst Docsite: minor fixes 2016-11-29 11:37:13 +00:00
running-the-demos.rst Bank of Corda demo - Issuer of Cash 2016-12-08 17:38:21 +00:00
secure-coding-guidelines.rst Rename protocol to flow in docs 2016-11-23 08:29:14 +00:00
setting-up-a-corda-network.rst Added security to RPC and P2P systems. 2016-12-02 18:11:08 +00:00
transaction-data-types.rst Docs: added an explanation on how to specify a custom service name. Added a ref for composite keys section. 2016-11-29 14:46:05 +00:00
tutorial-attachments.rst Misc doc markup and TODO fixes. 2016-11-23 13:25:44 +01:00
tutorial-building-transactions.rst Created some examples to include in tutorial on building transactions. 2016-11-29 14:50:20 +00:00
tutorial-clientrpc-api.rst Docsite: fix a few doc errors 2016-11-29 18:42:23 +00:00
tutorial-contract-clauses.rst Add clauses documentation. 2016-11-29 11:53:54 +00:00
tutorial-contract.rst Add clauses documentation. 2016-11-29 11:53:54 +00:00
tutorial-cordapp.rst Updates the cordapp-template docs to reflect new structure. 2016-12-08 13:44:50 +00:00
tutorial-integration-testing.rst docs: Line wrap integ test tutorial 2016-11-28 13:37:38 +00:00
tutorial-test-dsl.rst Rename com.r3corda -> net.corda 2016-11-10 17:14:24 +01:00
using-a-notary.rst Minor: fix spacing in using-a-notary docs 2016-11-28 18:22:13 +00:00