mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
7cc32c4dda
* remove unused code * remove defer use in loop * Remove unused methods and constants * gofmt and gaz * nilness check * remove unused args * Add TODO for refactoring subscribeWithBase to remove unused arg. It seems too involved to include in this sweeping PR. https://github.com/prysmaticlabs/prysm/issues/7437 * replace empty slice declaration * Remove unnecessary type conversions * remove redundant type declaration * rename receivers to be consistent * Remove bootnode query tool. It is now obsolete by discv5 * Remove relay node. It is no longer used or supported * Revert "Remove relay node. It is no longer used or supported" This reverts commit 4bd7717334dad85ef4766ed9bc4da711fb5fa810. * Delete unused test directory * Delete unsupported gcp startup script * Delete old k8s script * build fixes * fix build * go mod tidy * revert slasher/db/kv/block_header.go * fix build * remove redundant nil check * combine func args Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> Co-authored-by: Victor Farazdagi <simple.square@gmail.com> |
||
---|---|---|
.. | ||
check_gazelle.sh | ||
check_visibility.sh | ||
check-todo.sh | ||
common.sh | ||
coverage.sh | ||
interop_start.sh | ||
README.md | ||
tag-versioned-docker-images.sh | ||
update-go-pbs.sh | ||
update-go-ssz.sh | ||
update-mockgen.sh | ||
upload_fuzzers.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.