mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
f5cb04012e
* Config * Updated proto * Updated pool * Updated RPC * Updated validator client * run time works * Clean ups * Fix tests * Visibility * Merge branch 'master' of https://github.com/prysmaticlabs/prysm into aggregator * Raul's feedback * Tests for RPC server * Tests for validator client * Span * More tests * Use go routine for SubmitAggregateAndProof * Go routines * Updated comments * Use array of roles * Fixed tests * Build * Update validator/client/runner.go Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com> * Update validator/client/runner.go Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com> * If * Merge branch 'refactor-validator-roles' of https://github.com/prysmaticlabs/prysm into refactor-validator-roles * Empty * Feedback * Merge branch 'master' of https://github.com/prysmaticlabs/prysm into aggregator * Removed proto/eth/v1alpha1/shard_chain.pb.go? * Cleaned up * Revert * Comments * Lint * Comment * Merge branch 'master' into aggregator |
||
---|---|---|
.. | ||
apply-all-eth2-k8.sh | ||
check_gazelle.sh | ||
check_visibility.sh | ||
check-todo.sh | ||
coverage.sh | ||
deploy-deposit-contract.sh | ||
gcp_startup_script.sh | ||
interop_start.sh | ||
README.md | ||
setup-8-validators.sh | ||
start-beacon-chain.sh | ||
start-single-validator.sh | ||
update-go-pbs.sh | ||
update-mockgen.sh | ||
upload-github-release-asset.sh | ||
workspace_status.sh |
Bash Scripts
This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, and visibility rules tools for Bazel packages.
Instructions to run a single beacon chain node and 8 validators locally using the scripts.
-
Ensure your private key path is correct in all the files below.
-
Run
./deploy-deposit-contract.sh
-
Put the resulting contract address in
start-beacon-chain.sh
andsetup-8-validators.sh
. -
Run
./start-beacon-chain.sh
-
Run
./setup-8-validators.sh
-
You can use
tail -f /tmp/data/validator#.log
with # as a number from 1 - 8 to view the output of the validators.