Joel Dudley
70d99409f1
Removes the maxWidth parameter that caused the docsite to not use the full screen width.
2017-12-05 14:35:05 +00:00
Joel Dudley
183fa729e4
Adds an example use of pagination.
2017-12-05 11:00:27 +00:00
Joel Dudley
a94ca991cd
Backports changes to docs on generating and running nodes.
2017-12-04 16:35:32 +00:00
joeldudleyr3
139c15faec
Fixes code sample.
2017-12-04 13:20:38 +00:00
Joel Dudley
e0ebbcc426
Updates permissioning docs to address RGB review comments.
2017-11-27 14:30:55 +00:00
Joel Dudley
247c57766c
Fixes an error in the contract testing tutorial.
2017-11-27 12:02:02 +00:00
Joel Dudley
e13f64b1b3
Network permissioning new doc.
2017-11-24 18:19:18 +00:00
Joel Dudley
6e3ab266c2
Removes outdated devmode cert info, links to existing docs to avoid duplication.
2017-11-22 17:35:11 +00:00
Joel Dudley
0ce0502d1b
Update upgrade-notes.rst
2017-11-21 18:03:24 +00:00
Joel Dudley
12649adb1a
Ports docs changes on V1 since V2 was cut.
...
* Documents the LegalProseReference annotation. Minor tweaks.
* Updates flow cookbook to use freshKeyAndCert not freshKey.
* Addresses review comments.
2017-11-21 11:06:08 +00:00
joeldudleyr3
b5f5f3f975
Adds upgrade notes for v1 to v2. Minor tweaks (e.g. ToC).
2017-11-21 10:05:03 +00:00
Katelyn Baker
f91995b78d
Version 2.0 release notes ( #2021 )
2017-11-14 09:55:02 +00:00
Rick Parker
310f0daa37
Fix coin selection with Flow-friendly sleep ( #1847 )
2017-11-06 17:47:25 +00:00
Katelyn Baker
76f0fbef8d
RELEASE: docs conf.py change V1 -> V2
2017-11-06 14:35:18 +00:00
Katelyn Baker
6214f79efb
RELEASE: docs dropdown update
2017-11-06 14:33:33 +00:00
Mike Hearn
21f3fe2985
Minor: add a discussion to recordTransactions.
...
Discuss the interaction between coin selection and observer nodes and
why it's designed the way it is.
2017-11-06 11:52:29 +00:00
Mike Hearn
4728062455
Add more formal support for observer/regulator nodes. This is a simplistic
...
approach which assumes a dedicated node for observers: states that are
reported to the node will appear in the database and update feeds as
normal. Apps that expect all updates to be relevant to themselves may
need adjusting if they run on an observer node too, but this is likely
to be rare.
2017-11-06 11:49:45 +00:00
Joel Dudley
89191e9ef1
Moves contract constraints into 2nd tutorial, to make Hello World example simpler.
2017-11-01 11:34:59 +00:00
Joel Dudley
ee1e72d64c
Rewrite of docs on what a Cordapp is, how to write one, and how to build one.
2017-10-31 17:55:49 +00:00
Joel Dudley
617a941c83
Replaces links to Discourse with Stack Overflow links.
2017-10-29 12:54:27 +00:00
Joel Dudley
c7f35c5ed0
Removes references to the Corda internal samples from the docsite.
2017-10-23 16:29:07 +01:00
Joel Dudley
3a69f2a60c
Adds receiver side of sync flow to ID docs. Cleanup.
2017-10-23 10:24:36 +01:00
Joel Dudley
5cd6f61a7f
Fixes formatting.
2017-10-20 12:09:11 +01:00
Chris Rankin
2fe0a27139
Ensure that the contents of OpaqueBytes cannot be modified. ( #1871 ) ( #1881 )
...
* Ensure that contents of OpaqueBytes cannot be modified.
* Update documentation and restore the signature verification check.
* Update the API definition.
* KDoc fixes.
* Update the changelog for v1.1.
2017-10-19 11:44:27 +01:00
Joel Dudley
0d5ac6f6d8
Outdated diagram, new service upgrade notes, extracts tut code from files.
2017-10-16 16:45:48 +01:00
Chris Burlinchon
7a00898ba0
Typo
2017-10-09 11:29:00 +01:00
joeldudleyr3
0516dd4313
Adds indices, cleans up vault page.
2017-10-09 11:29:00 +01:00
Tommy Lillehagen
2806d3301a
Merge pull request #1828 from corda/tlil/misc-tutorial-fixes-v1
...
Tutorial Fixes (#1823 )
2017-10-06 16:15:49 +01:00
Joel Dudley
302ae9f746
Fixes the API docs.
2017-10-06 16:08:27 +01:00
Joel Dudley
a4f931eb32
Fix outdated shell command.
2017-10-06 14:31:02 +01:00
Tommy Lillehagen
045891cc15
Remove unnecessary this
in sample code + minor changes to contract paragraph
2017-10-06 11:41:18 +01:00
Tommy Lillehagen
c176c81a71
Correct bad exception reference and various rendering issues
2017-10-06 11:41:05 +01:00
Joel Dudley
a21a3183c1
Removes broken link.
2017-10-05 11:14:40 +01:00
RogerWillis
5371b25630
Removed "unreleased" sections from the release notes and change log.
2017-10-03 11:35:39 +01:00
Viktor Kolomeyko
71a2ac0bce
Improve API page wording ( #1784 )
2017-10-03 11:02:16 +01:00
Roger Willis
39c0c63bf1
fixed formatting for release notes. ( #1782 )
2017-10-03 10:17:40 +01:00
Roger Willis
359175eefa
Fixed drop down.. probably. ( #1780 )
2017-10-03 09:34:30 +01:00
Gavin Thomas
458387ebe8
Updated release notes to fix minor typos ( #1779 )
...
Fixed bold type on simplified annotation driven scanning bullet and added bold type to module name bullets
2017-10-03 09:01:00 +01:00
Mike Hearn
b01a8c548a
Docs: more package descriptions and take non-stabilised APIs out of the docs build. ( #1775 )
2017-10-02 16:54:13 +01:00
josecoll
059c330cae
Release and upgrade notes for V1.0 ( #1736 )
...
* Release and upgrade notes for V1.0
* Update changelog.rst
* Update changelog.rst
* Formatting.
* Incorporating review feedback from KB and MN.
* "guarantee" instead of "promise"
* Updated with final review comments from KB and RGB.
* Updated upgrade notes to describe migration from removed CordaPluginRegistry.
* Minor clarification.
* Minor updates following final RGB feedback.
* Kat's further pedantic feedback
* Minor changes following feedback from KB.
* Incorporating review feedback from MH.
* killed 'patent-pending'
2017-10-02 15:44:18 +01:00
josecoll
6f6cc4430a
Updated documentation indices ( #1754 )
...
* Update documentation indices.
* Reference a moveable tag for V1 docs.
Remove redundant warning text.
* Reverted proposed usage of new docs release tag
2017-10-02 12:25:21 +01:00
Joel Dudley
ec57d6c0ab
Checking out the latest milestone will no longer be required. ( #1761 )
2017-10-02 11:33:47 +01:00
Joel Dudley
f0138dfe17
Tutorial refresh for v1.0 and moving of code into separate files. ( #1758 )
...
* Moves code sections in tutorials to code files.
* Removes wallet references.
* Updates repo layout doc.
* Removes remaining cordapp-tutorial references, replaced with cordapp-example.
* Fixes broken link.
* Misc docs fixes.
* Refreshes the ServiceHub and rpc ops api pages.
* Updates the cheat sheet.
* Updates cookbooks.
* Refreshes the running-a-notary tutorial.
* Updates flow-testing tutorial
* Updates tear-offs tutorial.
* Refreshes integration-testing tutorial.
* Updates to contract tutorial and accompanying code to bring inline with V1 release.
* Refreshes contract-upgrade tutorial.
* Fixed broken code sample in "writing a contract" and updated contracts dsl.
* Added contract ref to java code. Fixed broken rst markup.
* Updates transaction-building tutorial.
* Updates the client-rpc and flow-state-machines tutorials.
* Updates the oracles tutorial.
* Amended country in X500 names from "UK" to "GB"
* Update FlowCookbook.kt
* Amended cheatsheet. Minor update on contract upgrades tutoraial.
* Added `extraCordappPackagesToScan` to node driver.
* Changes to match new function signature.
* Update to reflect change in location of cash contract name.
2017-10-02 10:11:33 +01:00
Joel Dudley
27404005b2
Updates tutorials. ( #1649 )
...
* Updates tutorials.
* Addresses review comments.
2017-10-02 10:04:27 +01:00
Joel Dudley
569d4494d7
Fixes .rst formatting. ( #1751 )
2017-10-02 10:03:56 +01:00
Joel Dudley
4488b1e7b0
Fixes dead links. ( #1749 )
2017-10-01 10:24:49 +01:00
Clinton
150f2f99c0
Added a contract constraints section to the key concepts doc. ( #1704 )
...
Documentation for contract constraints.
Added to index.
Review fixes round 1.
More review fixes.
Review fixes.
Explained package contents.
review fixes.
Addressed RGB's final review comments.
Updated source code type to 'java'
2017-09-30 13:10:58 +01:00
Rick Parker
30a829adbf
Small API fixes against M16 ( #1737 )
...
* Move CompositeSignaturesWithKeys into net.corda.core.crypto package.
(cherry picked from commit 8f29562)
* Rename and move CordaPluginRegistry to reflect its real purpose now.
Simplify serialization code a bit.
(cherry picked from commit e2ecd3a)
* Docs: docsite improvements
* Remove discussion of webserver from 'writing a cordapp' page.
* Fixup some flow docs.
* Add a couple more package descriptions.
(cherry picked from commit 2aedc43)
* Review comments
(cherry picked from commit ba1d007)
* Review comments - always apply default whitelist and no longer load it via ServiceLoader
(cherry picked from commit 7d4d7bb)
* Added wording about renaming services resource file
2017-09-29 15:45:19 +01:00
Clinton
393323e082
Cordapps now have a name field. ( #1664 )
...
Corrected cordapp name generation.
Added changelog entry.
2017-09-29 13:25:49 +01:00
Katelyn Baker
3b0e5afb61
CORDA-594 - SIMM Demo doc update ( #1723 ) ( #1735 )
...
* CORDA-594 - SIMM Demo doc update
For V1 write a series of JSON / curl commands a user can follow to run
the demo
* Review Comments
* Updated the rationale behind as to why SIMM was introduced.
* typo
2017-09-29 13:16:31 +01:00