nimbus-eth2/scripts
zah 0f758c5f02
Working Makefile targets for Capella devnet2 (#4494)
* Working Makefile targets for Capella devnet2

make capella-devnet-2
make clean-capella-devnet-2

You'll need to have https://github.com/tmuxinator/tmuxinator installed.
It's available as a regular package in most Linux distributions or through
Nix or Brew on macOS.

This commit also fixes the initial hang in the Eth1 monitor in the "find
TTD block" procedure through a fix to the network metadata files which
hasn't been upstreamed yet.

Other changes:

* Disabled Geth snap sync in the simulation

When all Geth nodes are configured to run with snap sync enabled, they all
start snap sync after the first forkchoiceUpdated which causes the BNs to
skip validator duties because the EL is syncing. The snap sync never completes
due to poor connectivity between the Geth nodes in the simulation.
2023-01-13 12:21:58 +02:00
..
package_src doc updates (#4314) 2022-11-13 07:59:55 +01:00
.gitignore packaging updates (#3974) 2022-08-17 13:26:31 +03:00
bash_utils.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
clean-devnet-dir.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
compile_nim_program.sh bumps (#4352) 2022-11-24 20:56:02 +00:00
copyfile.sh New validator client using REST API. (#2651) 2021-07-13 13:15:07 +02:00
depositContract.v.py Fixed deposit/contract 2019-11-07 17:23:06 +00:00
detect_platform.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
find_unchanged_consensus_spec_files.sh update URL and document Nim bug blocking further genericizing cleanups (#3483) 2022-03-11 15:03:47 +00:00
geth_binaries.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
geth_genesis.json Add support for launching Geth and Nimbus-eth1 nodes in launch_local_testnet (#3790) 2022-06-27 11:34:12 +03:00
geth_vars.sh fix concurrent Jenkins stages (#3904) 2022-07-23 14:28:10 +00:00
launch_local_testnet.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
make_dist.sh Include auxiliary tools to nightly builds 2022-08-11 17:57:44 +03:00
make_packages.sh packaging updates (#3974) 2022-08-17 13:26:31 +03:00
make_prometheus_config.sh Replicate a recent fix from the launch_local_testnet script due to a wide-spread code duplication 2021-12-22 17:59:45 +02:00
makedir.sh scripts: make shebang more portable (#2216) 2021-01-08 11:29:43 +01:00
nimbus_el_vars.sh fix concurrent Jenkins stages (#3904) 2022-07-23 14:28:10 +00:00
nimbusel_genesis.json Add support for launching Geth and Nimbus-eth1 nodes in launch_local_testnet (#3790) 2022-06-27 11:34:12 +03:00
print_version.nims dist: add version and book (#1965) 2020-11-06 17:26:03 +01:00
repo_paths.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
rotatelogs-compress.sh Document log rotation (#2327) 2021-02-18 07:57:41 +01:00
run-beacon-node.sh Honor the WEB3_URL env var in the run-node scripts to preserve backward compatibility 2022-07-26 14:04:07 +03:00
run-geth-in-devnet.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
run-nimbus-in-devnet.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
run_fuzzing_test.nims Add a fuzzing test for the beacon node CLI parser 2020-10-02 12:42:32 +03:00
run_ssz_fuzzing_test.nims test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
setup_scenarios.sh /bin/bash -> /usr/bin/env bash (needed on NixOS) 2021-11-15 15:45:01 +02:00
slowlogs.py script for finding slow logs 2021-03-30 09:39:16 +02:00
start_geth_nodes.sh Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00
start_nimbus_el_nodes.sh support jwtsecret in `launch_local_testnet` (#4097) 2022-09-08 15:22:31 +02:00
test_merge_node.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
test_merge_vectors.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
time_module_builds.sh simple script to time module compilations (#3414) 2022-02-18 10:52:01 +00:00
tmuxinator-el-cl-pair-in-devnet.yml Working Makefile targets for Capella devnet2 (#4494) 2023-01-13 12:21:58 +02:00