Ross Nicoll
3499e06e27
Correct typo - "countryparty" to "counterparty"
2017-02-02 14:08:38 +00:00
Chris Rankin
c7a045c82a
Merge remote-tracking branch 'corda-public/master'
2017-02-02 14:00:32 +00:00
Ross Nicoll
2f9af7d7dc
Revert Party.Full in preference for a less invasive change
2017-02-02 13:47:32 +00:00
Andras Slemmer
8b258b9415
Merge pull request #207 from corda/aslemmer-driver-poll-nms-registration
...
Add isRegisteredWithNetworkMap RPC, poll in Driver, expose RPC proxy
2017-02-02 13:14:44 +00:00
Chris Rankin
4cc377cbf4
Add new RPC operation getCashBalances() to Node.
2017-02-02 12:04:10 +00:00
Chris Rankin
cd5dde70e0
Display simple statistics about the node on each tab.
2017-02-02 12:03:12 +00:00
Andras Slemmer
4afd404db4
Address PR 207 comments
2017-02-02 11:44:18 +00:00
Chris Rankin
51d02e1e45
Allow SLL configuration via command line parameters too.
2017-02-02 11:00:14 +00:00
Andras Slemmer
de63f90745
Add isRegisteredWithNetworkMap RPC, poll in Driver, expose RPC proxy
2017-02-02 10:54:50 +00:00
Shams Asari
3f6c8ab1e2
Allow received FlowException to propagate further to initiating flow
2017-02-01 17:30:38 +00:00
Mike Hearn
f4b66536c2
Merge pull request #193 from corda/joel-rebuild-docs
...
Rebuilds docs.
2017-02-01 18:27:10 +01:00
Ross Nicoll
1b86ddfd6e
Replace Party with Party.Full
...
Replace Party with Party.Full as an interim step to introducing the Party.Anonymised class.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-02-01 15:18:12 +00:00
Ross Nicoll
3572b78372
Use signing key instead of name to identify parties in IRS
...
The IRS demo uses names of parties to identify them in flows, which introduces problems when a node may not
know who a party is, as well as being a poor choice of key generally. This switches to use the owning key
instead.
2017-02-01 15:18:12 +00:00
Joel Dudley
a5c0e2426c
Addresses RGB feedback.
2017-02-01 12:14:36 +00:00
Clinton
d376a902ad
Merge pull request #180 from corda/clint-webserversplit
...
Split webserver from node
2017-02-01 12:13:31 +00:00
Andrius Dagys
6aa7e7a324
Update Network Simulator with new branding
2017-02-01 10:59:36 +00:00
Chris Rankin
6705c614a8
Fix SLF4J logging.
2017-02-01 10:21:04 +00:00
Chris Rankin
e99f21b78a
Include issuer for CHF (Swiss Francs)
2017-02-01 10:03:01 +00:00
Chris Rankin
8c478ff7cc
Simplify Kotlin objects.
2017-02-01 09:30:42 +00:00
Chris Rankin
f9ac03287c
Create a capsule for Node Explorer, and allow login via command line parameters to bypass login screen.
2017-01-31 17:54:26 +00:00
Chris Rankin
30f9cc8fcd
Implement launching "Node Explorer" for each node.
2017-01-31 17:36:15 +00:00
Patrick Kuo
7f96b752d1
Added reconnect capability to RPC ( #192 )
...
* Added reconnect capability to RPC
* Issue - https://github.com/corda/corda/issues/184
* JIRA - https://r3-cev.atlassian.net/browse/CORDA-189
2017-01-31 17:04:05 +00:00
Clinton Alexander
876bae67cb
Added TODOs for future splitting of the web server from the node.
2017-01-31 16:03:34 +00:00
Shams Asari
646ce8afe0
FlowException thrown by a flow is propagated to all counterparties
2017-01-31 13:30:33 +00:00
Joel Dudley
a52a107767
Rebuilds docs.
2017-01-31 13:02:43 +00:00
Joel Dudley
cfcfb30beb
Provides clearer instructions on the 'Getting set up' page. Expands 'Troubleshooting' page.
2017-01-31 12:59:24 +00:00
Chris Rankin
c787561141
Configure Node and DemoBench to use same version of H2 database.
2017-01-31 11:42:58 +00:00
Chris Rankin
fc300130de
Add cash and issuer services to DemoBench.
2017-01-31 11:10:56 +00:00
Chris Rankin
d43cf05d0b
Include native artifacts in distribution.
2017-01-31 10:20:16 +00:00
Chris Rankin
0bdd8c23b6
Allow services to be loaded as a resources as well as a file.
2017-01-31 09:47:54 +00:00
Patrick Kuo
e8015e689a
Flows shouldn't have to suspend if just doing a send ( #187 )
...
* CORDA-45 Flows shouldn't have to suspend if just doing a send
2017-01-30 16:21:43 +00:00
Ross Nicoll
e383752995
Adapt Party comparison to use owningKey
...
Change Party instances to be uniquely identified by the owning key, without taking into account name.
This requires that mock node key generation is reworked so that keys for services and the node itself
are distinct, otherwise the network map service cannot differentiate them.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-30 15:46:51 +00:00
Richard Green
e54d6388fd
Adding optional delay to AMQ message sending via system properties ( #185 )
2017-01-30 14:39:40 +00:00
Joel Dudley
7b57cbe351
Adds signWithECDSA() to SignedTransaction for improved Java interop.
2017-01-30 14:27:27 +00:00
Chris Rankin
10061107df
Small tidy-up.
2017-01-30 14:17:58 +00:00
Chris Rankin
02323e8207
Launch DB viewer for node.
2017-01-30 13:57:43 +00:00
Clinton Alexander
a5f6fb9479
Querying of node and webserver now uses infinite retries to avoid any race conditions.
2017-01-30 12:08:41 +00:00
Clinton Alexander
d2ebcbfab0
Fixed whitespace and formatting with IntelliJ autoformat tool.
2017-01-30 12:05:22 +00:00
Clinton Alexander
9831926a9d
Removed the now defunct r3 bintray from the repositories list.
2017-01-30 11:46:12 +00:00
Clinton Alexander
65b29a8379
Moved the transaction context into the RPC call site.
2017-01-30 11:21:01 +00:00
Clinton Alexander
65f5259ac9
Reverted docs change.
2017-01-30 11:15:23 +00:00
Chris Rankin
5ee7930a16
Allow configuration of extra network services.
2017-01-27 16:25:49 +00:00
Clinton Alexander
3482452c8b
Added webserver to runnodes.
2017-01-27 14:15:08 +00:00
Clinton Alexander
13551a6b23
Runnodes now works with the new separate webserver.
2017-01-27 14:14:38 +00:00
Clinton Alexander
537ffae113
Moved file uploading to RPC interface.
2017-01-27 14:13:58 +00:00
Clinton Alexander
d4b6e32682
t # This is a combination of 5 commits.
...
Driver now queries webserver to ensure it has started.
2017-01-27 14:13:29 +00:00
Clinton Alexander
5f4d4c1da3
Moved the webserver code into the main node module. Driver can now start webserver for nodes.
2017-01-27 14:12:54 +00:00
Clinton Alexander
ecfb762143
Nodes can start without web server. Webserver now uses full node configuration.
2017-01-27 14:12:19 +00:00
Clinton Alexander
fa257738e1
Added webserver project.
2017-01-27 14:10:18 +00:00
Chris Rankin
118d5eb48f
legalName field can be val.
2017-01-27 12:03:25 +00:00