Commit Graph

1407 Commits

Author SHA1 Message Date
bfeea97013 Added documentation for the web demo. 2016-07-13 16:43:13 +01:00
27241fb10a Rebuild documentation 2016-07-12 17:52:52 +01:00
1943b3633f Add documentation on contract clauses 2016-07-12 17:47:51 +01:00
e09710e421 Update contract tutorial example to match JavaCommercialPaper 2016-07-12 14:48:50 +01:00
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
0a2f313d40 Minor: run IntelliJ 'code cleanup' 2016-07-11 18:15:28 +02:00
d0903ae265 docs: Rename test tutorial subtitle 2016-07-11 14:25:27 +01:00
dae39bbfc1 docs: Add tutorial on the test DSL 2016-07-11 14:25:27 +01:00
8ca73e51d4 docs: Add build_docs.sh 2016-07-11 12:17:18 +01:00
ad3e9be1c8 Add a version number to gradle and allow "gradle install" to install the core module to the local Maven repository. 2016-07-07 13:59:55 +01:00
4356cef1cd Regen docsite 2016-06-30 14:49:28 +02:00
2121824662 Rename com.r3cord.contracts.cash package to ...asset 2016-06-30 13:31:59 +01:00
63cc3a04ce Review feedback 2016-06-30 12:59:19 +02:00
b30e431766 Update release notes regarding use of TransactionBuilder 2016-06-30 11:46:26 +01:00
55675ef799 Refresh docs for M1 release. 2016-06-30 12:23:27 +02:00
5271882dcd Event scheduling and docs for event scheduling 2016-06-30 08:51:52 +01:00
cb90a8c09b Add a policy about compiler warnings. 2016-06-27 15:41:18 +02:00
e5e5383e71 Minor formatting and typo fixes 2016-06-22 14:36:01 +01:00
9f1a4e9254 Update docs relating to the multiple notary support work 2016-06-22 13:18:00 +01:00
a8ce69ccb9 docs: add release note on curve switch 2016-06-16 17:03:44 +01:00
ad72f3e48f Add issuer to cash amounts
Add issuer of a cash when referring to amounts of cash (except for the very few cases where
the issuer is not important, such as when referring to aggregated totals across a set of
issuers). Replaces CommonCashState with TokenDefinition, as a more accurate reflection of
what the class represents.
2016-06-16 15:05:49 +01:00
aa0a68ba36 Merged in rnicoll-docs-rebuild (pull request #153)
Rebuild documentation
2016-06-16 13:14:50 +02:00
72842eaaf4 Code style changes for properties 2016-06-16 09:43:33 +01:00
2fed96cad0 Rebuild documentation 2016-06-15 17:10:43 +01:00
76a5328e4b Replace TokenDefinition with Issued 2016-06-13 17:39:42 +01:00
a96a05d857 Add note about party type being likely to change 2016-06-13 17:38:18 +01:00
92b25af092 Clarified contents of WireTransaction 2016-06-13 17:38:18 +01:00
14463266db Add definition of state interfaces 2016-06-13 17:38:18 +01:00
4b39ab0357 Clear up wording around how the FungibleAsset superclass is used
Clear up wording around how the FungibleAsset superclass is used, and in particular
that it contains contract code, but provides an interface that should be extended by
subclass state objects.
2016-06-13 17:38:18 +01:00
8d1ac66787 Remove Business Calendar header 2016-06-13 17:38:18 +01:00
874892df93 Move fungible definition up the document 2016-06-13 17:38:18 +01:00
fc3bc163aa Tweak wording (state -> states) 2016-06-13 17:38:18 +01:00
9cdcaaa606 Add documentation of transaction data types 2016-06-13 17:38:18 +01:00
146f274dd0 Demo now requires the setup steps if the configuration is not default. Documentation updated to reflect these changes. 2016-06-08 16:31:58 +01:00
782d50958d IRS demo endpoints are now parameterised for the Trade and Demo modes. Documentation fixes. 2016-06-08 16:30:40 +01:00
0c94637685 Documentation now has separate Windows instructions for running the demos. 2016-06-08 16:30:40 +01:00
fad45eaa91 Updated documentation for the IRS demo. 2016-06-08 16:29:21 +01:00
f4f0e160d2 Genericise Cash contract to support non-Currency things
Split the verification and commands for the Cash contract into a new AbstractCashLike
class, and make Cash a concrete implementation of that class, specialised for dealing
with Currency as the underlying token.
2016-06-07 13:49:26 +01:00
d7b367965f Genericise Amount class
Make the Amount class generic so it doesn't have to represent a quantity of a
currency, but can handle other things such as assets as well, or extended detail
(for example a currency-issuer tuple).
2016-06-01 11:58:13 +01:00
fc62010da6 Move cash contract into its own package 2016-05-31 17:07:36 +01:00
bb8944ab17 Docsite: more info on how to cut a release.
In future this will get more complicated as we make the code know its own version, etc. But for now it'll do.
2016-05-25 11:52:16 +02:00
4065cb25c0 Regen docsite 2016-05-24 13:48:53 +02:00
eabffb7fda Docsite: fix minor issues in the running-the-demos page 2016-05-24 13:48:35 +02:00
b6c3359cde Docs: regen docsite 2016-05-24 13:27:23 +02:00
68824e9d7e Docsite: added a release notes page 2016-05-24 13:27:16 +02:00
1e9f97f890 Docs: regen docsite for new where to start page. 2016-05-23 18:54:38 +02:00
1877491a9a Merged in full-scenario-tutorial-doc (pull request #105)
Docs: add a doc that describes how to link the other tutorials together into a demo.
2016-05-23 18:54:09 +02:00
8488e4d3ff Regen docsite 2016-05-23 18:05:37 +02:00
fffeb4caa9 Docs: fix a typo that caused a parse failure. 2016-05-23 18:03:31 +02:00
a7c0296f6b Rename node.core to node.internal from Rick's suggestion not to use core outside of the core package. 2016-05-20 16:43:01 +01:00