Rick Parker
3f1a035cd1
Merged in plt-131-quasar-suspendables-scanner (pull request #48 )
...
Add Quasar suspendables scanner to gradle build.
2016-04-05 14:00:12 +01:00
Andrius Dagys
3674a547d5
Minor: Fix typos in documentation
2016-04-04 13:48:13 +01:00
rick.parker
3b2d236531
Add Quasar suspendables scanner to gradle build.
2016-03-31 16:52:54 +01:00
Mike Hearn
eecdba9e26
Minor: fix "All tests" run config to actually run all tests again, post IJ2016.1 upgrade
2016-03-30 18:54:44 +02:00
Mike Hearn
420ecf80a0
Minor: fix a typo in a variable name, spotted by Rick
2016-03-30 18:50:12 +02:00
Mike Hearn
3adfd02e31
Support injection of latency into the mock (simulated) network.
2016-03-30 18:50:12 +02:00
Mike Hearn
d1e62c27c4
Unit testing: minor refactoring of MockNetwork
2016-03-30 18:50:12 +02:00
Mike Hearn
d1b5ada423
Add a notion of physical location.
...
This will be useful for various things in future, such as approximating the nearest consensus service (approximate because physical distance doesn't always match network distance), visualisation, simulation, etc.
LegallyIdentifiableNode now lists a physical place for the node to be in (which might not be totally accurate one day if we have super distributed mega-nodes, but will do for now).
The config file allows the admin to specify their nearest city.
There is a city database that can map such names through to coordinates, when known.
There is support for Mercator projection.
2016-03-30 18:50:11 +02:00
Rick Parker
408bcaa505
Merged in plt-17-api-server-merge3 (pull request #42 )
...
Merge all API work excluding new protocols and new node launcher
2016-03-30 16:03:36 +01:00
rick.parker
791022f130
First working commit
...
First working commit
Formatting clean up
Revert All_tests.xml
Remove extra space
Feedback from code review
First working commit
Revert All_tests.xml
Remove extra space
Feedback from code review
2016-03-30 15:52:01 +01:00
rick.parker
e122a57bf2
First working commit
...
First working commit
Formatting clean up
Revert All_tests.xml
Remove extra space
Feedback from code review
2016-03-30 15:04:08 +01:00
Richard Green
c450c70f9a
Merged in calendar-name-parameter (pull request #43 )
...
Field name request from client
2016-03-23 17:08:30 +00:00
Mike Hearn
e21f61ff10
Minor: add toString methods to progress tracker objects
2016-03-23 16:53:29 +00:00
Mike Hearn
5b7fb86b6b
Use TypeSafe Config library instead of Java properties files for the config file format. The default formats are compatible so this should not be disruptive.
2016-03-23 16:49:28 +00:00
rick.parker
a0780c84a7
Made calendars property a string array rather than just string
2016-03-23 13:42:52 +00:00
Richard Green
4167b044a1
Field name request from client
2016-03-23 12:17:30 +00:00
rick.parker
9f7ae4c61d
Basic JSON API with servertime call exposed at GET /api/servertime
...
Global Clock as part of ServiceHub to offer source of time in transactions, protocols, time stamping service etc (can be replace for demos and testing with a Clock that can be externally manipulated)
Edited with Mike's feedback
Edited with Mike's feedback
2016-03-23 09:34:45 +00:00
Richard Green
a0d474f270
Merged in tenor-fixes (pull request #41 )
...
Updated Tenor class, Changed interest rate example to use this class.
2016-03-22 11:47:29 +00:00
Richard Green
6c0e696107
Updated with new Tenor class that verifies string during construction.
...
Now uses new Tenor class for Interest Rate Oracle
2016-03-22 11:46:06 +00:00
Richard Green
d7d05a2f70
Merged in PLT-15-b (pull request #36 )
...
Neater branch with IRS code.
2016-03-22 11:42:08 +00:00
Richard Green
a78c5b11d1
IRS Contract example
2016-03-22 11:36:40 +00:00
Mike Hearn
b1694e2d0d
Move MockNode/InMemoryNetwork to the main sourceset, as these are useful not only for unit testing, but also simulation tools.
2016-03-22 10:54:35 +00:00
Mike Hearn
621c88b93a
IJ 2016.1
2016-03-22 10:54:35 +00:00
Mike Hearn
8305304b95
Regen docsite
2016-03-21 16:54:20 +00:00
Mike Hearn
a624ef7ff5
Merge branch 'master' of https://bitbucket.org/R3-CEV/r3prototyping
2016-03-21 16:35:46 +00:00
Mike Hearn
b309de8fb0
Mention the docs website from the README.
2016-03-21 16:35:35 +00:00
vibhu_r3cev
304e682aea
Merged in traderdemo_fix3 (pull request #39 )
...
Script now runs latest source code
2016-03-21 10:11:55 +00:00
Vibhu Mohindra
8a60541ee3
Script now runs latest source code
2016-03-18 18:29:06 +00:00
Mike Hearn
23ba38afea
Merged in setup_fix (pull request #38 )
...
Fixed incorrect git repository URL.
2016-03-18 17:48:31 +01:00
Vibhu Mohindra
5fa1634175
Fixed incorrect git repository URL.
2016-03-18 15:46:54 +00:00
Richard Green
80af936a82
Merge branch 'master' of bitbucket.org:R3-CEV/r3prototyping
2016-03-18 13:45:38 +00:00
Richard Green
5e3ff4238f
Cosmetic change to Amount to display decimal places
2016-03-18 13:45:22 +00:00
Mike Hearn
7ef8397920
Use new Quasar API to skip serialisation of TLS slots.
2016-03-17 16:53:01 +01:00
Mike Hearn
3c4ce0a8fe
Minor: fix a regression introduced by a bad merge that broke the rate fix demo
2016-03-17 13:07:19 +01:00
Mike Hearn
9b102f3f17
Minor: .gitignore the rate-fix-demo-data directory
2016-03-17 13:05:24 +01:00
Mike Hearn
9dbb575b51
Kotlin 1.0.1
2016-03-17 13:04:54 +01:00
Mike Hearn
5161b2b085
Minor: style fixes
2016-03-15 19:43:37 +01:00
Richard Green
8ab5efe4a7
Quick fix for previous merge; missed fixing the tests for NodeInterestRates when the String.d function renamed to .bd
2016-03-15 18:42:59 +00:00
Richard Green
8bc137dbbc
Merged in finance-utilities (pull request #33 )
...
First checkin of some utility functions / classes / enums that will assist in the writing of some financial products
2016-03-15 18:24:27 +00:00
Richard Green
966724f941
Utility functions / classes / enums that will assist in the writing of some financial products
2016-03-15 18:22:36 +00:00
Mike Hearn
5bc50eecf9
Merged in persistence4 (pull request #35 )
...
Unified the various StorageService implementations. Made getMap() private. Made the nested tables into instance variables. Moved StorageServiceImpl out into its own file to avoid merge conflicts in the future.
2016-03-15 18:10:25 +01:00
Vibhu Mohindra
11d14001cd
Unified the various StorageService implementations. Made getMap() private. Made the nested tables into instance variables. Moved StorageServiceImpl out into its own file to avoid merge conflicts in the future.
2016-03-15 17:08:28 +00:00
Mike Hearn
473e4e527e
Regen docs
2016-03-15 17:13:01 +01:00
Mike Hearn
bc5f29c5ee
Regen docsite
2016-03-14 16:57:36 +01:00
Mike Hearn
d664ecf891
Merged in oracle-docs (pull request #31 )
...
Docs: remove roadmap, add a new doc page on oracles.
2016-03-14 16:41:52 +01:00
Mike Hearn
77fd6071a1
Merged in jmx-mbeans (pull request #32 )
...
Export various ledger stats via JMX
2016-03-11 18:27:12 +01:00
Mike Hearn
3533e87953
Take out the fake signing delay in the trader demo.
2016-03-11 18:12:18 +01:00
Mike Hearn
07eee0233f
Export wallet balances via JMX.
2016-03-11 17:55:03 +01:00
Mike Hearn
28869ad85d
Export attachment count via JMX
2016-03-11 17:26:17 +01:00
Mike Hearn
730b7949ea
Export stats to JMX from the state machine manager.
2016-03-11 17:26:17 +01:00