Skip to content

Commit

Permalink
[FAB-1141] Added join channel to bootstrap.feature
Browse files Browse the repository at this point in the history
Join channel invocation is created and sent to endorser.

Now join works!!

Local MSP config is now read from core.yaml variable peer.mspConfigPath

protos/utils/blockutils.go now use correct Configuratio Item type of MSP.

Chaned peer.mspConfigPath to
"/etc/hyperledger/fabric/msp/sampleconfig".

Changed msp function to NOT use JSON encoding/decoding.

Changed msp to check for type of configuration item vs name.

Added preferredMaxBytes to Batchsize orderer config.  Regenerated orderer
configuration.proto.

Copied the cacerts to the admincerts for local MSP setup per @aso
recommendation for now.

Signing is now performed at entity level and uses sha256 digest
with ASN1 encoding for signature.

Generated proto files for peer protos.

Changed cert in SerializedIdentity from ASN1 encoding to PEM.

Set the chainId to empty string for join request.

Regenerated orderer configuration proto.

Generated MSP config protos.

Now add MSP Config items to channel create transaction.

Now add Anchor peers config items to channel create
transaction.

Fixed msp tests to use the blockutils msp config path
lookup mechanism, and now uses the proper Type setting
in the MSPConfig proto structure.

Change-Id: I507c490df41ff003306f5210905418cec9108b8c
Signed-off-by: jeffgarratt <garratt.jeff@gmail.com>
  • Loading branch information
jeffgarratt committed Jan 22, 2017
1 parent 5c171cc commit f14cd84
Show file tree
Hide file tree
Showing 36 changed files with 3,011 additions and 203 deletions.
209 changes: 186 additions & 23 deletions bddtests/common/configuration_pb2.py

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

Loading

0 comments on commit f14cd84

Please sign in to comment.