-
- Downloads
[FAB-1141] Added deployment to boostrap feature
Added concept of cert alias for developers working
with a channel.
Added new CLI command 'peer chaincode package' to support
the ability to leverage the locally built peer to create
deployment specs using chaincode specs.
Now support caching of deployment specs with user config option
cache-deployment-spec. For example:
>behave -k -D cache-deployment-spec features/bootstrap.feature
Added slugify function, requires pip install:
>sudo pip install python-slugify.
Regenerated peer/proposal_response proto and peer/chaincode
proto.
Updated endorsment process to use updated proto definitions.
Changed to use of /var/sock and volume for CORE_VM_ENDPOINT setting
in compose-defaults.yml.
Changed from beta grpc usage in python to grpc. Set max message
size on python grpc channel creation.
Added ContextHelper for GUUID usage and future temp/cache storage.
Generated peer/peer and peer/proposal protos.
Deleted older generated python proto files.
Changed logging of proposal payload to min of 128 or lenghth of payload
for hex dump.
Removed check for config item key of "MSP", as the key is the MSP id.
Adding HashingAlgorithm configuration item and defaulted to SHAKE256.
Change-Id: I885d3e163c44782b182bce73e5e169d351e206ad
Signed-off-by:
jeffgarratt <garratt.jeff@gmail.com>
Showing
- bddtests/compose-defaults.yml 2 additions, 2 deletionsbddtests/compose-defaults.yml
- bddtests/features/bootstrap.feature 55 additions, 16 deletionsbddtests/features/bootstrap.feature
- bddtests/peer/chaincode_pb2.py 171 additions, 96 deletionsbddtests/peer/chaincode_pb2.py
- bddtests/peer/configuration_pb2.py 6 additions, 6 deletionsbddtests/peer/configuration_pb2.py
- bddtests/peer/peer_pb2.py 291 additions, 0 deletionsbddtests/peer/peer_pb2.py
- bddtests/peer/peer_pb2_grpc.py 12 additions, 6 deletionsbddtests/peer/peer_pb2_grpc.py
- bddtests/peer/proposal_pb2.py 291 additions, 0 deletionsbddtests/peer/proposal_pb2.py
- bddtests/peer/proposal_pb2_grpc.py 0 additions, 0 deletionsbddtests/peer/proposal_pb2_grpc.py
- bddtests/peer/proposal_response_pb2.py 15 additions, 15 deletionsbddtests/peer/proposal_response_pb2.py
- bddtests/peer/proposal_response_pb2_grpc.py 0 additions, 0 deletionsbddtests/peer/proposal_response_pb2_grpc.py
- bddtests/steps/bdd_grpc_util.py 2 additions, 2 deletionsbddtests/steps/bdd_grpc_util.py
- bddtests/steps/bootstrap_impl.py 14 additions, 12 deletionsbddtests/steps/bootstrap_impl.py
- bddtests/steps/bootstrap_util.py 84 additions, 1 deletionbddtests/steps/bootstrap_util.py
- bddtests/steps/endorser_impl.py 95 additions, 57 deletionsbddtests/steps/endorser_impl.py
- bddtests/steps/endorser_util.py 52 additions, 22 deletionsbddtests/steps/endorser_util.py
- bddtests/steps/peer_basic_impl.py 2 additions, 1 deletionbddtests/steps/peer_basic_impl.py
- msp/identities.go 1 addition, 3 deletionsmsp/identities.go
- msp/mgmt/config.go 0 additions, 5 deletionsmsp/mgmt/config.go
- peer/chaincode/chaincode.go 1 addition, 0 deletionspeer/chaincode/chaincode.go
- peer/chaincode/package.go 71 additions, 0 deletionspeer/chaincode/package.go
Loading
Please register or sign in to comment