mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
2c9474ab7f
* begin on the proto definitions * define remote signer service protos * basic implementation * remote keymanager docs * finalize remote client doc * amend response * fix proto defs * test new and begin test sign * test sign done * Merge branch 'master' into remote-keymanager-v2 * remote oneof * rename * Merge branch 'remote-keymanager-v2' of github.com:prysmaticlabs/prysm into remote-keymanager-v2 * fix build * Merge refs/heads/master into remote-keymanager-v2 * viz * Merge branch 'remote-keymanager-v2' of github.com:prysmaticlabs/prysm into remote-keymanager-v2 * Merge refs/heads/master into remote-keymanager-v2 * Merge refs/heads/master into remote-keymanager-v2 * Update validator/keymanager/v2/remote/remote_test.go Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com> * Update validator/accounts/v2/wallet.go Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com> * fmt |
||
---|---|---|
.. | ||
apply-all-eth2-k8.sh | ||
check_gazelle.sh | ||
check_visibility.sh | ||
check-todo.sh | ||
common.sh | ||
coverage.sh | ||
gcp_startup_script.sh | ||
interop_start.sh | ||
README.md | ||
update-go-pbs.sh | ||
update-go-ssz.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.