Andrzej Cichocki
05d6fb91c7
Reinstate Simulation config overrides for notary. ( #1947 )
2017-10-30 11:41:53 +00:00
Joel Dudley
0d4c2d3526
Replaces links to Discourse with Stack Overflow links.
2017-10-30 10:09:08 +00:00
Shams Asari
cde1587ac7
Cleaned up devModeOptions
2017-10-28 13:26:06 +01:00
Christian Sailer
8359fe9514
Merge pull request #1950 from corda/christians_checkpoint_checker_thread
...
checkpoint checker thread
2017-10-27 16:08:10 +01:00
Christian Sailer
862b908dd9
Merge branch 'master' of https://github.com/corda/corda into christians_checkpoint_checker_thread
...
# Conflicts:
# node/src/main/kotlin/net/corda/node/services/config/NodeConfiguration.kt
# node/src/test/kotlin/net/corda/node/services/config/FullNodeConfigurationTest.kt
2017-10-27 15:33:00 +01:00
Christian Sailer
5b5a4bd2e4
Code rewiew: turn dev mode options into a data class
2017-10-27 15:13:00 +01:00
Alberto Arri
a0b9768be7
Retire FullNodeConfiguration ( #1954 )
...
* Retire FullNodeConfiguration
* Moved logic and tests for Artermis user names in RPCUserServiceImpl
2017-10-27 14:30:10 +01:00
Christian Sailer
5440594afd
Merge branch 'master' of https://github.com/corda/corda into christians_checkpoint_checker_thread
2017-10-27 14:14:09 +01:00
Katelyn Baker
4e759f3f1b
Merge pull request #1943 from corda/gitignoreUpdate
...
Exclude IntelliJ custom dictionaries from git
2017-10-27 13:11:25 +01:00
Christian Sailer
4a4500811f
Code rewiew: reformat
2017-10-27 10:24:03 +01:00
Christian Sailer
79f080368b
Code rewiew: constant naming
2017-10-27 09:37:39 +01:00
Alberto Arri
01f80fb187
remove outdated test ( #1949 )
2017-10-27 09:27:23 +01:00
Mat Rizzo
cc03804701
CORDA-742 PR #1951 Fixed compilation error
2017-10-26 17:26:30 +01:00
Mat Rizzo
ee3106fd5a
CORDA-742 PR #1951 Moved extension methods back.
2017-10-26 17:26:30 +01:00
Mat Rizzo
92bbce711b
CORDA-742 PR #1951 Moved extension methods into node.
2017-10-26 17:26:30 +01:00
Mat Rizzo
a3c553d44a
CORDA-742 Added constant for cache directory.
2017-10-26 17:26:30 +01:00
Mat Rizzo
8021cdd364
CORDA-742 Refactors
2017-10-26 17:26:30 +01:00
Mat Rizzo
788d8ef65f
CORDA-742 Minor refactor
2017-10-26 17:26:30 +01:00
Mat Rizzo
ac1dfec1ff
CORDA-742 Refactored back to more parallel execution
2017-10-26 17:26:30 +01:00
Mat Rizzo
f5a8e11411
CORDA-742 Test capsule cache directory
2017-10-26 17:26:30 +01:00
Mat Rizzo
127c862982
CORDA-742 Test capsule cache directory
2017-10-26 17:26:30 +01:00
Mat Rizzo
e10ed1bdcf
CORDA-742 Test capsule cache directory
2017-10-26 17:26:30 +01:00
Mat Rizzo
3bcf526f47
CORDA-742 Test capsule cache directory
2017-10-26 17:26:30 +01:00
Mat Rizzo
4e07add161
CORDA-742 Change capsule cache directory for testing purposes
2017-10-26 17:26:30 +01:00
Mike Hearn
428eb43abe
Minor: add a discussion to recordTransactions.
...
Discuss the interaction between coin selection and observer nodes and
why it's designed the way it is.
2017-10-26 18:05:24 +02:00
Mike Hearn
d7e4aa1783
Add more formal support for observer/regulator nodes. This is a simplistic
...
approach which assumes a dedicated node for observers: states that are
reported to the node will appear in the database and update feeds as
normal. Apps that expect all updates to be relevant to themselves may
need adjusting if they run on an observer node too, but this is likely
to be rare.
2017-10-26 18:05:24 +02:00
Mike Hearn
1b4a5f3d4c
Add a toString to FlowSessionImpl
2017-10-26 18:05:24 +02:00
Mike Hearn
b2e8809916
Minor: InitiatedBy is a documented annotation.
2017-10-26 18:05:24 +02:00
Christian Sailer
170fde9d71
Code rewiew:
...
- add comments
- clearer variable names
- use constants instead of literal
2017-10-26 16:09:58 +01:00
Mat Rizzo
91bba5e263
CORDA-741 changed formatted to true
2017-10-26 15:26:50 +01:00
Mat Rizzo
75ba471238
CORDA-728 Turning on capsule debug
2017-10-26 15:26:50 +01:00
Mat Rizzo
59fe7a196b
CORDA-728 fixed the issue with node runner on mac. Also did a tiny bit of readability refactoring.
...
CORDA-728 clinton's requested changes to move all property getters onto one line
CORDA-728 fixed the issue with node runner on mac. Also did a tiny bit of readability refactoring.
CORDA-728 clinton's requested changes to move all property getters onto one line
CORDA-728 Tiny bit of readability refactoring, change of flow control around error occuring on TC, renaming of log file to work with Rick's TC change.
CORDA-728 clinton's requested changes to move all property getters onto one line
CORDA-728 clinton's requested changes to move all property getters onto one line
CORDA-728 Fixing some simple compilation errors.
CORDA-728 deparallelizing in attempt to fix capsule error
2017-10-26 15:26:50 +01:00
Christian Sailer
a4636b0d53
Fix mock for new NodeConfigutation property
2017-10-26 15:11:22 +01:00
Christian Sailer
d275ab41a8
Rename debugOptions to devModeOptions, extension method
2017-10-26 14:40:19 +01:00
Christian Sailer
0cbee046f9
Add extension method to check for flags devModeOptions, formatting
2017-10-26 14:36:24 +01:00
Christian Sailer
74595c65c9
Add optional debug options to config and allow to switch checkpointChecking off in dev mode
2017-10-26 14:03:16 +01:00
Christian Sailer
71fe0daa08
Give the checkpoint checker thread a meaningful name
2017-10-26 12:27:29 +01:00
bpaunescu
04d8260e0f
CORDA-351: force update dependencies and suppress vulnerabilities not… ( #1944 )
...
* CORDA-351: force update dependencies and suppress vulnerabilities not affecting corda
* CORDA-351: force update dependencies and suppress vulnerabilities not affecting corda
2017-10-26 12:16:57 +01:00
Christian Sailer
a3be4d0dad
Add extraPackages to NodePerformanceTest so it runs successfully
2017-10-26 11:47:37 +01:00
Viktor Kolomeyko
dcca3179d9
Perform sensible currency conversion ( #1941 )
...
It is kind of sad to see 1 GBP to be equal to 1 USD and also it looks misleading in the blotter.
2017-10-25 19:25:19 +01:00
Maksymilian Pawlak
44a7d872d8
IRS Demo - split IRS Demo into two separate applications to showcase … ( #1638 )
...
* IRS Demo - split IRS Demo into two separate applications to showcase the separation and usage of RPC client
2017-10-25 16:40:21 +01:00
Andrzej Cichocki
ba75146446
CORDA-716 Unpollute MockNode with Simulation-specific code ( #1945 )
2017-10-25 14:33:36 +01:00
Katelyn Baker
1100cb1cb7
Exclude IntelliJ custom dictionaries from git
2017-10-25 09:39:44 +01:00
Joel Dudley
5bb4601812
Reflects V1.0 changes on Master re: internal samples and identity sync flow API.
2017-10-25 09:29:32 +01:00
josecoll
5349d4f850
Standardisation of Public Keys in Schema entities. ( #68 ) ( #1936 )
...
* Standardisation of Public Keys in Schema entities. (#68 )
* Standardisation in usage of Public Keys in Schema entities.
Use PK Hash where optimal, otherwise use ByteArray/LOB representation of PK.
* Redundant after rebase.
* Use .encoded and Crypto.decode<Public|Private>Key(bytes) instead of Corda serialization.
* Optimize DBPartyAndCertificate entity to store and query on ownerKeyHash.
* Updated API stability check for schema attribute change.
2017-10-24 22:11:41 +01:00
cburlinchon
2fe3fbbfef
CORDA-699 Add injection or modification of memory network messages ( #1920 )
2017-10-24 17:24:38 +01:00
Rick Parker
4b8590ef41
CORDA-736 Add some new features to corda.jar via node.conf for testing ( #1926 )
2017-10-24 16:49:47 +01:00
Andrzej Cichocki
927924498b
Introduce MockNodeParameters/Args ( #1923 )
2017-10-24 11:58:32 +01:00
josecoll
7f6608deb5
Retrofit changes from Enterprise PR #61 ( #1934 )
2017-10-24 11:41:59 +01:00
Andrius Dagys
c5a6047b0e
Minor fix for api checker script to support macOS
2017-10-24 10:19:39 +01:00