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
Clinton Alexander
561b2e50a6
Webserver no longer depends on node. Added a configuration parser for the webserver. Size of resulting JAR now 16MB smaller.
2017-03-30 14:27:18 +01:00
Clinton Alexander
e9cfbde287
Kapt now must be run manually in order for IntelliJ to compile Corda.
...
Replaced compileKotlin with kaptKotlin in docs to reduce build times for users following documentation.
2017-03-30 14:18:27 +01:00
Mike Hearn
577b2c2c22
CORDA-319: Shell: use ExternalResolver to load our commands
...
This eliminates JIT java compilation and the consequent need for
tools.jar (which doesn't get shipped in DemoBench). It also makes
development more pleasant by avoiding weird IDE integration issues
that came from having java-in-resources.
2017-03-30 14:58:59 +02:00
Mike Hearn
527e571bc3
CORDA-312: Shell: point at our own fork of CRaSH.
2017-03-30 14:58:59 +02:00
Clinton
3e1b4aaef4
Merge pull request #431 from corda/clint-gradledocs
...
Docsite can be built from gradle
2017-03-30 13:48:24 +01:00
Qian Hong
03deffa955
MQSecurityTest: Make sure no actual message is received.
2017-03-30 14:01:29 +02:00
Clinton Alexander
796d475e0b
Removed repositories from docs build.gradle.
2017-03-30 12:24:06 +01:00
Clinton Alexander
5ef66d8fd6
Removed old information about Dokka from the building docs documentation.
...
Make docsite no longer cleans. Now gradle should be used for cleaning the docs.
Corrected docs building gradle script.
2017-03-30 12:23:20 +01:00
Clinton Alexander
1b5182fe24
Removed robots.txt from repo and added docs/build back to the gitignore list.
2017-03-30 12:23:14 +01:00