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
Matthew Nesbit
c108637df6
Remove unused certificate method from IdentityService. ( #1582 )
...
Put wellKnownParty in methods that return a Party which is one.
Fixup rebase
2017-09-21 15:31:42 +01:00
Patrick Kuo
56fda1e5b5
Replace data vending service with SendTransactionFlow ( #964 )
...
* WIP - Removed data Vending services, fixed all flow test
* * separated out extra data, extra data are sent after the SendTransactionFlow if required
* New SendProposalFlow for sending TradeProposal, which contains StateAndRef.
* WIP
* * removed TradeProposal interface.
* changed SendProposalFlow to SendStateAndRefFlow, same for receive side.
* fixup after rebase.
* * undo changes in .idea folder
* * remove unintended changes
* * Addressed PR issues
* * doc changes
* * addressed pr issues
* moved ResolveTransactionsFlow to internal
* changed FlowLogic<Unit> to FlowLogic<Void?> for java use case
* * addressed PR issues
* renamed DataVendingFlow in TestUtill to TestDataVendingFlow to avoid name confusion, and moved it to core/test
* * removed reference to ResolveTransactionsFlow
2017-08-04 11:26:31 +01:00
Andrius Dagys
4ca8b8d681
Remove type-specific transaction builder. Normal transactions should use TransactionBuilder and notary change transactions are created directly.
2017-07-31 14:31:17 +01:00
Mike Hearn
68ff33549a
Address review comments
2017-03-24 12:44:54 +01:00
Mike Hearn
ac90fe724e
Shell: add support for uploading and downloading attachments.
2017-03-24 12:44:54 +01:00
Mike Hearn
cbb66f87f3
Regen docsite with new JavaDoc format API reference
2017-01-18 13:42:22 +01: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
Mike Hearn
3bec44cd65
Misc doc markup and TODO fixes.
2016-11-23 13:25:44 +01: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
Ross Nicoll
f1557e687b
Add attachement demo and documentation
...
Add a demo of attachments on transactions as a worked example for others to use, along with documentation
on how to run it, and how it functions.
2016-10-05 14:29:20 +01:00