Skip to content

Commit d872464

Browse files
update decentralized collector test comments
Co-authored-by: Jordan Schalm <[email protected]>
1 parent f6f45b6 commit d872464

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/bootstrap/permissionless-test/permissionless-collector-test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22

3-
# Bootstrap a network while having <2/3rds of private keys available for Collector nodes
3+
# This file implements a test for bootstrapping a network while having <2/3rds of private keys available for Collector nodes.
4+
# In particular, it tests decentralized voting by Collection nodes on root cluster blocks as part of the bootstrapping process.
5+
# The test can be run using either local or GCP bucket vote transport. To test GCP bucket transport, set the `bucket` and `token` variables below.
6+
# To run this test, you must have `jq` and `gsutil` installed.
47

58
# exit early if anything fails
69
set -e

0 commit comments

Comments
 (0)