Commit Graph

1341 Commits

Author SHA1 Message Date
Clinton Alexander
77245bdc1a Fixed a typo in the docs. 2016-07-25 11:55:23 +01:00
Clinton Alexander
6aabdc49eb Removed rounded borders on top menu 2016-07-25 11:35:37 +01:00
Clinton Alexander
e7f4997b1b Improved styling further on all pages. 2016-07-25 11:32:35 +01:00
Clinton Alexander
df5dcc34f6 Improved homepage theming. 2016-07-25 11:23:43 +01:00
Clinton Alexander
19e3f7f0cb Updated documentation to use the new endpoints. 2016-07-25 10:53:38 +01:00
Clinton Alexander
67defe19cc Small refactor of initWebServer to improve readability. 2016-07-25 10:36:37 +01:00
Clinton Alexander
fda2079611 Removed dead code. 2016-07-25 10:31:55 +01:00
Clinton Alexander
6505923a78 Merge branch 'demowebui' of https://bitbucket.org/R3-CEV/r3prototyping into demowebui 2016-07-25 10:30:49 +01:00
Clinton Alexander
93f4440c14 Moved IRS web folder up a level. Added support for static serving plugins. 2016-07-25 10:30:30 +01:00
Ross Nicoll
2f04d876ae Move FiberRequest out to a top level class
Move FiberRequest out to a top level class, both because it is expanding as functionality is added,
and to enable alternative state machine implementations to share it.
2016-07-24 09:30:16 +01:00
Matthew Nesbit
83c89c3ec8 Fetch KeyStore passwords from NodeConfiguration 2016-07-22 18:07:27 +01:00
Matthew Nesbit
b042fac905 Tidy up based upon comments on PR 2016-07-22 18:07:26 +01:00
Matthew Nesbit
196fe57147 Correct usage of hostName and cannonicalHostName in certificates to ensure the SSL certificates validate on Linux 2016-07-22 18:07:25 +01:00
Matthew Nesbit
129eeca7de Add X509 creation and manipulation utilities to core and enable SSL in ArtemisMQ 2016-07-22 18:07:24 +01:00
Andrius Dagys
e7ff5b8f6f Typo fix 2016-07-22 17:31:03 +01:00
Ross Nicoll
31ee8ab60b Rework checkpoint storage to include the FiberRequest
Rework checkpoint storage to include the FiberRequest, so that different requests can be supported.
2016-07-22 16:40:15 +01:00
Andrius Dagys
2142bd1d8a Added Log4j bindings for SLF4J. Test log output is redirected to the console, and demo output is now additionally stored in a rolling log file. 2016-07-22 16:15:00 +01:00
Mike Hearn
119813a36d Minor: document the SMM.changes observable. 2016-07-22 15:50:21 +02:00
Clinton Alexander
11afce9bbf Review fixes. 2016-07-22 12:44:42 +01:00
Clinton Alexander
9375cd21c1 All Tests can now be run on Windows as tests are now forked by class. 2016-07-20 14:27:24 +01:00
Ross Nicoll
2c139ae40c Merged in rnicoll-state-machine-id (pull request #234)
Add Fiber ID to state machine change events
2016-07-20 13:23:02 +01:00
Ross Nicoll
f866c4689e Merged in rnicoll-cash-generate-exit (pull request #233)
Add Cash.generateExit() function
2016-07-20 13:21:29 +01:00
Ross Nicoll
f25e19ed5e Add Cash.generateExit() function 2016-07-20 13:20:43 +01:00
Clinton Alexander
88f4317606 Removed dead links 2016-07-20 11:51:00 +01:00
Clinton Alexander
3975ba7308 Correctly handling exceptions during future resolution in PUT deal endpoint. 2016-07-20 11:50:49 +01:00
Clinton Alexander
40a4623c51 Improved error handling when exceptions occur during suspend. 2016-07-20 11:50:23 +01:00
Clinton Alexander
97c001dc61 Removed party view until some content is available for it. 2016-07-19 16:23:42 +01:00
Ross Nicoll
f72d8ed9fb Add Fiber ID to state machine change events
Where state machine change events are to be serialized for relay to external systems, serializing the entire
protocol is excessive. Instead being able to identify changes based on the ID of the fiber is a lot simpler
for these use-cases.
2016-07-19 14:58:54 +01:00
Ross Nicoll
ab7ddaa264 Merged in rnicoll-in-memory-networking (pull request #232)
Correct processing of unhandled messages
2016-07-19 14:20:29 +01:00
Ross Nicoll
c92d51a0b6 Correct processing of unhandled messages
Unhandled messages in the in memory messaging network can disrupt runNetwork(), as they
result in getNextQueue() returning null, irrespective of whether there is further work
which could be done. This modifies the flow to loop through the remaining transfers on
the queue before giving up, rather than stopping after the first.
2016-07-19 14:19:57 +01:00
Clinton Alexander
1f556839bd Fixed review issues and added a link to the official R3 favicon 2016-07-19 13:20:02 +01:00
Clinton Alexander
46b63fd967 Removed pointless conversion between timeunit and int. 2016-07-19 09:39:43 +01:00
Clinton Alexander
f167708af5 Review fixes. 2016-07-19 09:34:26 +01:00
Clinton Alexander
1e21dca4fc Review fix. 2016-07-19 09:31:04 +01:00
Clinton Alexander
969ec62858 Fixed review comments 2016-07-19 09:26:16 +01:00
Clinton Alexander
ac040efe94 Added instructions for unix installs. 2016-07-19 09:24:39 +01:00
Clinton Alexander
474e4be4ee Switched base currency to default to USD 2016-07-18 20:12:30 +01:00
Clinton Alexander
9d1d1b4f2c Defaults for models now more sensible. 2016-07-18 17:34:40 +01:00
Clinton Alexander
71d9709662 Added logging to static web server. 2016-07-18 16:43:09 +01:00
Clinton Alexander
912cccc5a4 Fixed case issues. 2016-07-18 16:36:46 +01:00
Clinton Alexander
0a29ba4594 Added installation instructions for the demo web UI 2016-07-18 14:39:22 +01:00
Andrius Dagys
c442cd01a7 Merged in andrius-cleanup-tweaks (pull request #208)
Remove the "verify correct notary has signed" check from TwoParty protocols
2016-07-18 10:40:25 +01:00
Mike Hearn
1715941dce Regen docsite 2016-07-14 10:55:35 +02:00
Ross Nicoll
1ec1642080 Merged in rnicoll-clauses-commercial-paper (pull request #227)
Rebuild commercial paper contracts using clauses
2016-07-13 17:04:30 +01:00
Clinton Alexander
55a8d776f6 Removed semantic UI library (added to bower instead) and added cache control. 2016-07-13 17:01:52 +01:00
Ross Nicoll
c32af56b41 Rebuild commercial paper contracts using clauses 2016-07-13 16:55:18 +01:00
Clinton Alexander
bfeea97013 Added documentation for the web demo. 2016-07-13 16:43:13 +01:00
Ross Nicoll
0ab4d90bf1 Merged in rnicoll-clauses-irs2 (pull request #222)
Rebuild IRS contract using clauses
2016-07-13 16:29:10 +01:00
Ross Nicoll
e03dd19979 Rebuild IRS contract using clauses 2016-07-13 16:15:01 +01:00
Clinton Alexander
1155c1d8ad JSON can now be served by static server. 2016-07-13 15:16:35 +01:00