Skip to content

Commit

Permalink
[FAB-1141] Adding channel create to bootstrap
Browse files Browse the repository at this point in the history
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 <garratt.jeff@gmail.com>
  • Loading branch information
jeffgarratt committed Jan 15, 2017
1 parent 0de188f commit c701cb5
Show file tree
Hide file tree
Showing 17 changed files with 970 additions and 203 deletions.
247 changes: 215 additions & 32 deletions bddtests/common/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bddtests/common/common_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import grpc
from grpc.framework.common import cardinality
from grpc.framework.interfaces.face import utilities as face_utilities

Loading

0 comments on commit c701cb5

Please sign in to comment.