Ross Nicoll
af2ee6e4ad
Rebuild docs for M9 release
2017-03-08 10:07:02 +00:00
Ross Nicoll
db97ddb030
Update index and set up versions
2017-03-08 10:07:02 +00:00
Katarzyna Streich
97f2f4a8e0
Correct ports in demos broken after RPC port revert.
2017-03-08 09:58:31 +00:00
Andrius Dagys
97b3c35ec2
Add public IP detection (from network interfaces), node outputs a warning if no public IP detected or specified in the config.
2017-03-07 17:41:23 +00:00
Andras Slemmer
e8a10f2f2c
Merge pull request #290 from corda/aslemmer-fix-pickN-generator
...
client: Fix wrong pickN generator
2017-03-07 17:19:46 +00:00
Chris Rankin
0e3540d174
CORDA-265: Implement "ALL" permission for RPC users. ( #306 )
...
* CORDA-265: Implement "ALL" permission for RPC users. Users with this permission in node.conf can use any flow.
* CORDA-265: Ensure that we always close the RPC proxy object after each test.
* CORDA-265: Refactor construction of dummy RPC client into an abstract base class.
* CORDA-265: Document RPC "ALL" permission.
2017-03-07 16:57:34 +00:00
Andras Slemmer
f4f83325a7
client: Address PR 290 comments
2017-03-07 16:38:40 +00:00
Karel Hajek
1e78d6a3a7
Simple Attachment Storage implementation using Requery/H2 database
2017-03-07 16:12:38 +01:00
Clinton Alexander
0600bfa061
Added dependency on webserver in SIMM demo.
2017-03-07 14:30:55 +00:00
Ross Nicoll
d55dbb91e8
Add generated code node-schemas
...
There is (as of October 2016 at least) no supported option for running Kapt from IntelliJ, which means IntelliJ builds
break due to missing classes. This adds in the generated code pending a better solution. Building from Gradle will
automatically regenerate the files still, while building from IntelliJ will use the provided defaults.
2017-03-07 13:32:24 +00:00
Andrius Dagys
907a893ca1
BFT notary prototype: add validation and signature collection ( #279 )
...
* BFT notary prototype: add a non-validating service.
Each replica now validates the transaction timestamp and returns an individual signature to the BFT client. The client then returns a list of signatures back to the notary service flow.
The validating variant is still incomplete - it requires the ability to suspend flows on arbitrary function calls.
2017-03-07 12:39:19 +00:00
Chris Rankin
0a5080a4e4
Exclude old version of Javassist in favour of Hibernate's version from Node. ( #320 )
...
* Exclude old version of Javassist in favour of Hibernate's version.
* Comment why we are excluding javassist:javassist, and add TODO for when junit-quickcheck 0.8 is released.
2017-03-07 11:43:06 +00:00
Katarzyna Streich
4d10682f62
Override party keys from example-irs-trade.json file, so demos run correctly. Add api call to query for
...
Bank A and Bank B keys. Change port numbers, which are hardcoded in 2 places and were different when run through IntelliJ and through CLI.
2017-03-07 10:51:47 +00:00
Katarzyna Streich
f2b3adab4f
Change port numbers in SIMM demo so both through CLI and IntelliJ webserver listens on the same port.
...
Related change in documentation.
2017-03-06 16:21:59 +00:00
johnnyychiu
110787061d
Update LICENSE
2017-03-06 15:33:29 +01:00
Antony Lewis
ff99e36c6b
Updated README.md to point to renamed license file
2017-03-06 15:32:22 +01:00
johnnyychiu
adfe940a8a
Update README.md
2017-03-06 15:22:12 +01:00
Ross Nicoll
b5ba070301
Revert "Non-ssl artemis acceptor for RPC connection. ( #271 )"
...
This reverts commit f0d82e4918
.
2017-03-06 14:03:23 +00:00
Ross Nicoll
44dbba90c9
Tweak release notes around BFT notary
2017-03-03 17:18:30 +00:00
Ross Nicoll
cb77a3e9ce
Bump version to 0.10-SNAPSHOT
2017-03-03 10:07:49 +01:00
Ross Nicoll
285479a963
Add draft release notes for M9
2017-03-02 16:41:43 +00:00
Ross Nicoll
caea578093
Add M9 draft change log
2017-03-02 16:41:43 +00:00
Andras Slemmer
f00515b39e
Merge pull request #293 from corda/aslemmer-services-for-resolution
...
core: Add ServicesForResolution interface
2017-03-02 12:08:08 +00:00
Ross Nicoll
0f6b806047
Add anonymous text in case party lookup fails
2017-03-02 12:07:12 +00:00
Patrick Kuo
dab80510f4
Fix not displaying Anonymous issuer name correctly in Explorer
2017-03-02 12:07:12 +00:00
Shams Asari
059056de65
Removed "FLOW" from network map topic constants
2017-03-02 10:11:38 +00:00
Mike Hearn
cc61be5b6a
Inform users about the newly available Corda training programs at startup and in the docsite.
2017-02-28 16:50:43 +01:00
Clinton
df6b9add6e
Merge pull request #285 from corda/clint-samplesfilecleanup
...
Removed redundant gradle.properties in samples projects.
2017-02-28 15:22:42 +00:00
Rick Parker
6d375351bd
Add a header to all serialised data & switch to compatibility serializer. ( #294 )
...
Add a header to all serialised data & switch to compatibility serializer
2017-02-28 11:17:57 +00:00
Andrius Dagys
6b4950290e
Ignore BFT map test for now
...
I've removed this test in my further BFT work
2017-02-28 09:34:49 +00:00
Rick Parker
c4c4c51d7d
Kryo serialisation whitelisting and misc enhancements. ( #267 )
...
Kryo serialisation whitelisting and misc enhancements
2017-02-28 08:12:18 +00:00
Clinton
3d04c91e61
Merge pull request #268 from corda/clint-readme-M8.2
...
Updated docs to point to M8.2
2017-02-27 18:07:03 +00:00
Victor
0ba47003da
Upgrade ArtemisMQ 1.5.1 to 1.5.3 ( #292 )
...
* Upgrade Artemis to 1.5.3
2017-02-27 17:50:27 +00:00
Clinton
9ea1f09ae8
Merge pull request #277 from corda/clint-webservermodule
...
Web server is now a separate gradle submodule
2017-02-27 17:08:47 +00:00
Clinton Alexander
f786ff9312
Correct CRLF for BAT files and fixed templating of JAR names.
2017-02-27 16:42:28 +00:00
Clinton Alexander
75ff04d5a7
Webserver is now deployed as a capsule.
2017-02-27 16:42:23 +00:00
Clinton Alexander
8414c97a61
Moved JsonSupport to new webserver module. Fixed a few compile errors.
...
Fixed compile issues caused by webserver being split to a separate project.
WebServer now starts and stops correctly as a separate module.
2017-02-27 16:41:48 +00:00
Clinton Alexander
bc9f86905c
Added webserver module. Moved webserver files to the webserver module.
2017-02-27 16:15:27 +00:00
Andras Slemmer
85243a6b76
Merge pull request #291 from corda/aslemmer-loadtest-fixes
...
Aslemmer loadtest fixes
2017-02-27 14:15:10 +00:00
Andras Slemmer
8522d79371
core: Add ServicesForResolution interface
2017-02-27 14:03:25 +00:00
Clinton
2d265596d7
Merge pull request #270 from corda/clint-runnodesnames
...
Modified title of the webserver on systems using xterm to run nodes.
2017-02-27 12:54:56 +00:00
Andras Slemmer
986bd548fa
loadtest: Fix config loading, add missing fields
2017-02-27 11:38:44 +00:00
Andras Slemmer
298c45c314
loadtest: Fix various issues, update for pre-testnet
2017-02-27 11:36:01 +00:00
Andras Slemmer
1532318ae7
client: Fix wrong pickN generator
2017-02-27 11:36:01 +00:00
Patrick Kuo
f0d82e4918
Non-ssl artemis acceptor for RPC connection. ( #271 )
...
* New non-ssl acceptor in artemis server for RPC connection.
2017-02-24 15:36:36 +00:00
Clinton
ce2da918c8
Merge pull request #283 from gary-rowe/master
...
Add Hong Kong to list of cities in lookup table
2017-02-24 15:25:48 +00:00
Clinton Alexander
bfa50e802f
Removed redundant gradle.properties in samples projects.
2017-02-24 13:04:43 +00:00
Gary Rowe
16a7298ef5
Fix incorrect whitespace character (required copy paste of tab)
2017-02-23 20:44:23 +00:00
Gary Rowe
544f2de75e
Add Hong Kong to list of cities in lookup table
2017-02-23 16:54:19 +00:00
Chris Rankin
d5872f4e5b
Merge pull request #272 from corda/get-cash-balances
...
Implement RPCOp getCashBalances().
2017-02-23 16:33:35 +00:00