mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
Update local testnet doc and parameters (#4749)
* update
* revise link
* update parameters
* update doc
* Update doc
* add quic port
* remove debug log
* Fix el_bootnode not being killed
* Fix time
* Fix doc in manual creation of testnet
* Update file
* update api doc
* Revert "update api doc"
This reverts commit ed695743de.
* add git clone
* Fix path
* Fix path
* Update scripts/local_testnet/setup_time.sh
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
* Update scripts/local_testnet/README.md
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
* Fix SLOT_PER_EPOCH that changes with mainnet or minimal
* Embedded setup_time.sh in start_local_testnet.sh
* fix slot per epoch constant
* Add comment
* Add CANCUN_TIME
* Fix CANCUN_TIME constant 32 slots
* Correct typo
* chmod +x ./setup_time.sh
---------
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ lcli \
|
||||
--ttd $TTD \
|
||||
--eth1-block-hash $ETH1_BLOCK_HASH \
|
||||
--eth1-id $CHAIN_ID \
|
||||
--eth1-follow-distance 1 \
|
||||
--eth1-follow-distance 128 \
|
||||
--seconds-per-slot $SECONDS_PER_SLOT \
|
||||
--seconds-per-eth1-block $SECONDS_PER_ETH1_BLOCK \
|
||||
--proposer-score-boost "$PROPOSER_SCORE_BOOST" \
|
||||
|
||||
Reference in New Issue
Block a user