Shams Asari
b86c80691e
FlowException serialised over RPC (subtypes are flattened), and improvement to startFlow RPC for correct exception handling
2017-02-03 11:21:10 +00:00
Ross Nicoll
2f9af7d7dc
Revert Party.Full in preference for a less invasive change
2017-02-02 13:47:32 +00:00
Mike Hearn
f4b66536c2
Merge pull request #193 from corda/joel-rebuild-docs
...
Rebuilds docs.
2017-02-01 18:27:10 +01:00
Ross Nicoll
1b86ddfd6e
Replace Party with Party.Full
...
Replace Party with Party.Full as an interim step to introducing the Party.Anonymised class.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-02-01 15:18:12 +00:00
Clinton
d376a902ad
Merge pull request #180 from corda/clint-webserversplit
...
Split webserver from node
2017-02-01 12:13:31 +00:00
Andrius Dagys
6aa7e7a324
Update Network Simulator with new branding
2017-02-01 10:59:36 +00:00
Shams Asari
646ce8afe0
FlowException thrown by a flow is propagated to all counterparties
2017-01-31 13:30:33 +00:00
Joel Dudley
a52a107767
Rebuilds docs.
2017-01-31 13:02:43 +00:00
Joel Dudley
cfcfb30beb
Provides clearer instructions on the 'Getting set up' page. Expands 'Troubleshooting' page.
2017-01-31 12:59:24 +00:00
Ross Nicoll
e383752995
Adapt Party comparison to use owningKey
...
Change Party instances to be uniquely identified by the owning key, without taking into account name.
This requires that mock node key generation is reworked so that keys for services and the node itself
are distinct, otherwise the network map service cannot differentiate them.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-30 15:46:51 +00:00
Clinton Alexander
d2ebcbfab0
Fixed whitespace and formatting with IntelliJ autoformat tool.
2017-01-30 12:05:22 +00:00
Clinton Alexander
65f5259ac9
Reverted docs change.
2017-01-30 11:15:23 +00:00
Clinton Alexander
3482452c8b
Added webserver to runnodes.
2017-01-27 14:15:08 +00:00
josecoll
3676425781
Regen docsite with new Key Concepts section ( #182 )
2017-01-26 16:57:23 +00:00
josecoll
ac1d14464c
Key Concepts rewrite for open source day ( #7 )
...
First draft
Re-structured Key Concepts; added plenty of diagrams; additional content.
Added references to other security docs.
Re-structured Key Concepts; added plenty of diagrams; additional content.
Added references to other security docs.
Updated information, indexes and images.
Incorporated feedback from PR review comments (RGB, RW)
Reformatted diagrams and incorporated feedback from PR reviewers.
Addressed formatting problems.
Updated Flow Framework diagram
Added colour coding to Flow Framework diagram to aid readibility.
Small clarification to vault unconsumed state usage.
Added tutorial reference as suggested by RGB
Updated TOC tree.
Updates following PR review comment from Roger
First pass updates following PR review comments from MH.
Further updates following PR review (including 2 edited diagrams)
Diagram changes and minor text edits following review with MGB
Remove unused diagrams.
Fixed spurious indentation errors.
Changes following review and feedback from JD.
Added clauses and merkle-trees back into TOC.
Added small sub-section on transaction representation in Data Model.
Added future work as note in Vault.
Minor updates to diagrams following MH review.
Updated Corda Ecosystem diagram.
Minor changes to Core & Financial docs following PR review by MH.
Updated following review by MBG.
2017-01-26 15:46:40 +00:00
Mike Hearn
97ca6e7d8b
Fixup the docsite sidebar which is a copy of the non-docsite sidebar
2017-01-23 12:47:29 +01:00
Mike Hearn
2ec31781c1
Regen docsite with new JavaDoc format API reference
2017-01-19 18:11:56 +01:00
Mike Hearn
4e65200a04
Docs: some improvements and code samples for progress tracking in flows
2017-01-19 15:51:27 +01:00
S. Matthew English
82716b3fdb
enforcing consistency of capitalization
...
changing outlying instances of "Notaries" to "notaries", reconciling them with the rest of the document
2017-01-18 14:02:21 +01:00
Mike Hearn
cbb66f87f3
Regen docsite with new JavaDoc format API reference
2017-01-18 13:42:22 +01:00
Mike Hearn
701f7adcab
Docs: upgrade Dokka, start building a javadoc version of the API docs alongside the Kotlin API docs. Switch to using gradle to download/invoke it.
2017-01-18 13:18:04 +01:00
Shams Asari
c4e3b258c7
Introducing Observable.toFuture() extension method
2017-01-17 12:56:59 +00:00
Katarzyna Streich
429fbb3b97
Change clauses diagrams after clauses clean-up.
2017-01-17 11:34:21 +00:00
Ross Nicoll
2efd44d46b
Clean up semantics of composite clauses
...
This deprecates the existing composition clauses and adds new better named versions,
as well as changing 'AnyOf' to require at least one matching subclase (better matching
the name of the clause).
2017-01-17 11:34:21 +00:00
Ross Nicoll
7c0ffc78f8
Use curl instead of wget
...
Use curl instead of wget, for compatibility with OS X.
2017-01-16 18:24:13 +00:00
Mike Hearn
d26c44d08c
Configure Capsule/Driver to give Corda a relatively poxy 200mb heap by default: we don't seem to need more for development purposes. Switch to G1GC by default as well.
2017-01-12 11:37:10 +01:00
Shams Asari
7cd281364f
Removed basedir from the config file as it's always overwritten by the --base-directory cmd line arg
2017-01-10 10:49:28 +00:00
Joel Dudley
d87c9eb9d2
Updates the docs landing page to give clear direction to new users.
2017-01-10 10:18:38 +00:00
Mike Hearn
5ae417fe49
Minor: typo fix in the technical whitepaper.
2017-01-09 20:20:10 +01:00
Joel Dudley
e55833d147
Details of First/AnyComposition. Expands on clause workings. Typos.
2017-01-09 16:09:32 +00:00
Clinton
af42bb389b
Merge pull request #126 from corda/release-M7
...
Release notes for M7
2017-01-09 15:12:30 +00:00
Clinton Alexander
2d07014bf9
Fixed rendering of URLs on the release notes.
2017-01-09 15:03:53 +00:00
Joel Dudley
a8a371fcda
Regens docs.
2017-01-06 17:38:23 +00:00
Clinton Alexander
b6a325e7c7
Updated M7 release notes.
2017-01-06 17:20:41 +00:00
Clinton Alexander
def621ad0d
Release notes updated.
2017-01-06 17:09:37 +00:00
Clinton Alexander
4c566d086e
Further improvements to the M7 release notes.
2017-01-06 17:00:59 +00:00
Clinton Alexander
e0197e8982
Updated release notes for M7.
2017-01-06 17:00:59 +00:00
Clinton Alexander
c40ada96f1
Improved release notes.
2017-01-06 17:00:59 +00:00
Clinton Alexander
9338a3c06a
Added first version of M7 release nodes.
2017-01-06 17:00:59 +00:00
Clinton
60f72d4427
Merge pull request #127 from corda/clint-generatedocsitewinfix
...
The generate docsite script now works on both msys/cygwin systems and Unix systems
2017-01-06 16:29:14 +00:00
Katarzyna Streich
17beab06c2
Fix docs to reflect future date change. Add Kryo registration of PaymentEvent classes.
2017-01-06 16:22:27 +00:00
Clinton Alexander
71460d78b1
The generate docsite script now works on both msys/cygwin systems and Unix systems.
2017-01-06 16:16:10 +00:00
Mike Hearn
9a75adb0ab
Simplify the attachments demo by getting rid of the web API and just using the RPC interface directly. The web API in this case wasn't actually adding anything that had to be server side.
2017-01-06 16:58:34 +01:00
Shams Asari
59456cb6b1
Added a method to NodeHandle to simplify using RPC in the Driver
2017-01-06 14:14:32 +00:00
kasiastreich
ee99d7e9d0
Simm demo fix ( #122 )
...
* Update main to match nodes in deployNodes configuration (no Bank C).
* Update simm-valuation-demo documentation and comments.
2017-01-06 13:50:18 +00:00
Joel Dudley
3d747ff663
General running-the-demos docs update.
2017-01-06 13:29:57 +00:00
Joel Dudley
b5c319aeca
Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting.
2017-01-06 11:05:37 +00:00
josecoll
08047e7d72
Fixed gradle runnode config for Bank of Corda (RPC Client was failing). ( #115 )
...
Fixed doc mistake.
2017-01-05 18:37:54 +00:00
Andrius Dagys
b9d5081af6
Update notary change flow to support encumbrances ( #101 )
...
* Update notary change flow to support encumbrances.
Move encumbrance pointer from ContractState to TransactionState.
* Refactor & add new encumbrance tests
2017-01-05 17:44:31 +00:00
Shams Asari
08e391579c
Node verifies the peer it connects to by checking its TLS common name
2017-01-05 14:22:11 +00:00