We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f45b6 commit d872464Copy full SHA for d872464
cmd/bootstrap/permissionless-test/permissionless-collector-test.sh
@@ -1,6 +1,9 @@
1
#!/usr/bin/env bash
2
3
-# Bootstrap a network while having <2/3rds of private keys available for Collector nodes
+# 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.
7
8
# exit early if anything fails
9
set -e
0 commit comments