Commit Graph

54 Commits

Author SHA1 Message Date
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
2fed96cad0 Rebuild documentation 2016-06-15 17:10:43 +01:00
4065cb25c0 Regen docsite 2016-05-24 13:48:53 +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
8488e4d3ff Regen docsite 2016-05-23 18:05:37 +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
f6f56797ce Refactor code into clear core, contracts and node namespaces. Move services into clear implementation and api sides. Push unit tests down to lowest level of dependency hierarchy possible. 2016-05-20 16:42:59 +01:00
058ac986bd Move contracts base files to namespace to make api aspect clearer in includes.
Move Party to core.crypto as Party is closely aligned with the signing and used in code areas unrelated to the contract code.
2016-05-14 13:47:07 +01:00
d52855bfa2 Regen API docs with new Dokka 2016-05-13 12:55:04 +02:00
9ecf430dde Update documentation to match PartyAndReference naming 2016-05-09 17:55:53 +01:00
7499f7cf1f Regen docsite 2016-05-09 18:13:23 +02:00
20c6be193a Move tutorial.rst to tutorial_contract.rst
Move tutorial.rst to tutorial_contract.rst and rebuild docs
2016-05-09 10:20:40 +01:00
d1bf1b3f92 Update code style documentation
* Remove out of date instruction to put license text in each file.
* Add note that where parameters overflow first line, they should be one-per-line
* Add note on how TODO comments should be structured
2016-05-06 14:59:40 +01:00
5eaf86a4b1 Docs: (Re)push auto generated API docs 2016-04-29 18:46:25 +02:00
5a3c6e7fed Regen docsite 2016-04-29 18:46:24 +02:00
17015846d6 Complete sentence on why nodes are not removed from network map automatically 2016-04-29 16:23:16 +01:00
31da33425e Rebuild user documentation 2016-04-28 17:44:33 +01:00
c13b5f247e Add tutorial on building documentation 2016-04-28 17:44:33 +01:00
45e89fe4ad Docsite: add info on how to run the IRS demo and rename the demos section 2016-04-18 19:44:21 +02:00
d08f7905df Regen docsite and link IRS page into it (was previously invisible) 2016-04-18 19:25:41 +02:00
e1bcfd197b Documentation regen 2016-04-13 10:29:54 +01:00
8305304b95 Regen docsite 2016-03-21 16:54:20 +00:00
5fa1634175 Fixed incorrect git repository URL. 2016-03-18 15:46:54 +00:00
473e4e527e Regen docs 2016-03-15 17:13:01 +01:00
bc5f29c5ee Regen docsite 2016-03-14 16:57:36 +01:00
f9bf50e822 Docs: add robots.txt to keep my ex-employers from stalking me ;) 2016-03-08 18:35:33 +01:00
0476de6560 Regen docsite and include Dokka API docs for the first time 2016-03-08 18:30:52 +01:00
2dcd9c223a Regen docsite 2016-03-04 16:16:03 +01:00
dfc15a6bab Regen docsite 2016-02-25 13:29:28 +01:00
ac56ea2495 Regen docsite 2016-02-05 15:54:38 +01:00
9a818247bb Re-gen docsite 2016-02-03 16:57:01 +01:00
52d30b4870 Regen docsite. 2016-01-27 15:07:46 +00:00
d9c6df51f4 Update docs for new simpler protocol framework API. 2016-01-13 13:54:10 +01:00
81812d2f2d Kotlin 1.0.0-beta-4584 (docs) 2015-12-24 17:22:00 +00:00
049f0aa3b3 Rename PartialTransaction -> TransactionBuilder. The term "partial transaction" should be reserved to mean a transaction that is lacking some signatures as it's in the process of being built up by multiple parties. 2015-12-22 15:28:38 +00:00
89b1a5648b Docs: regen HTML + reorganise left hand menu a bit. 2015-12-22 15:15:38 +00:00
e3cfe0ae49 Docs: fix a few typos and rewrap a few code samples in the state machines article. 2015-12-15 15:52:07 +01:00
bf647f6c15 Docs: regen all docs 2015-12-15 14:27:06 +01:00
c4549a5ecb Docs: regen HTML 2015-12-15 13:16:20 +01:00
62f7237364 Docs: regen HTML 2015-12-14 18:22:54 +01:00
b915a30dee Docs: mention what to do if IntelliJ complains about lack of a jdk 2015-12-08 16:47:45 +01:00
f7e04e1078 Docs: Mention the crowdfunding in the "in the box" page, regen html 2015-12-07 20:55:03 +01:00
e5a36580da Visualiser: reorganise, make it easier to invoke, document it. 2015-12-03 12:00:49 +00:00
31ca78533b Docs: regen HTML 2015-12-02 09:50:31 +00:00
c4d383bf67 Docs: rename institution to party 2015-11-30 17:07:09 +00:00
8ea4ac8b15 Rename 'playground' to 'R3 Prototyping' 2015-11-30 17:00:25 +00:00
b8a50a65cf Merge branch 'finish-timestamping'
# Conflicts:
#	docs/build/html/searchindex.js
#	src/core/serialization/Kryo.kt
2015-11-30 16:35:10 +00:00
42eed3e0a3 Flesh out timestamping logic and fix various serialisation related bugs that it exposes. Timestamps are optional, so update the CommercialPaper contract and tutorial to reflect that. 2015-11-27 18:33:17 +01:00