This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lighthouse
Watch
16
Star
0
Fork
0
You've already forked lighthouse
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0f86588e6
lighthouse
/
common
/
eth2_network_config
/
.gitignore
6 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Static testnet configs (#1603) ## Issue Addressed #1431 ## Proposed Changes Added an archived zip file with required files manually ## Additional Info 1) Used zip, instead of tar.gz to add a single dependency instead of two. 2) I left the download from github code for now, waiting to hear if you'd like it cleaned up or left to be used for some tooling needs.
2020-09-11 01:43:13 +00:00
testnet*/*
Use schlesi as default testnet (#1108) * Use schlesi as default testnet * Add schlesi dir to gitignore
2020-05-06 05:24:25 +00:00
schlesi-*
Integrate Witti testnet (#1193) * Update for latest master * Shift delay inside loop * Clean up genesis service * Tidy * Tidy logs * Address Michael's comments * Add pre-genesis logging * Remove est time till genesis * Fix time formatting * Tidy * Update docs for Witti * Update JS for Witti * Ensure deposit data is 0x-prefixed hex * Hard code witti testnet dir * Add --auto-register warning * Integrate local sigp testnet source * Reword warning
2020-05-26 05:31:41 +00:00
witti-*
Update testnet configs, change on-disk format (#1799) ## Issue Addressed - Related to #1691 ## Proposed Changes - Add `DEPOSIT_CHAIN_ID` and `DEPOSIT_NETWORK_ID` to `config.yaml`. - Pass the `DEPOSIT_NETWORK_ID` to the `eth1::Service`. - Remove the unused `MAX_EPOCHS_PER_CROSSLINK` from the `altona` and `medalla` configs (see [spec commit](https://github.com/ethereum/eth2.0-specs/commit/2befe90032702b747e17e2f7531a41a4440d1342#diff-efb845ac2ebd4aafbc23df40f47ce25699255064e99d36d0406d0a14ca7953ec)). - Change from compressing the whole testnet directory, to only compressing the genesis state file. This is the only file we need to compress and *not* compressing the others makes them work nicely with git. - We can modify the boot nodes, configs, etc. without incurring an eternal binary-blob cost on our git history. - This change is backwards compatible (i.e., non-breaking). ## Additional Info NA
2020-10-25 22:15:46 +00:00
/altona*
built_in_testnet_configs/*/genesis.ssz
Reference in New Issue
Copy Permalink