corda/docs/source
Ross Nicoll c13a99a2f9 Replaces keys and parties in states with AbstractParty
Switch to using AbstractParty as the standard identifier for parties in
states, so that full parties can be used during construction of
transactions and anonymised parties when the transaction is being added
to the ledger.
2017-05-16 12:07:14 +01:00
..
_static Adds the cheat sheet to the docsite. (#556) 2017-05-03 12:59:40 +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 Replaces keys and parties in states with AbstractParty 2017-05-16 12:07:14 +01:00
resources Adds the cheat sheet to the docsite. (#556) 2017-05-03 12:59:40 +01:00
whitepaper added correct 'figure' translation for traditional chinese. 2017-05-08 14:36:29 +02:00
azure-vm.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00: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 Replaces keys and parties in states with AbstractParty 2017-05-16 12:07:14 +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 Address comments #672 2017-05-11 17:53:50 +01:00
codestyle.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +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-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 Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
contract-upgrade.rst Moved the initiated-side of core flows in net.corda.flows to net.corda.node.services. They are not meant to be visible to end-users. 2017-05-03 17:42:51 +01:00
corda-configuration-file.rst Node IP auto-detection (#666) 2017-05-12 14:09:02 +01:00
corda-plugins.rst Introducing StartableByRPC and SchedulableFlow annotations, needed by flows started via RPC and schedulable flows respectively. 2017-05-11 14:55:40 +01:00
creating-a-cordapp.rst Introducing StartableByRPC and SchedulableFlow annotations, needed by flows started via RPC and schedulable flows respectively. 2017-05-11 14:55:40 +01:00
demobench.rst Final documentation tweaks for M11 (#632) 2017-05-05 08:30:58 +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
flow-library.rst CollectSignaturesFlow (#560) 2017-05-11 14:37:53 -04:00
flow-state-machines.rst Introducing StartableByRPC and SchedulableFlow annotations, needed by flows started via RPC and schedulable flows respectively. 2017-05-11 14:55:40 +01:00
flow-testing.rst Convert databaseTransaction to extension function on Database. (#537) 2017-04-12 17:15:29 +01:00
further-notes-on-kotlin.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
getting-set-up-fault-finding.rst Address review comments from Richard 2017-05-09 11:59:51 +02:00
getting-set-up.rst Update documentation for M11.1. (#685) 2017-05-15 17:23:07 +01:00
glossary.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
index.rst Update documentation for M11.1. (#685) 2017-05-15 17:23:07 +01:00
inthebox.rst M11 documentation (#609) 2017-05-03 11:02:56 +01:00
json.rst Document JSON/Jackson support 2017-03-08 12:31:22 +01:00
key-concepts-consensus-notaries.rst Moved the initiated-side of core flows in net.corda.flows to net.corda.node.services. They are not meant to be visible to end-users. 2017-05-03 17:42:51 +01:00
key-concepts-core-types.rst Refactor of CompositeKeys to implement PublicKey interface. (#433) 2017-04-12 11:13:20 +01:00
key-concepts-data-model.rst Fix typo in Transaction section 2017-05-10 11:59:41 +02:00
key-concepts-ecosystem.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-financial-model.rst Add a concept of token size to Amount<T> so that conversion to/from indicative and displayable BigDecimal works sensibly 2017-03-30 16:16:11 +01:00
key-concepts-flow-framework.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-security-model.rst Docs: misc fixes and tweaks to the docsite. 2017-03-21 18:01:17 +01:00
key-concepts-vault.rst Vault Query API design (#522) 2017-05-05 15:14:43 +01:00
key-concepts.rst Updates Key Concepts page to point to the videos. (#677) 2017-05-15 07:08:57 -04:00
loadtesting.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
merkle-trees.rst Tearoff fixes (#78) 2017-02-03 14:02:51 +00:00
messaging.rst Remove Messaging service from service hub 2017-05-03 15:19:27 +01:00
network-simulator.png Update Network Simulator with new branding 2017-02-01 10:59:36 +00:00
network-simulator.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
node-administration.rst Shell: add support for uploading and downloading attachments. 2017-03-24 12:44:54 +01:00
node-explorer.rst Reduce occurrence of flow exception in explorer demo (#467) 2017-03-31 14:19:02 +01:00
node-services.rst Docs: misc fixes and tweaks to the docsite. 2017-03-21 18:01:17 +01:00
oracles.rst Fix typo in docs for FixOf where Duration should be Tenor 2017-02-21 14:55:47 +01:00
out-of-process-verification.rst Add node-api, split minimal node functionality, OutOfProcessTransactionVerifierService 2017-03-27 17:42:51 +01:00
permissioning.rst legal name validator for doorman node registration (#532) 2017-04-24 21:16:00 +08:00
persistence.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
publishing-corda.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
release-notes.rst Replaces keys and parties in states with AbstractParty 2017-05-16 12:07:14 +01:00
release-process.rst Add draft release notes for M9 2017-03-02 16:41:43 +00: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 Final documentation tweaks for M11 (#632) 2017-05-05 08:30:58 +01:00
secure-coding-guidelines.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
serialization.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
setting-up-a-corda-network.rst Docs: misc fixes and tweaks to the docsite. 2017-03-21 18:01:17 +01:00
shell.rst Introduce full legal names for test parties 2017-04-24 15:18:21 +01:00
soft-locking.rst Soft locking implementation using database coin selection 2017-03-27 17:12:33 +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 Introducing StartableByRPC and SchedulableFlow annotations, needed by flows started via RPC and schedulable flows respectively. 2017-05-11 14:55:40 +01:00
tutorial-contract-clauses.rst Update tutorial documentation 'by' with 'using' 2017-04-12 12:27:02 +02:00
tutorial-contract.rst M11 documentation (#609) 2017-05-03 11:02:56 +01:00
tutorial-cordapp.rst Introducing Platform Version and its use by the NMS for min version requirements for the network 2017-04-24 15:31:10 +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-test-dsl.rst Writing contract tests docs (#17) 2016-12-19 13:14:36 +00:00
using-a-notary.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
vault-query.rst Vault Query API design (#522) 2017-05-05 15:14:43 +01:00
versioning.rst Introducing InitiatingFlow annotation which has to be annotated by initiating flows. 2017-05-08 20:19:45 +01:00