Skip to content

Commit 3d1c444

Browse files
committed
Add cc queryapproved
1 parent 495a6c8 commit 3d1c444

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+131375
-125773
lines changed

hyperledger_fabric/latest/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ready: # create/join channel, install/instantiate cc
8888
channel_test: test_channel_create test_channel_join test_channel_list test_channel_getinfo
8989

9090
# chaincode related operations
91-
cc_test: test_cc_install test_cc_queryinstalled test_cc_approveformyorg test_cc_checkcommitreadiness test_cc_commit test_cc_querycommitted test_cc_invoke_query
91+
cc_test: test_cc_install test_cc_queryinstalled test_cc_approveformyorg test_cc_queryapproved test_cc_checkcommitreadiness test_cc_commit test_cc_querycommitted test_cc_invoke_query
9292

9393
restart: stop start
9494

@@ -165,6 +165,10 @@ test_cc_approveformyorg: # Approve the chaincode definition
165165
@echo "Approve the chaincode by all orgs"
166166
@docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/test_cc_approveformyorg.sh"
167167

168+
test_cc_queryapproved: # Query the approved chaincode definition
169+
@echo "Query the approved status of chaincode"
170+
@docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/test_cc_queryapproved.sh"
171+
168172
test_cc_checkcommitreadiness: # Query the approval status of chaincode
169173
@echo "Query the chaincode approval status by all orgs"
170174
@docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/test_cc_checkcommitreadiness.sh"

hyperledger_fabric/v1.4.7/raft/logs/dev_all.log

+97,048-94,330
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)