Andras Slemmer
|
144f88e0d0
|
irsdemo: Print more helpful error message when no role is specified (was NPE)
|
2016-07-12 15:42:28 +01:00 |
|
Andras Slemmer
|
4b962eeb1f
|
irsdemo: Remove unused --fake-trade-with-address
|
2016-07-12 15:42:28 +01:00 |
|
Andras Slemmer
|
d7cc34c9a5
|
all: Full stops in comments!
|
2016-07-11 17:58:53 +01:00 |
|
Mike Hearn
|
0a2f313d40
|
Minor: run IntelliJ 'code cleanup'
|
2016-07-11 18:15:28 +02:00 |
|
Andras Slemmer
|
c3060c11c0
|
testdsl: Use and expose TransactionBuilder in TestTransactionDSLInterpreter
|
2016-07-11 14:25:27 +01:00 |
|
Clinton Alexander
|
c8be3f9276
|
Merged in irsdemocleanup (pull request #209)
Added OkHttp library and improved help text to demos.
|
2016-07-08 16:40:30 +01:00 |
|
Clinton Alexander
|
639df4dcb9
|
Http Client is now lazy init.
|
2016-07-08 10:48:55 +01:00 |
|
Matthew Nesbit
|
8d31df5fe1
|
Remove @Suppress now we use standard Kotlin Int
|
2016-07-08 10:38:22 +01:00 |
|
Matthew Nesbit
|
1fb4371de9
|
Make the IRS Demo web api an api plugin (scanned from the Node classpath) and use the same permission checking entry point for web api's as the scheduler.
Fix whitespace
Change ProtocolLogicRefFactory to use Map<String, Set<String>> as whitelist definition
|
2016-07-08 10:34:30 +01:00 |
|
Clinton Alexander
|
01e64d3030
|
Fixed merge conflicts.
|
2016-07-07 17:23:14 +01:00 |
|
Clinton Alexander
|
d4da633b1e
|
Fixed merge issues
|
2016-07-07 16:31:52 +01:00 |
|
Clinton Alexander
|
24deb5a79c
|
Added more useful help message that includes basic usage to the TraderDemo.
|
2016-07-07 16:28:27 +01:00 |
|
Clinton Alexander
|
98b02e9d33
|
Added some simple documentation to the IRSDemo.
|
2016-07-07 16:25:01 +01:00 |
|
Clinton Alexander
|
3651bd54aa
|
Increased read timeout in order to avoid timeouts on long fixing periods (ie; 2020-01-01) on the IRS demo.
|
2016-07-07 16:22:09 +01:00 |
|
Clinton Alexander
|
6381b5e6a1
|
Added OkHttp and used it to clean up the HTTP calls in the demo and then moved those new functions to a util lib.
|
2016-07-07 16:22:09 +01:00 |
|
Shams Asari
|
5c0e7fbbf2
|
Moved topic parameter from send/receive methods to a ProtocolLogic property
|
2016-07-05 15:12:25 +01:00 |
|
Ross Nicoll
|
2121824662
|
Rename com.r3cord.contracts.cash package to ...asset
|
2016-06-30 13:31:59 +01:00 |
|
Shams Asari
|
a02263937c
|
send and sendAndReceive use Party for the destination
|
2016-06-30 12:04:39 +01:00 |
|
Andras Slemmer
|
9e174d3e3a
|
irsdemo: Fix api address in Date role
|
2016-06-30 11:30:05 +01:00 |
|
rick.parker
|
5271882dcd
|
Event scheduling and docs for event scheduling
|
2016-06-30 08:51:52 +01:00 |
|
Andras Slemmer
|
aa82d4441e
|
irs-demo: Fix advertised services
|
2016-06-28 14:03:32 +01:00 |
|
Andras Slemmer
|
54967afb78
|
irs-demo: Rework CLI parsing, add api-address
|
2016-06-28 14:03:32 +01:00 |
|
Andras Slemmer
|
1e15e7a206
|
trader-demo: Put demo directory under build/, add corresponding cli option
|
2016-06-28 14:03:32 +01:00 |
|
Andras Slemmer
|
e54dad9a8b
|
node: Add apiAddress constructor parameter
|
2016-06-28 14:03:32 +01:00 |
|
Andras Slemmer
|
429d8aab74
|
node, integtest: Code style
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
ffa9ad1bc9
|
Added port argument for IRS demo to allow web servers to not have binding collisions during testing and to allow more granular control over demos.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
4900c7eb26
|
Ports now randomised during demo tests.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
68867d21bb
|
Fixed merge conflict problems.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
9a2a7165a5
|
Fixed merge errors.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
21dc8e7fd4
|
Increased timeout time for reads during HTTP connections to avoid demo failing when date it set far in the future.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
7a4a1363cb
|
Removed unnecessary changes.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
5a4215a312
|
Fixed a change resulting from an incorrect merge.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
03e2852880
|
The integration tests for demos now spawn a new JVM instead of using threads. Demos no longer need or contain any in memory node logic.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
2d9989c5df
|
Rearranged code for improved reading locality.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
3c11c26b12
|
Refactored IRSDemo to be more readable and to have minimal branches due to in memory mode in order to ensure tests are as similar to the real things as possible.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
5986e785cf
|
Broke up the runIRSDemo function into smaller functions for readability.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
10fa86002d
|
Fixed merge error causing IRSDemo to fail.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
a7ac54f280
|
Removed thread waits from tests instead relying on a lock passed to the demo environment.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
929b752b42
|
Trader demo now works as a test using in memory messaging.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
89b8b164f7
|
Trader Demo now has in memory nodes working.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
b61b362891
|
Setup TraderDemo test. Moved DemoNode to a common file. Modified TraderDemo to be tested.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
de27b1e8de
|
Improved error handling in IRS demo
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
60daf8059f
|
Removed dependency added in previous commit. Fixed upload code on IRS Demo
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
b050411810
|
Fixed compile error in IRSDemo and updated demo data to match new format.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
5de855e045
|
Fixed a merge error and parameterised host for upload rates.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
9fc89fc4a2
|
Connections now timeout correctly if something goes wrong with the server.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
90a24588bc
|
Added TODOs and replaced default path with an exception.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
507d9ea4ae
|
Added new integration test for the IRSDemo and refactored the demo to
run in integration tests.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
9639768069
|
Corrected the currency mismatch in the example trade.
|
2016-06-28 14:03:32 +01:00 |
|
Clinton Alexander
|
0788e8d64c
|
IRS demo to now has roles for NodeA/NodeB and most options are now~ optional. NodeA can be run without the shell script.
|
2016-06-28 14:03:32 +01:00 |
|