Skip to content

Commit f55841f

Browse files
committed
[FAB-1141] Added document generation.
Added caching of deployment specs to increase feature execution time. behave -k -D cache-deployment-spec features/bootstrap.feature Restated bootstrap feature scenario description. Moved ContextHelper to separate module. Changed to use of setTagValue vs direct tags access to allow for docgen interception. Regenerated protos for config changes. Changed field name from 'from' to 'n_out_of' for NOutOf proto structure. Now set local MSP config for orderers. Now set x509 cert extensions for certs. Changd chain hashing algo from SHAKE256 to SHA256. Now txId is computed with nonce and serialized identity and then hex value is used. Integrated jinja templates for rendering report. Integrated D3 graphing of network. Change-Id: I4d2436976dd8883b546f08fcb7767f3e88824da8 Signed-off-by: jeffgarratt <[email protected]>
1 parent d32f346 commit f55841f

38 files changed

+2787
-1146
lines changed

bddtests/common/common_pb2.py

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

bddtests/common/configtx_pb2.py

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

bddtests/common/configtx_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)