Skip to content

Commit

Permalink
[FAB-1141] Added document generation.
Browse files Browse the repository at this point in the history
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 <garratt.jeff@gmail.com>
  • Loading branch information
jeffgarratt committed Feb 19, 2017
1 parent d32f346 commit f55841f
Show file tree
Hide file tree
Showing 38 changed files with 2,787 additions and 1,146 deletions.
155 changes: 80 additions & 75 deletions bddtests/common/common_pb2.py

Large diffs are not rendered by default.

881 changes: 881 additions & 0 deletions bddtests/common/configtx_pb2.py

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions bddtests/common/configtx_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 f55841f

Please sign in to comment.