corda/docs/source
Ross Nicoll 1a4965c294 Change CashIssueFlow to use anonymous identity
* Add functions for:
    * Retrieving nodes via their legal identity
    * Filtering a set of public keys down to those the node has corresponding private keys for
* Modify contract upgrade flows to handle identifying participants after an anomymisation step
* Correct terminology: "party who" -> "party which"
* Modify CashIssueFlow and CashPaymentFlow to optionally use an anonymous identity for the recipient.
2017-06-28 13:47:50 +01:00
..
_static Updates the cheatsheet. 2017-06-14 10:12:42 +01:00
_templates Fixup the docsite sidebar which is a copy of the non-docsite sidebar 2017-01-23 12:47:29 +01:00
example-code Change CashIssueFlow to use anonymous identity 2017-06-28 13:47:50 +01:00
resources Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
whitepaper added correct 'figure' translation for traditional chinese. 2017-05-08 14:36:29 +02:00
api-contracts.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
api-core-types.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
api-flows.rst Flow cookbook added and merged into flow API page. 2017-06-22 16:13:54 +01:00
api-index.rst Moves vault API information into the API section. 2017-06-22 15:57:40 +01:00
api-persistence.rst Formatting and typos. Groups API docs in sidebar. Renames Persistence to API: Persistence and fixes some links. 2017-06-21 13:55:48 +01:00
api-rpc.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
api-service-hub.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
api-states.rst Formatting and typos. Groups API docs in sidebar. Renames Persistence to API: Persistence and fixes some links. 2017-06-21 13:55:48 +01:00
api-transactions.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
api-vault.rst Align CordaRPCOps Vault Query API's for Java/Kotlin with VaultQuery service equivalents. (#914) 2017-06-23 14:35:55 +01:00
azure-vm.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
building-a-cordapp-index.rst Flow cookbook added and merged into flow API page. 2017-06-22 16:13:54 +01:00
building-the-docs.rst Removed old information about Dokka from the building docs documentation. 2017-03-30 12:23:20 +01:00
changelog.rst Network map redesign: Change field types in NodeInfo, move away messaging data from NodeInfo (#921) 2017-06-27 18:14:51 +01:00
cheat-sheet.rst Adds the cheat sheet to the docsite. (#556) 2017-05-03 12:59:40 +01:00
clauses.rst Clean up semantics of composite clauses 2017-01-17 11:34:21 +00:00
CLI-vs-IDE.rst Final documentation tweaks for M11 (#632) 2017-05-05 08:30:58 +01:00
clientrpc.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
codestyle.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
component-library-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
conf.py M11 documentation (#609) 2017-05-03 11:02:56 +01:00
contract-catalogue.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
contract-irs.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
contract-upgrade.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
corda-configuration-file.rst Add a config option to toggle auto IP discovery 2017-06-23 13:14:37 +01:00
corda-networks-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
corda-nodes-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
corda-repo-layout.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
cordapp-overview.rst Formatting and typos. Groups API docs in sidebar. Renames Persistence to API: Persistence and fixes some links. 2017-06-21 13:55:48 +01:00
demobench.rst Update documentation for DemoBench's MacOSX signing key. (#826) 2017-06-12 12:50:22 +01:00
event-scheduling.rst Introducing StartableByRPC and SchedulableFlow annotations, needed by flows started via RPC and schedulable flows respectively. 2017-05-11 14:55:40 +01:00
faq.rst Changes master docs to reflect M12 last-minute changes. 2017-06-09 13:59:39 +01:00
financial-model.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
flow-cookbook.rst Flow cookbook added and merged into flow API page. 2017-06-22 16:13:54 +01:00
flow-library.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
flow-state-machines.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
flow-testing.rst Fixes relating to testing flows and services. 2017-06-06 15:22:43 +01:00
getting-set-up.rst Update M11 to M12 in docs. (#818) 2017-06-08 17:56:52 +01:00
glossary.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
hello-world-contract.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
hello-world-flow.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
hello-world-index.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
hello-world-introduction.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
hello-world-running.rst Correct ISO country code in names 2017-06-21 14:04:22 +01:00
hello-world-state.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
hello-world-template.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
index.rst Adds a link to Hello, Word. Other minor fixes. 2017-06-20 11:26:36 +01:00
json.rst Document JSON/Jackson support 2017-03-08 12:31:22 +01:00
key-concepts-consensus.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-contracts.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-ecosystem.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-flows.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-ledger.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-node.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-notaries.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-oracles.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-states.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-time-windows.rst Changes master docs to reflect M12 last-minute changes. 2017-06-09 13:59:39 +01:00
key-concepts-tradeoffs.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
key-concepts-transactions.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts.rst Refresh for beta release (#819) 2017-06-08 17:15:46 +01:00
loadtesting.rst Added throttling to the load test tool and added stability test. (#847) 2017-06-16 15:30:11 +01:00
messaging.rst Remove Messaging service from service hub 2017-05-03 15:19:27 +01:00
network-simulator.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
node-administration.rst Update doc to show JMX no longer works in Corda, due to the serialisation changes (#922) 2017-06-28 11:29:34 +01:00
node-explorer.rst Reduce occurrence of flow exception in explorer demo (#467) 2017-03-31 14:19:02 +01:00
node-internals-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
node-services.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
oracles.rst Formatting and typos. Groups API docs in sidebar. Renames Persistence to API: Persistence and fixes some links. 2017-06-21 13:55:48 +01:00
other-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
out-of-process-verification.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
permissioning.rst Remove nearestCity from node configuration. (#721) 2017-05-31 16:07:13 +01:00
publishing-corda.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
quickstart-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
release-notes.rst Release notes for M13 (#910) 2017-06-23 12:40:06 +01:00
release-process-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
running-a-node.rst Correct ISO country code in names 2017-06-21 14:04:22 +01:00
running-a-notary.rst extraAdvertisedServiceIds config is now a list of strings, rather than a comma separated string 2017-02-21 15:21:37 +00:00
running-the-demos.rst Delete not used steps in IRS demo M13 rst (#912) 2017-06-23 13:35:50 +01:00
secure-coding-guidelines.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
serialization.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
setting-up-a-corda-network.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
shell.rst Correct ISO country code in names 2017-06-21 14:04:22 +01:00
soft-locking.rst Soft locking implementation using database coin selection 2017-03-27 17:12:33 +01:00
tools-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
troubleshooting.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
tutorial-attachments.rst Address review comments 2017-03-24 12:44:54 +01:00
tutorial-building-transactions.rst Add note for enabling verifyInstrumentation in IntelliJ. (#595) 2017-04-27 10:30:16 +01:00
tutorial-clientrpc-api.rst Correct ISO country code in names 2017-06-21 14:04:22 +01:00
tutorial-contract-clauses.rst Update code snippets in tutorial. 2017-06-08 13:39:14 +01:00
tutorial-contract.rst Update code snippets in tutorial. 2017-06-08 13:39:14 +01:00
tutorial-cordapp.rst Correct ISO country code in names 2017-06-21 14:04:22 +01:00
tutorial-integration-testing.rst Added a method to NodeHandle to simplify using RPC in the Driver 2017-01-06 14:14:32 +00:00
tutorial-tear-offs.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
tutorial-test-dsl.rst Update code snippets in tutorial. 2017-06-08 13:39:14 +01:00
tutorials-index.rst Hello, World! CorDapp tutorial 2017-06-16 14:05:52 +01:00
using-a-notary.rst First cut at removing PrivateKey leakage from KeyManagementService 2017-05-18 17:34:04 +01:00
vault.rst Moves vault API information into the API section. 2017-06-22 15:57:40 +01:00
versioning.rst Introducing InitiatingFlow annotation which has to be annotated by initiating flows. 2017-05-08 20:19:45 +01:00
writing-cordapps.rst Move Web API from CordaPluginRegistry to new class WebPluginRegistry (#864) 2017-06-20 15:29:35 +01:00