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
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
29e648d11c
Removes references to clauses from the docs. ( #1595 )
2017-09-21 18:10:10 +01:00
Clinton
bc6628a072
ContractState now references contract by class name ( #1407 )
...
* ContractState's contract type has been moved to TransactionState and is now a string representing the class name of the contract class to allow classloading of arbitrary contracts from custom classloaders.
* Upgraded isolated JAR to new version.
2017-09-11 16:44:18 +01:00
joeldudleyr3
d1ee84044d
Renames AuthenticatedObject to CommandWithParties for clarity.
2017-09-01 14:10:35 +01:00
Andrzej Cichocki
2829faa01f
Retire legalContractReference ( #1188 )
...
* Add LegalProseReference annotation
* Migrate code from autogenerated javascript to TypeScript source
* Add instructions to rebuild the web resources
* Make installWeb more reproducible
2017-08-18 13:30:39 +01:00
al-r3
6ee40a4436
added map it.data
2017-08-15 11:20:54 +01:00
Alberto Arri
486bd68713
Merge branch 'master' into arri_fix_tutorial_contract
2017-08-14 09:14:02 +01:00
Ross Nicoll
f0c7d7665a
Remove deprecated signing functions
...
* Remove TransactionBuilder.signWith()
* Remove TransactionBuilder.addSignatureUnchecked()
* Rename signInitialTransaction to toSignedTransaction
* Remove checkAndAddSignature()
* Require all unit tests sign transactions via services
2017-08-11 17:37:50 +01:00
Alberto Arri
86784d36b7
Changed type from PublicKey -> AbstractParty to match fun declaration
2017-08-11 14:22:39 +01:00
Matthew Nesbit
f4f2d35375
Make a generic generate spend. Tests pass.
...
Fixup after rebase
Fixup after rebase
Make node have only test compile dependency against finance module.
Use original query code.
Fixup after rebase
Update docs
Edit docs
Add to changelog
Follow recommendations from PR
Follow recommendations from PR
Make a re-usable helper function to create MockServices with database for tests
Tweak a few comments
Don't include tryLockFungibleStateForSpending in soft lock docs.
Respond to PR comments
Fix whitespace error
Fix compile error
Fixup after rebase
2017-08-10 13:29:08 +01:00
Matthew Nesbit
0fdd4ae6c6
Remove TransactionForContract and just use LedgerTransaction
...
Fix minor doc error
Get rid of @deprecated method that was only present for technical reasons.
Minor fix and include in changelog
2017-07-20 09:16:07 +01:00
szymonsztuka
1f28a60fca
Update code snippets in tutorial.
2017-06-08 13:39:14 +01:00
Joel Dudley
201a4a13c1
Further docsite changes, including reorganising the index.
2017-06-07 16:14:01 +01:00
Joel Dudley
e5fba5d0af
Docsite reorg ahead of beta launch.
2017-06-05 13:37:23 +01:00
Matthew Nesbit
05a97b11f3
First cut at removing PrivateKey leakage from KeyManagementService
...
Fixup after rebase
Restore original key property names
Fixup after rebase
Undo extra import that IntelliJ keeps erroneously adding.
Add comments and fix docs for transaction signing.
Fixes after rebase
More fixes after rebase
Address PR requests
Address PR requests
2017-05-18 17:34:04 +01:00
Chris Rankin
31861aea5b
M11 documentation ( #609 )
...
* Describe new source-tree directories "verifier" and "webserver", and update descriptions for "node" and "tools".
* Update changelog and release notes for M11.
* Thank Gary Rowe for his contribution to M11.
* Update Copyright and fix some broken links.
* Fix reference to CordaRPCOps class.
* Include changelog for CompositeKey upgrade.
* Fix warnings in changelog
* Update release notes after review.
* Add help for IntelliJ/Gradle.
2017-05-03 11:02:56 +01:00
gary-rowe
ea1bbd6baf
Update tutorial documentation 'by' with 'using'
2017-04-12 12:27:02 +02:00
Joel Dudley
b5c319aeca
Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting.
2017-01-06 11:05:37 +00:00
Katarzyna Streich
e10b199ae1
Add clauses documentation.
2016-11-29 11:53:54 +00:00
Mike Hearn
8d773d951b
Docs: fix broken image links
2016-11-25 13:08:57 +01:00
Ross Nicoll
54620200f5
Discuss contract design in the contract writing tutorial
...
Signed-off-by: Ross Nicoll <ross.nicoll@r3cev.com>
2016-11-23 17:50:15 +00:00
rick.parker
6c3476e89f
Rename protocol to flow in docs
2016-11-23 08:29:14 +00:00
Mike Hearn
ce99f354cb
Rename com.r3corda -> net.corda
2016-11-10 17:14:24 +01:00
Mike Hearn
53967e26ae
Minor type fix in the encumbrances doc section
2016-09-09 09:31:52 +00:00
jamescarlyle
b7e6c210d9
Merge with master
...
# Conflicts:
# docs/build/html/_sources/index.txt
# docs/build/html/_sources/protocol-state-machines.txt
# docs/build/html/_sources/tutorial-contract-clauses.txt
# docs/build/html/index.html
# docs/build/html/protocol-state-machines.html
# docs/build/html/searchindex.js
# docs/build/html/tutorial-contract-clauses.html
# docs/build/html/tutorial-contract.html
2016-09-09 09:43:14 +01:00
jamescarlyle
455a0ac9c9
Tidied document code example
2016-09-08 23:02:01 +01:00
jamescarlyle
e187c4d91d
Further tweaks based on feedback - simplified the embedded timelock contract
2016-09-08 22:49:24 +01:00
jamescarlyle
cdb2c3efa6
updated following review
2016-09-06 17:56:01 +01:00
Mike Hearn
3e94fc1921
More review fixes
2016-08-26 13:05:26 +02:00
Mike Hearn
2f35dbc339
Refresh the documentation site (developer guide): fresh docs are happy docs!
2016-08-26 12:58:33 +02:00
Ross Nicoll
c32af56b41
Rebuild commercial paper contracts using clauses
2016-07-13 16:55:18 +01:00
Ross Nicoll
1943b3633f
Add documentation on contract clauses
2016-07-12 17:47:51 +01:00
Ross Nicoll
e09710e421
Update contract tutorial example to match JavaCommercialPaper
2016-07-12 14:48:50 +01:00
Ross Nicoll
bb294da857
Minor: Correct class name in tutorial
...
Correct a reference to "Cash" in the tutorial, is actually "CommercialPaper"
2016-07-12 11:55:52 +01:00
Mike Hearn
fffeb4caa9
Docs: fix a typo that caused a parse failure.
2016-05-23 18:03:31 +02:00
Mike Hearn
06cf7a21be
Docs: misc markup fixes and adjust an out of date paragraph about oracles.
2016-05-17 19:40:53 +02:00