Chris Rankin
51d02e1e45
Allow SLL configuration via command line parameters too.
2017-02-02 11:00:14 +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
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
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
Chris Rankin
5ee7930a16
Allow configuration of extra network services.
2017-01-27 16:25:49 +00:00
Chris Rankin
118d5eb48f
legalName field can be val.
2017-01-27 12:03:25 +00:00
Chris Rankin
c65b1a4363
Fix logging location of corda.jar
2017-01-27 12:01:34 +00:00
Chris Rankin
73e8a73714
Trim node name and nearest city values.
2017-01-27 11:55:34 +00:00
Chris Rankin
c670ed6bdd
The first node now becomes the session's Network Map service used by all other nodes. Force nodes to be created one-by-one.
2017-01-27 11:36:46 +00:00
Chris Rankin
6e38c4a95d
Write configuration parameters into node.conf, and then run corda.jar in its own directory.
2017-01-26 18:02:53 +00:00
Chris Rankin
0b40d732d4
Patch JediTerm to allow the application to shutdown cleanly.
2017-01-26 13:24:46 +00:00
Chris Rankin
0cd2bddff2
Update to Corda 0.8-SNAPSHOT
2017-01-26 10:45:48 +00:00
Chris Rankin
e452675c09
Merge branch 'master' into demobench
2017-01-26 10:42:50 +00:00
Chris Rankin
f2df9d36fa
Merge remote-tracking branch 'corda-public/master'
2017-01-26 10:16:47 +00:00
Chris Rankin
cc1d3e0ccf
Add initial form for configuring new nodes.
2017-01-26 09:55:45 +00:00
Ross Nicoll
1362a305c9
Expand details provided when erroring due to missing signatures in notary flow
...
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-25 16:15:40 +00:00
Ross Nicoll
a4254ac695
Remove TransferRecipient
...
Remove TransferRecipient from StateMachineManagerTests to get rid one of the approximately 6 different ways
in which we refer to endpoints, as part of work to simplify this data model.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-25 15:32:03 +00:00
Andrius Dagys
8bc65999c4
Kryo: Remove unnecessary keypair generation ( #178 )
2017-01-25 15:02:02 +00:00
Ross Nicoll
1229c429a4
Rename file to correct reference to protocol -> flow
2017-01-25 13:21:42 +00:00
Chris Rankin
1bef874e27
Remove duplicate libpty native objects.
2017-01-24 14:25:04 +00:00
Chris Rankin
f2dd59ebd3
Refactor shutdown code, although AWT is still misbehaving.
2017-01-24 13:58:27 +00:00
Chris Rankin
55b5a5a393
Initial commit: Creating new tabs whenever the "Add Node" button is pressed. These tabs currently contain the bash shell only.
2017-01-24 09:42:13 +00:00
Shams Asari
20fe0f32f2
Removed "Node" prefix from NodeSSLConfiguration and renamed two file properties to end in "File"
2017-01-23 15:46:36 +00:00
Shams Asari
052a660c1b
Making sure exceptions thrown while fibers are suspended are handled properly
2017-01-23 15:39:55 +00:00
Mike Hearn
97ca6e7d8b
Fixup the docsite sidebar which is a copy of the non-docsite sidebar
2017-01-23 12:47:29 +01:00
Mike Hearn
37379dd7fb
Merge pull request #168 from s-matthew-english/patch-2
...
unify references to notary in output
2017-01-23 10:26:25 +01:00
Patrick Kuo
9f5e6d3921
Added Certificate setting to the login screen ( #172 )
...
* Added Certificate setting to the login screen, user can now specify certificates path and keystore/truststore password in the certificate setting screen.
2017-01-20 17:16:55 +00:00
Andrius Dagys
e9345e2999
Set h2 write delay to 100ms to improve performance
2017-01-20 12:03:00 +00:00
Patrick Kuo
aeb5a59605
Add logging to node startup when it attempt to connect to the map server ( #167 )
...
* Add logging to avoid node startup "hang" when it attempt to connects to the network map, also can use as a hint telling user Network map might be down or unreachable.
2017-01-20 11:34:32 +00:00
Mike Hearn
2ec31781c1
Regen docsite with new JavaDoc format API reference
2017-01-19 18:11:56 +01:00
Mike Hearn
4e65200a04
Docs: some improvements and code samples for progress tracking in flows
2017-01-19 15:51:27 +01:00
Clinton
f30c6950f4
Merge pull request #163 from corda/clint-notarydemorpc
...
Notary demo now uses RPC directly instead of using an intermediate webserver.
2017-01-19 14:35:45 +00:00
David Lee
6ed0e79981
Merge pull request #170 from corda/yourkit-citation
...
Add yourkit acknowledgment
2017-01-19 14:11:19 +00:00
Roger Willis
0d3d8f9eaa
Update README.md
...
Added links to Clemens' "getting started on windows guide" and a "getting started" webinar which i recorded for mac/linux users.
2017-01-19 14:08:28 +00:00
David Lee
1cc756a360
Updated page breaks
2017-01-19 13:36:45 +00:00
David Lee
77a4e9f17b
Added YourKit acknowledgement
...
Added per YourKit specification at the bottom of the page.
2017-01-19 13:36:00 +00:00
S. Matthew English
b89b014d9a
unify references to notary in output
...
harmonize line 167 with earlier references on line 146 for example
2017-01-19 12:33:00 +01:00
Mike Hearn
906dff1a35
Add basic spec for the demobench tool.
2017-01-18 15:14:02 +01:00
Clinton Alexander
d73eb11245
Fixed documentation of notarise transactions.
2017-01-18 13:49:26 +00:00
Clinton
76f45a87de
Merge pull request #164 from s-matthew-english/patch-1
...
Enforce consistent capitalization of the word "notary".
2017-01-18 13:45:44 +00:00
S. Matthew English
82716b3fdb
enforcing consistency of capitalization
...
changing outlying instances of "Notaries" to "notaries", reconciling them with the rest of the document
2017-01-18 14:02:21 +01:00
Mike Hearn
cbb66f87f3
Regen docsite with new JavaDoc format API reference
2017-01-18 13:42:22 +01:00