Commit Graph

1620 Commits

Author SHA1 Message Date
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
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
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
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
43625308fa Merged in clint-immutable-kryo-serialisers (pull request #274)
Added immatuable serialisers to Kyro.
2016-08-17 14:50:33 +01:00
db3aa1491c 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-17 14:43:45 +01:00
a9ec3c253e Merged in rnicoll-notify-tx (pull request #282)
Add observable for transactions being stored
2016-08-16 14:50:55 +01:00
9496e18530 Merged in clint-driver-win-fix (pull request #285)
Driver now correctly resolves quasar path on Windows.
2016-08-16 14:27:18 +01:00
77f5689468 Renamed variable for clarity. 2016-08-16 13:54:08 +01:00
5d68210355 Driver now correctly resolves quasar path on Windows. 2016-08-16 13:26:38 +01:00
85dce390f4 makeNotaryService now enforces post condition with type system. 2016-08-16 09:21:29 +01:00
a74c491745 Fixed a bug where if NotaryService.Type is used as an advertised service no notary is created and no obvious error occurs. 2016-08-16 09:18:33 +01:00
9d9164980e Merged in andrius-driver-fix (pull request #280)
DriverTest fix: get quasar.jar location from the classpath
2016-08-15 17:31:02 +01:00
c5a6d11976 Merged in clint-node-driver-conf-fix (pull request #275)
Config will error earlier if the reference.conf file is missing.
2016-08-15 15:53:50 +01:00
a451000623 Merged in mike-fix-artemis-threading (pull request #276)
Messaging layer improvements
2016-08-12 19:07:54 +02:00
2bc757a8a7 Merged in mike-resolvetx-unit-tests (pull request #279)
Add unit tests for the tx resolution protocol
2016-08-12 17:18:57 +02:00
44aa32f70c Add some documentation on writing protocol unit tests. 2016-08-12 17:14:55 +02:00
3d391ec8c2 Add unit tests for the resolve transactions protocol 2016-08-12 17:14:54 +02:00
709fe096b3 Minor: add a rootCause property to Throwable 2016-08-12 17:13:41 +02:00
b8dc755926 Minor: a couple of small usability improvements to TransactionBuilder 2016-08-12 17:13:41 +02:00
c60c333ba9 Minor: add a utility to OpaqueBytes 2016-08-12 17:13:41 +02:00
316917f271 Merged in rnicoll-tx-timestamp (pull request #271)
Replace timestamp commands with a field on the transaction itself
2016-08-12 15:59:49 +01:00
8cfc88ed3a Remove unused timestamp from LCApplication 2016-08-12 15:51:04 +01:00
a3d37a4d00 Require notary to be explicitely stated on each transaction 2016-08-12 15:51:04 +01:00
a2dff5488f Add debugging information in case of missing signatures 2016-08-12 13:51:34 +01:00
17ae349f4d Remove support for timestamp commands 2016-08-12 13:51:34 +01:00
f0aa5a30d4 Deprecate existing timestamp infrastructure 2016-08-12 13:51:34 +01:00