Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit e2428ef

Browse files
committed
[FAB-5363] NodeSDK - common config part 2
Have the NodeSDK provide automatic selection of orderers and peers based on the network config and the roles assigned to the peers. Provide built-in CA access to enroll users with the CA defined in the network configuration. Provide a means to have a admin signer asigned to the client as defined in the configuration. Allows for easy access to the admin for requests that require admin authority. Change-Id: I08df1445fe535b543b42f7d82c8a407dcee49444 Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
1 parent 4e437bd commit e2428ef

File tree

15 files changed

+1469
-962
lines changed

15 files changed

+1469
-962
lines changed

build/tasks/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ gulp.task('test', ['clean-up', 'lint', 'pre-test', 'docker-ready', 'ca'], functi
9696
'test/integration/e2e/query.js',
9797
'test/integration/invoke.js',
9898
'test/integration/perf/orderer.js',
99-
'test/integration/perf/peer.js'
99+
'test/integration/perf/peer.js',
100+
'test/integration/network-config.js'
100101
]))
101102
.pipe(addsrc.append(
102103
'test/unit/logger.js' // put this to the last so the debugging levels are not mixed up

0 commit comments

Comments
 (0)