mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Misc changes for merge testnets (#2667)
* Thread eth1_block_hash into interop genesis state * Add merge-fork-epoch flag * Build LH with minimal spec by default * Add verbose logs to execution_layer * Add --http-allow-sync-stalled flag * Update lcli new-testnet to create genesis state * Fix http test * Fix compile errors in tests
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,9 +23,9 @@ FORKS=phase0 altair
|
||||
# Binaries will most likely be found in `./target/release`
|
||||
install:
|
||||
ifeq ($(PORTABLE), true)
|
||||
cargo install --path lighthouse --force --locked --features portable
|
||||
cargo install --path lighthouse --force --locked --features portable,spec-minimal
|
||||
else
|
||||
cargo install --path lighthouse --force --locked
|
||||
cargo install --path lighthouse --force --locked --features spec-minimal
|
||||
endif
|
||||
|
||||
# Builds the lcli binary in release (optimized).
|
||||
|
||||
Reference in New Issue
Block a user