Shams Asari
74c2eb8a0a
Merge remote-tracking branch 'open/master' into shams-os-merge-040118
...
# Conflicts:
# node/src/integration-test/kotlin/net/corda/node/AuthDBTests.kt
# node/src/integration-test/kotlin/net/corda/node/SSHServerTest.kt
2018-01-05 14:13:36 +00:00
Katelyn Baker
694721e8ba
TEMP removal of SSH tests till they're made determinsitic ( #2325 )
2018-01-05 14:07:55 +00:00
igor nitto
00b570df29
Improve RPC security test coverage [CORDA-827] ( #2320 )
...
* Added test cases covering encrypted password usage
* Renamed UserAuthServiceTests as AuthDBTests: the integration tests checking user credentials loaded from external database (still limited to H2 in-memory for now).
* Some internal renamings
2018-01-05 11:50:21 +00:00
Shams Asari
cc6113ff06
Merge remote-tracking branch 'open/master' into shams-os-merge-040118
...
# Conflicts:
# gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt
2018-01-05 10:09:12 +00:00
Anthony Keenan
1661cea816
CORDA-892: Make cordform test use new network bootstrapper logic ( #2307 )
...
* Make cordform test use new network bootstrapper logic
* Fixing review comments
* Fix issue with backwards compatibility
* Fix issue with setup not being called from CordformDefinitions
* Make sure node dir is created (as CordformDefinition uses it directly if setup is overridden
Make sure tmp dir is created
* Don't crash if node dir is already created
* Stop overwriting errors
2018-01-05 09:21:59 +00:00
Shams Asari
1e9e1a61d9
Moved IntegrationTest class into internal package
2018-01-04 22:08:16 +00:00
Shams Asari
b577b680ff
Merge remote-tracking branch 'open/master' into shams-os-merge-040118
2018-01-04 18:32:15 +00:00
Shams Asari
133fd27222
Merge fixes and updated network-management to work with the move away from X509CertificateHolder
2018-01-04 18:30:21 +00:00
Chris Rankin
00a02b30fe
Update link for Corda API strategy documentation. ( #2316 )
2018-01-04 18:05:06 +00:00
Konstantinos Chalkias
48be562a2a
ECDSA entropyToKeyPair + no idempotent signatures ( #2210 )
2018-01-04 17:52:31 +00:00
Katelyn Baker
259eef8838
Merge pull request #2314 from corda/spellerrorfix
...
SPELLING ERROR FIX - It's -> Its
2018-01-04 16:46:29 +00:00
Katelyn Baker
01e4880947
SPELLING: updae error message in tests
2018-01-04 15:49:55 +00:00
Joel Dudley
63734aa3ed
Harmonises the names of the parameters across CashExitFlow constructors.
2018-01-04 13:35:56 +00:00
Ross Nicoll
412fead02e
CORDA-785: Add functions for constructing FlowLogicRef without the class ( #2134 )
...
Add functions for constructing `FlowLogicRef` from class name, rather than requiring the class itself. This avoids requiring that schedulable states have access to the scheduled flow to instantiate, but instead can require it only actually scheduling the flow. This reduces the size of the JAR required to validate transactions containing these states.
2018-01-04 13:32:10 +00:00
Shams Asari
13619df0b1
Merge remote-tracking branch 'open/master' into shams-os-merge-040118
...
# Conflicts:
# node/src/integration-test/kotlin/net/corda/node/utilities/registration/NodeRegistrationTest.kt
# testing/node-driver/src/main/kotlin/net/corda/testing/node/MockServices.kt
# testing/test-utils/src/main/kotlin/net/corda/testing/dsl/TransactionDSLInterpreter.kt
2018-01-04 10:58:44 +00:00
Andrzej Cichocki
8a3299fa2a
CORDA-716 Configure api scanner for test modules ( #2259 )
2018-01-04 10:09:04 +00:00
Katelyn Baker
6d485a3329
SPELLING ERROR FIX
2018-01-04 10:03:04 +00:00
Shams Asari
d84105b60e
Using X509Certificate consistently throughout, rather than BC's X509CertificateHolder. ( #2305 )
...
The later is now only used where needed. This has reduced the amount of converting we have to do back and forth.
2018-01-03 22:00:39 +00:00
Katelyn Baker
266493c4f5
Merge pull request #2312 from corda/kat/feature/betterPrivateMemberErrMsg
...
CORDA-882 - Better err messages when serializer encounters private property
2018-01-03 21:04:46 +00:00
Tommy Lillehagen
131f2795fb
Merge pull request #2311 from corda/tlil/CORDA-878/update-irs-demo-instructions
...
CORDA-878 - Update IRS demo instructions
2018-01-03 18:38:58 +00:00
Katelyn Baker
fb71a45be5
CORDA-882 - Better err messages when serializer encounters private property
2018-01-03 18:27:14 +00:00
Tudor Malene
b8fa95b3d1
[ENT-1145]: change name of foreign keys to a human-readable format of FK__from_table__to_table ( #275 )
2018-01-03 15:35:31 +00:00
Tommy Lillehagen
dd329c860c
CORDA-878 - Update IRS demo instructions
2018-01-03 14:19:03 +00:00
Michal Kit
e9c2090832
Fixing the HSM service config overriding issue ( #274 )
...
* Fixing the HSM service config overriding issue
* Addressing review comments
2018-01-03 11:26:45 +00:00
Shams Asari
62dbf3651d
Merge pull request #277 from corda/shams-os-merge-020118
...
Shams os merge 020118
2018-01-03 10:46:13 +00:00
Joel Dudley
c1874cbd62
Fixes a broken link to the shell page.
2018-01-03 10:00:33 +00:00
Maksymilian Pawlak
5c85e80b17
Restoring apparently missing SIMM demo documentation ( #2293 )
...
(cherry picked from commit 2e84bad)
2018-01-02 16:48:08 +00:00
Shams Asari
022daf2190
Merge and test fixes
2018-01-02 16:39:52 +00:00
Shams Asari
20683c3239
Added checks on the received node CA cert from the doorman service. ( #2301 )
2018-01-02 15:51:13 +00:00
Shams Asari
52173219c3
Merge remote-tracking branch 'open/master' into shams-os-merge-020118
...
# Conflicts:
# client/rpc/src/integration-test/java/net/corda/client/rpc/CordaRPCJavaClientTest.java
# node/src/integration-test/kotlin/net/corda/node/NodeKeystoreCheckTest.kt
# node/src/integration-test/kotlin/net/corda/node/services/network/NetworkMapTest.kt
# node/src/integration-test/kotlin/net/corda/node/utilities/registration/NodeRegistrationTest.kt
# node/src/integration-test/kotlin/net/corda/services/messaging/MQSecurityTest.kt
# node/src/main/kotlin/net/corda/node/services/config/ConfigUtilities.kt
# node/src/test/kotlin/net/corda/node/services/events/NodeSchedulerServiceTest.kt
# testing/node-driver/src/main/kotlin/net/corda/testing/node/internal/DriverDSLImpl.kt
2018-01-02 15:32:32 +00:00
Shams Asari
730fec2eb4
Internal driver now also does the registration for the notaries. ( #2304 )
...
Using the --just-generate-node-info flag for the notary nodes so that their identities can be submitted to the network map server, which does the network parameters generation.
2018-01-02 15:12:30 +00:00
szymonsztuka
7d71fa338a
Merge pull request #270 from corda/feature/test-merge-szymon
...
Test merge single commit from OS
2018-01-02 14:46:26 +01:00
Andrzej Cichocki
fe3c2b3983
CORDA-891 Refactoring for #2273 ( #2306 )
...
* Make FlowLogicRefFactoryImpl a class.
* Replace instanceof with polymorphism.
* Fix out-of-scope spelling error.
2018-01-02 13:11:43 +00:00
szymonsztuka
f701bc1b9a
Merge commit 'ad23bb875482b7b8e17c64fb37342d0d6a5ce94d' into feature/test-merge-szymon
...
# Conflicts:
# node/src/integration-test/kotlin/net/corda/node/services/BFTNotaryServiceTests.kt
2018-01-02 11:54:29 +00:00
bpaunescu
e3638f99e4
Merge pull request #259 from corda/bogdan-fix-ENT-1322
...
ENT-1322: format new date object to work with SQLServer comparison be…
2018-01-02 10:53:34 +00:00
Konstantinos Chalkias
a9f9bf2c0b
Adding tests to check EdDSA compatibility with RFC8032 ( #2302 )
2018-01-02 10:47:57 +00:00
Maksymilian Pawlak
b8421e5028
Increase memory allowance for SIMM demo to pass with external DB on MacOS ( #2303 )
2018-01-02 09:56:26 +00:00
bpaunescu
a320c8a116
moved init of simpleDateFormat
2018-01-02 09:55:03 +00:00
Tommy Lillehagen
b68c776e8c
ENT-1248 - Update ASCII logo ( #265 )
2018-01-02 09:32:12 +00:00
Shams Asari
07258c0a16
Moved configureTestSSL out of testing API and made it internal. ( #2297 )
2018-01-02 09:15:26 +00:00
Shams Asari
4a2f157118
Validating the entire cert path in node registration, rather just checking the root cert. ( #2298 )
...
Also reduced duplicate code when creating the node CA cert path for testing, and renamed IdentityGenerator to DevIdentityGenerator.
2017-12-29 14:38:30 +00:00
Tudor Malene
a8aad8ed55
add slf4j support to liquibase ( #268 )
2017-12-29 13:39:47 +00:00
Shams Asari
39d25958e2
Fixed identity generation of single node notaries as used by the driver and MockNetwork. ( #2296 )
...
The identity cert generated used to be of type SERVICE_IDENTITY when it should have been a LEGAL_IDENTITY.
2017-12-28 15:32:09 +00:00
szymonsztuka
cb0b311077
CordaRPCJavaClientTest refactoring to align with enterprise repo. ( #2299 )
...
* Align CordaRPCJavaClientTest with Kotlin version of the test ((byte)0 instead of "1".getBytes())
* Refactoring to align with enterprise repo (exceptions).
2017-12-28 14:56:27 +01:00
szymonsztuka
a3295abf50
Fix CordaRPCJavaClientTest.java in database integration test mode ( #256 )
...
* Invoke setUp from base integration class in CordaRPCJavaClientTest
* Align CordaRPCJavaClientTest with Kotlin version of the test
2017-12-28 10:22:06 +00:00
Maksymilian Pawlak
5ce873a6e4
Removed unparseable % sign ( #2294 )
...
(cherry picked from commit f05de54)
2017-12-28 09:13:57 +00:00
Maksymilian Pawlak
f8f5639b38
More descriptive error message ( #2295 )
2017-12-28 09:12:06 +00:00
Anthony Keenan
1d66fe9296
[CORDA-879] Generate node directories as part of bootstrapping ( #2285 )
...
* Generate node directories as part of bootstrapping
* Include latest corda.jar in bootstrapper package
Remove SLF4J warnings on startup
* Changes post review
* More review changes
* Review changes
* Making docs clearer
2017-12-23 11:22:31 +00:00
bpaunescu
6d2608d693
ENT-1322: format new date object to work with SQLServer comparison between timestamp and datetime
2017-12-22 21:16:27 +00:00
Shams Asari
ce4a640835
CORDA-886: Removed the 60s timeout when generating node-info files in the network bootstrapper. Instead a warning is given. ( #2290 )
2017-12-22 15:15:21 +00:00