Skip to content

Commit a783433

Browse files
committed
update benchnet bootstrapping
1 parent 6bd15d1 commit a783433

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

integration/benchnet2/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ gen-bootstrap:
5656
-o ../../../bootstrap/keys
5757
echo {} > ./bootstrap/conf/partner-stakes.json
5858
mkdir ./bootstrap/partner-nodes
59+
cd flow-go-bootstrap/cmd/bootstrap && go run . cluster-assignment \
60+
--epoch-counter 0 \
61+
--collection-clusters 1 \
62+
--clustering-random-seed 00000000000000000000000000000000000000000000000000000000deadbeef \
63+
--config ../../../bootstrap/conf/node-config.json \
64+
-o ../../../bootstrap/ \
65+
--partner-dir ../../../bootstrap/partner-nodes \
66+
--partner-weights ../../../bootstrap/conf/partner-stakes.json \
67+
--internal-priv-dir ../../../bootstrap/keys/private-root-information
5968
cd flow-go-bootstrap/cmd/bootstrap && go run . rootblock \
6069
--root-chain bench \
6170
--root-height 0 \
@@ -65,12 +74,15 @@ gen-bootstrap:
6574
--epoch-length $(EPOCH_LEN) \
6675
--epoch-staking-phase-length $(EPOCH_STAKING_PHASE_LEN) \
6776
--epoch-dkg-phase-length $(DKG_PHASE_LEN) \
77+
--random-seed 00000000000000000000000000000000000000000000000000000000deadbeef \
6878
--kvstore-version=$(KVSTORE_VERSION) \
6979
--kvstore-epoch-extension-view-count=$(EPOCH_EXTENSION_LEN) \
7080
--kvstore-finalization-safety-threshold=$(FINALIZATION_SAFETY_THRESHOLD)\
7181
--collection-clusters 1 \
7282
--protocol-version=0 \
7383
--use-default-epoch-timing \
84+
--intermediary-clustering-data ../../../bootstrap/public-root-information/root-clustering.json \
85+
--cluster-votes-dir ../../../bootstrap/public-root-information/root-block-votes/ \
7486
--config ../../../bootstrap/conf/node-config.json \
7587
-o ../../../bootstrap/ \
7688
--partner-dir ../../../bootstrap/partner-nodes \

0 commit comments

Comments
 (0)