Skip to content

Commit c701cb5

Browse files
committed
[FAB-1141] Adding channel create to bootstrap
Adds the channel create and join process to the bootstrap process. Changed from RSA 2048 to ECDSA curve=NIST384p for signing keys. Fixed typo in orderer base docker compose file for genesismethod. Fixed issues with genisis block created for BDD. Regenerated several proto files. Removed reference to membersvc from docker compose files. Added absMaxBytes to Batchsize for genesis block creation. Change-Id: If077d3725e6edc0ba3dfe2dd6d2cf66ed255592b Signed-off-by: jeffgarratt <[email protected]>
1 parent 0de188f commit c701cb5

17 files changed

+970
-203
lines changed

bddtests/common/common_pb2.py

+215-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bddtests/common/common_pb2_grpc.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import grpc
2+
from grpc.framework.common import cardinality
3+
from grpc.framework.interfaces.face import utilities as face_utilities
4+

0 commit comments

Comments
 (0)