Clinton
69d6286a5e
Args are correctly passed to node runner ( #503 )
...
* Arguments are now correctly passed to the noderunner from platform specific scripts.
* Node runner doesn't start CRaSH shell when running in headless mode.
2017-04-04 15:56:14 +01:00
Clinton
b5c6f6053a
Changed dependencies of deployNodes everywhere to depend on the jar task and not build to reduce build time. ( #502 )
2017-04-04 15:45:41 +01:00
Clinton
a93692e434
Added an exception mapper that prints out errors emitted by the webserver ( #484 )
...
Added an exception mapper that prints out errors emitted by the JAX-RS server to aid debugging.
2017-04-04 15:43:55 +01:00
Patrick Kuo
23224fc92c
M11 snapshot version bump ( #497 )
2017-04-04 13:46:26 +01:00
Ross Nicoll
48b121d145
Add Cash*Flow tests
...
Add tests for CashIssueFlow, CashPaymentFlow and CashExitFlow. While these were mostly covered by other tests
already, CashExistFlow was not, and any bugs would be harder to identify because they are mixed in with other
functionality (i.e. vault tests)
2017-04-04 13:44:10 +01:00
Shams Asari
848988bf1c
Merge pull request #487 from corda/shams-sealed-data-classes
...
Converted sealed data types to be data classes
2017-04-04 13:04:38 +01:00
Clinton
e8316dedd0
Runnodes now exposes default ports for nodes automatically ( #480 )
...
Cordformation now automatically assigns a debug port
2017-04-04 11:58:56 +01:00
Clinton
09e7d89e4e
Merge pull request #500 from corda/clint-driverdebugportfix
...
Readded the debug port to the driver
2017-04-04 11:57:27 +01:00
Shams Asari
faef877a8d
Converted sealed data types to be data classes
2017-04-04 11:37:56 +01:00
Clinton
da92806b99
Merge pull request #496 from corda/clint-fixdocsubuntu
...
Fixed docsite building on Ubuntu by explicitly calling bash.
2017-04-04 10:32:48 +01:00
Clinton Alexander
6768a83232
Readded the debug port to the driver and added a log entry for the debug port.
2017-04-04 10:28:18 +01:00
Konstantinos Chalkias
dbd82705aa
Artemis - allow attachments to a maximum of 10MiB including any headers. ( #452 )
...
Allow attachments to a maximum of 10MiB including any headers.
2017-04-03 18:42:21 +01:00
josecoll
413e39903d
Fixed bug whereby Cash Exit was not taking into account the issuer reference ( #492 )
...
* Fixed bug whereby Cash Exit was not taking into account the issuer reference.
Added additional JUnit tests for coin selection by issuer.
Added some trace logging in AbstractConserveAmount.
* PR review: added additional state with 3rd issuer reference in test.
2017-04-03 17:51:56 +01:00
Patrick Kuo
3327517d61
[M10 Fixes] - fixes enum - json conversion problem in kotlin 1.1.1 ( #495 )
2017-04-03 17:30:56 +01:00
Chris Rankin
352da7e4c7
Add 'finance' module to Corda WebServer, for plugins to use. ( #489 )
...
* Add 'finance' module to Corda WebServer, for plugins to use.
* Fix wording of error message.
2017-04-03 17:06:30 +01:00
Clinton Alexander
c0d2e3ec04
Fixed docsite building on Ubuntu by explicitly calling bash. Due to sh mapping to dash and not bash.
2017-04-03 16:45:55 +01:00
Patrick Kuo
bf90b140c1
[M10 Fixes] - remote debug flag fix ( #494 )
2017-04-03 16:16:31 +01:00
Shams Asari
e0c548d4fa
Cleaned up code causing build warnings
2017-04-03 13:52:51 +01:00
Ross Nicoll
30dd29752c
Clarify exceptions thrown from loading a key store
...
Clarify exceptions thrown from loading a key store as a general cleanup. Also tightens the
exceptions caught when loading key stores from AbstractNode, so in case of an unexpected error
we don't silently drop the exception.
2017-04-03 13:41:40 +01:00
Matthew Nesbit
51c7f6ca30
Merge pull request #453 from corda/mnesbit-amount-improvements
...
Modify the Amount concept to allow conversion to from displayable formats
2017-03-31 14:37:32 +01:00
Patrick Kuo
d8370a41b5
Reduce occurrence of flow exception in explorer demo ( #467 )
...
* changed event generator to reduce flow exception due to wrongly generated event
2017-03-31 14:19:02 +01:00
Chris Rankin
0bbc330a04
CORDA-307: Initial DemoBench documentation. ( #408 )
...
* CORDA-307: Initial DemoBench documentation.
* CORDA-307: Update with review comments.
* CORDA-307: Update local installation instructions and download site.
* CORDA-307: Remove download link because it's not ready yet.
* CORDA-307: Mention that the node.conf files within the profiles can be edited by the user.
* CORDA-307: Add DemoBench section to the appendix.
2017-03-31 14:16:32 +01:00
Chris Rankin
341e1acf2a
Test webserver configuration too. ( #485 )
2017-03-31 13:51:30 +01:00
Patrick Kuo
e6bb2eedc0
bump gradle plugin version to 0.10.3 ( #482 )
2017-03-31 13:24:58 +01:00
Andrius Dagys
846d9caa09
Add non-validating Raft notary
2017-03-31 11:58:53 +01:00
Clinton
fcdcb0bdcf
Merge pull request #469 from corda/clint-reducebuildsize
...
Webserver no longer depends on node.
2017-03-31 11:54:13 +01:00
josecoll
73c0fdc118
CashExitFlow now uses coin selection with soft locking. ( #481 )
2017-03-31 11:47:59 +01:00
Clinton Alexander
570f5a7675
Reduced the number of explicit dependencies in the webserver module.
2017-03-31 11:31:20 +01:00
Clinton
79e9c3f5c7
Merge pull request #476 from corda/clint-cordformationh2
...
Added H2 port to cordformation config
2017-03-31 11:19:38 +01:00
Chris Rankin
035857e992
Test configuring DB port number. ( #475 )
2017-03-31 11:12:47 +01:00
Clinton Alexander
e201569ac9
Made casing of h2Port more consistent with other node properties in Cordformation.
2017-03-31 10:36:34 +01:00
Konstantinos Chalkias
d72b75caa4
Observable.subscribe().unsubscribe() and ListenableFuture.cancel() ( #397 )
...
Observable.subscribe().unsubscribe() dance to free up the MQ resources server-side.
* remove an unused import
* implement a FlowHandle<Transaction>.finalize method
* Rename finalize() to discard() - remove the collection and run discard individually
* Remove unused imports
* Observable.notUsed helper function
* Tweaks to comments
* FlowHandle implements AutoClosable
* Resolving conflicts and move notUsed to RPC module
* Copy Observable.notUsed in core module.
* delete discard method
2017-03-31 10:08:12 +01:00
Matthew Nesbit
b62f901892
Merge pull request #462 from corda/mnesbit-tactical-patch-explorer
...
Tactical fix for Explorer crash issue under Kotlin 1.1.1
2017-03-31 09:38:28 +01:00
Chris Rankin
b3936a2159
Exclude commons-logging for all projects at top level. ( #473 )
2017-03-30 20:59:50 +01:00
Clinton Alexander
f9fc3a3ac2
Added m ore defaults to the new web reference.
2017-03-30 18:45:45 +01:00
Clinton Alexander
e87184d1eb
Corrected logging location - broken by initialising logger before logging was configured.
2017-03-30 17:57:32 +01:00
Matthew Nesbit
0695374d72
Tactical fix for Explorer crash issue under Kotlin 1.1.1. Original code compiles, but then throws a typecast expression at runtime when trying to process the lambdas.
...
Update docs
2017-03-30 17:44:23 +01:00
Clinton Alexander
da88a43e40
Moved webserver to root project.
2017-03-30 17:34:32 +01:00
Clinton Alexander
73a7c62a07
Gradle plugins version update from 0.10.2 to 0.10.3
2017-03-30 17:11:15 +01:00
Clinton Alexander
76eb713777
Added a h2 port configuration to Cordformation.
2017-03-30 17:10:49 +01:00
Patrick Kuo
c7e5cf5079
Fixed : Message value in NotaryException is always null ( #470 )
2017-03-30 16:59:23 +01:00
Clinton Alexander
e3872c1469
Fixed logging to log file for webserver at startup. Removed more redundant config.
2017-03-30 16:59:07 +01:00
Chris Rankin
f15a22d828
Replace kotlinx-support-jdk8 with kotlin-stdlib-jre8. ( #463 )
...
* Replace kotlinx-support-jdk8 with kotlin-stdlib-jre8.
* Add kotlinVersion to constants.properties.
* Remove unused variable.
2017-03-30 16:27:01 +01:00
Matthew Nesbit
cedfc4e1ad
Add a concept of token size to Amount<T> so that conversion to/from indicative and displayable BigDecimal works sensibly
...
Add an AmountTransfer type to express the concept of asset flows.
Unify the currency amount creators and fix a few old style display conversions in teh explorer cash dialogs.
Modifications according to PR comments.
Change TransferAmount display string as it may not always be a payment.
Update docs
2017-03-30 16:16:11 +01:00
Clinton
63a70f46a4
Merge pull request #466 from corda/clint-manualkapt
...
Kapt now must be run manually in order for IntelliJ to compile Corda.
2017-03-30 16:14:19 +01:00
Andrius Dagys
f116c02149
Remove webPort from demo nodes so that no unnecessary web servers are started
2017-03-30 15:57:08 +01:00
Andrius Dagys
55af8cff74
Update Copycat (Raft lib) version to 1.2.3
2017-03-30 15:55:47 +01:00
Clinton Alexander
5d8217bbc7
Fixed compile issue when testing the webserver.
2017-03-30 14:51:16 +01:00
Clinton Alexander
d4e0ab52fe
Moved the webserver from being a subproject of node to a subproject of client.
2017-03-30 14:43:18 +01:00
Clinton Alexander
27e7a4226e
Removed unnecessary config for webserver.
2017-03-30 14:33:26 +01:00