Clinton
dcaac91691
Cordformation now allows addresses to be used for non-database addresses. ( #1917 )
...
Cordformation now allows addresses to be used for non-database addresses.
2017-10-31 20:48:57 +00:00
Alberto Arri
f614557ae3
Remove SimpleNode it's unused ( #1971 )
2017-10-31 17:21:17 +00:00
Andrzej Cichocki
6b2b663ab3
CORDA-716 Retire MockNetwork.Factory ( #1937 )
2017-10-31 17:10:37 +00:00
Tommy Lillehagen
bb9c0dee07
Utilities for diffing the deterministic JVM with JDK8 ( #86 )
2017-10-31 17:05:44 +00:00
Clinton
6a5f8a2362
Upgraded to gradle 4.3 ( #1960 )
...
* Upgraded to gradle 4.3
* Replaced a null check with an elvis expression
2017-10-31 16:44:13 +00:00
Katelyn Baker
d6adb83cd0
CORDA-756 - Refactor Kryo into sub module as per AMQP
2017-10-31 15:45:58 +00:00
Chris Rankin
7f96205b99
Allow Gradle to set dependency between Jar and ScanApi tasks. ( #1962 )
2017-10-31 14:14:33 +00:00
Shams Asari
6ebba9dea1
Removed the startNotary methods from NodeBasedTest, and moved it into an internal package
...
This commit is in preparation for the upcoming network parameters work.
2017-10-31 11:49:33 +00:00
Viktor Kolomeyko
3aeacef3bf
CORDA-751: Eliminate duplicating entry for classpath when OutOfProcess node is started ( #1961 )
...
Please see Jira for background info.
The change should help all the Windows developers.
Closer examination shows that in the command line we include the classpath of size ~20,000 characters twice.
Once with `-cp` option - which is fine and second time with `-Djava.class.path=` - the latter is completely unnecessary and can be eliminated shortening the command length dramatically to around: 24,000 characters which should give us some leg room for further expanding the classpath.
2017-10-31 10:53:35 +00:00
Richard Green
d79d8dad4d
Removing exposed reference
2017-10-31 10:48:23 +00:00
Andrzej Cichocki
4b0b13dad4
CORDA-716 Retire TestDependencyInjectionBase ( #1939 )
2017-10-31 10:21:38 +00:00
Maksymilian Pawlak
02a5ddb7df
Remove Bower dependencies from repo and download them on demand ( #1959 )
...
Bower dependencies installed by Gradle as a part of deployment
2017-10-30 16:51:38 +00:00
Tommy Lillehagen
c3f5ca41e1
ENT-319 Enclave to help test Intel signing key ( #76 )
...
* ENT-319 Enclave to help test Intel signing key
* Update build files to allow for release builds
* Strip debug information from release binaries
* Move sign_helper and update references
* Remove paragraph from README
* Two dev modes (simulation and HSM)
* Update make files to take mode and single build directory
* Update reference to self-sign key
* Build script: from_clean.sh
* Fix bad ref to docker-minimal
2017-10-30 14:20:01 +00:00
Katelyn Baker
a74154a126
Merge pull request #1904 from corda/kat/feature/enumEvolver
...
CORDA-553 - First steps towards evolvability
2017-10-30 14:08:09 +00:00
Christian Sailer
bad31658fb
Fix whitespace
2017-10-30 13:49:08 +00:00
Christian Sailer
3f43d8ad21
Add helper for checking whether to check checkpoints and unit test it.
2017-10-30 11:55:04 +00:00
Alberto Arri
9176fcb8e6
Remove for good network map service node ( #1942 )
...
* [CORDA-446] Kill network map registration and fix NodeBasedTest
2017-10-30 11:45:52 +00:00
Andrzej Cichocki
05d6fb91c7
Reinstate Simulation config overrides for notary. ( #1947 )
2017-10-30 11:41:53 +00:00
Katelyn Baker
851918dd76
CORDA-553 - API standard doc update
...
The evolution annotations are being added to core which is being flagged
as a breaking API change. Given these are part of the upcoming
introduction of AMQP they're not actually breaking anything we've not
enabled yet
2017-10-30 11:34:54 +00:00
Katelyn Baker
ecbb4330da
CORDA-553 - Review comments
2017-10-30 11:15:05 +00:00
Christian Sailer
ea612246c9
CORDA-742 merge build fixes ( #83 )
...
* CORDA-741 changed formatted to true
# Conflicts:
# gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt
* CORDA-742 Test capsule cache directory
# Conflicts:
# gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Cordform.kt
* CORDA-742 Test capsule cache directory
* CORDA-742 Test capsule cache directory
* CORDA-742 Test capsule cache directory
# Conflicts:
# gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Cordform.kt
* CORDA-742 Refactored back to more parallel execution
# Conflicts:
# gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Cordform.kt
* CORDA-742 Minor refactor
* CORDA-742 Refactors
* CORDA-742 Added constant for cache directory.
* CORDA-742 PR #1951 Moved extension methods into node.
* CORDA-742 PR #1951 Moved extension methods back.
* CORDA-742 PR #1951 Fixed compilation error
2017-10-30 10:21:06 +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
Katelyn Baker
3350605536
CORDA-553 - Cope with future transforms
2017-10-27 12:41:23 +01:00
Katelyn Baker
bc12f87a24
CORDA-553 - Review Comments
2017-10-27 12:41:13 +01:00
Katelyn Baker
3633624dc6
CORDA-553 - First steps towards evolvability
...
Define the two transforms that will be useful for enum evolvability (see
design document for more details).
Furthermore, define the generic mechanism by which transform annotations
on classes are encoded into the AMQP envelope
With nothing to check for these annotations at either end, this is
mostly a no op, but an important step toward getting evolvability in
place
2017-10-27 12:40:53 +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
Christian Sailer
fe5b683c1a
Fix and re-enable perftest cordapp unit test for two party trade flow ( #82 )
2017-10-27 08:44:07 +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