Commit Graph

7493 Commits

Author SHA1 Message Date
8185596224 Merged in mike-simplify-cp-contracts (pull request #297)
Minor: cleanup the commercial paper contracts.
2016-08-25 11:31:04 +02:00
c8323099bb Minor: cleanup the commercial paper contracts.
There's no need for the notary to be specified in commands. A few other tweaks and additions found whilst refreshing the docsite.
2016-08-25 11:30:25 +02:00
bf41d66c6d Merged in whitepaper-minor-edits-prerelease (pull request #298)
Whitepaper minor edits prerelease
2016-08-25 11:28:58 +02:00
f2a93ea67b Fixed review comments. 2016-08-24 21:03:20 +01:00
f46cbd32c6 Fixed isJar checks. 2016-08-24 17:44:47 +01:00
a8d73fb73f Caplet now filters for JAR files. 2016-08-24 16:40:43 +01:00
bdcbd80d4e Updated docs to reflect gradle changes. 2016-08-24 16:30:35 +01:00
4652872338 Renamed corda output JAR to corda.jar. 2016-08-24 16:28:28 +01:00
70c057dfef Review changes. 2016-08-24 16:19:11 +01:00
24df3e3c52 Removed term standalone and replaced with more neutral language. 2016-08-24 16:18:52 +01:00
c03d9a2cf7 Review fixes. 2016-08-24 15:33:43 +01:00
74e5e1bce8 Merged in rnicoll-commodity-cleanup (pull request #295)
Documentation cleanup
2016-08-23 21:30:56 +02:00
b8ec7631b4 Update introduction to messaging documentation 2016-08-23 17:43:42 +01:00
59d3cbdece Add documentation around Commodity and CommodityContract 2016-08-23 17:40:45 +01:00
3e330a2d36 Merged in mike-fix-walletfiller (pull request #277)
Rewrite the test wallet filler code to not be buggy.
2016-08-23 17:59:19 +02:00
e3ef4ce3b3 Merged in rnicoll-cash-destroy-own (pull request #293)
Restrict cash exit commands to working on cash held by the issuer
2016-08-23 14:15:54 +01:00
dc60db5f69 waitForNodeStartup should now throw after 2 minutes rather than 20 seconds.
Some bank devs were finding integration tests failing as nodes had still not started.
2016-08-23 13:39:23 +01:00
3b8712627d Regen docsite 2016-08-23 14:29:46 +02:00
88da5ba942 Merged in rnicoll-clause-default (pull request #290)
Add default values for ifMatched/ifNotMatched/requiredCommands
2016-08-23 11:49:59 +01:00
03e120d04b Add default values for ifMatched/ifNotMatched/requiredCommands 2016-08-23 11:23:47 +01:00
214c98b6aa Added first Cordapp documentation. 2016-08-23 10:25:06 +01:00
dc2f4055fc Restrict cash exit commands to working on cash held by the issuer
Remove the ability to exit cash not held by the cash issuer; this solves a number of problems:

* Ensuring owner of the cash is aware of the funds being destroyed
* Determining where to send any change resulting from partial exiting of funds
* Auditing the destruction of funds
2016-08-22 17:17:19 +01:00
668fecfea7 Merged in clint-no-notary-error (pull request #283)
Fixed bug when incorrect notary service type is specified.
2016-08-22 16:41:38 +01:00
f6407b9e95 Caplet now loads plugins from plugins dir. 2016-08-22 16:22:37 +01:00
c45aa9ffb1 Started capsule work. 2016-08-22 16:22:37 +01:00
097bb033c4 Rewrite the test wallet filler code to not be buggy. 2016-08-22 16:26:32 +02:00
5daad3580c verify of conditions, timestamp working 2016-08-21 23:40:32 +02:00
47cc33deb1 Final edit - simplification 2016-08-21 10:15:08 +01:00
d5172ea2d0 added timestamp check 2016-08-21 10:39:20 +02:00
932038ef9b Edits in response to Tim Swanson, Clark Thompson, Kathleen Breitman 2016-08-20 14:19:57 +01:00
ee65d4490b Updated based on feedback to check that the encumbered state does not refer to itself as the encumbrance. 2016-08-19 17:49:53 +01:00
6ba301b6b8 Updated based on feedback to check that the encumbered state does not refer to itself as the encumbrance. 2016-08-19 17:45:25 +01:00
c3bf914d30 Merged in aslemmer-node-driver-improvements (pull request #287)
node driver improvements
2016-08-19 17:11:07 +01:00
1a2c712a48 node-driver: Make debugging optional and off by default 2016-08-19 17:05:00 +01:00
9d22d66548 node-driver: Fix some kdocs. Also, full stops! 2016-08-19 17:05:00 +01:00
f4577b743e node-driver: Add startClient, startLocalServer 2016-08-19 17:05:00 +01:00
5f33bedc13 node-driver: Polling doesn't timeout, just prints warning 2016-08-19 17:05:00 +01:00
9cbdf001fb node-driver: Return Futures instead of waiting for full node startup 2016-08-19 17:05:00 +01:00
7b3003ea04 Added TODO for further work 2016-08-19 16:41:49 +01:00
21092e2bb6 Merged in mnesbit-cleanup-remove-clashingthreads (pull request #281)
Mnesbit cleanup remove clashingthreads
2016-08-19 16:05:50 +01:00
5df740b2fa regen PDF as not compiled correctly first time 2016-08-19 15:01:31 +01:00
fe8cd540d1 Minor edits prior to release 2016-08-19 12:45:23 +01:00
fec2134555 Updated comment on why the encumbrance is an index (Integer). 2016-08-19 12:42:09 +01:00
413060aa6d Don't use single line style for verify 2016-08-19 12:05:32 +01:00
696b9741dd Remove ClashingThreads exception by tightening up unique id on LinearState to be a secure random value, with constraints that it cannot be duplicated. Also, rename to linearId rather than the confusing thread.
Try providing a helper interface to encourage enforcing LinearState rules

Fixup after rebase

Change to using Clauses for verifying LinearState standard properties

Fix whitespace change

Tidy up ClauseVerifier after PR comments

Change from SecureHash to a TradeIdentifier class

Change TradeIdentifier to UniqueIdentifier
2016-08-19 11:52:16 +01:00
b4be27080c Encumbrances implemented by reference to an index of an output state 2016-08-18 20:58:34 +01:00
2c7d6fc053 Encumbrances implemented by reference to an index of an output state 2016-08-18 20:39:34 +01:00
ff1a1c4848 Encumbrances implemented by reference to an index of an output state 2016-08-18 19:41:17 +01:00
3f63aecf6c Merged in mike-upgrade-quasar (pull request #284)
Upgrade Quasar to 0.7.6 and fix an exception handling bug in SMM that it revealed (if an exception was thrown immediately on protocol startup we let it leak instead of capturing it in the future.
2016-08-18 18:26:39 +01:00
6adebd3fa8 Clarify exception handling in the SMM add method a bit. 2016-08-18 18:19:46 +01:00