Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add holesky genesis files #57

Merged
merged 9 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Meet `--holesky`, the first long-standing, merged-from-genesis, public Ethereum
This is _work in progress_. The final config will be shared prior to launch date.

* Status: _Planned_ ([#3](https://github.com/eth-clients/holesky/issues/3))
* Flag: `--holesky`
* Flavor: Permissionless (Proof-of-Stake), _to replace Goerli_
* Launch Date: **Sept/15, 2023, 14:00 UTC**
* Epoch time: 1694786400
Expand All @@ -18,10 +19,31 @@ This is _work in progress_. The final config will be shared prior to launch date
* Consensus Version: Deneb _(TBD)_
* Merge: At Genesis (`0`)
* Shapella Epoch: `10`
* Epoch time: `1694790240` (64 minutes after genesis)
* Network ID: `17000`
* Chain ID: `17000`
* Genesis Hash: `0xff9006519a8ce843ac9c28549d24211420b546e12ce2d170c77a8cca7964f23d`
parithosh marked this conversation as resolved.
Show resolved Hide resolved
* EVM Version: London
* Homestead: 0 (block number)
* Byzantium: 0 (block number)
* Constantinople: 0 (block number)
* Petersfork: 0 (block number)
* Istanbul: 0 (block number)
* Berlin: 0 (block number)
* MuirGlacier: 0 (block number)
* London: 0 (block number)
* Shanghai: 1694790240 (unix time)
* Cancun: _(TBD)_
* Bootnodes Execution layer:
* `enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303`
* `enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303`
* Bootnodes Consensus layer:
* `enr:-KG4QMH842KsJOZAHxI98VJcf8oPr1U8Ylyp2Tb-sNAPniWSCaxIS4F9gc3lGOnROEok7g5qrOm8WgJTl2WXx8MhMmIMhGV0aDKQqX6DZjABcAAKAAAAAAAAAIJpZIJ2NIJpcISygIjpiXNlY3AyNTZrMaECvQMvoDF46BfJgvAbbv1hwpNu9VQBXRIpHS_B8zmkZmmDdGNwgiMog3VkcIIjKA`
* `enr:-Ly4QDU8tZeygxz1gEeAD4EKe4H_8gg-IanpTY6h8A1YGPv5BPNvCMD77zjHUk_iF1pfG_8DC6jYWbIOD1k5kF-LaG4Bh2F0dG5ldHOIAAAAAAAAAACEZXRoMpCpfoNmMAFwAAoAAAAAAAAAgmlkgnY0gmlwhJK-DYCJc2VjcDI1NmsxoQN4bUae9DwIcq_56DNztksQYXeddTDKRonI5qI3YhN4SohzeW5jbmV0cwCDdGNwgiMog3VkcIIjKA`
* Deposit contract address: `0x4242424242424242424242424242424242424242`

### Resources

* Ethstats: [https://ethstats.holesky.ethpandaops.io](https://ethstats.holesky.ethpandaops.io)
* Homepage: [https://holesky.ethpandaops.io](https://holesky.ethpandaops.io)
* Latest Proposal: [Ethereum Magicians - Predictable Ethereum Testnet Lifecycle](https://ethereum-magicians.org/t/proposal-predictable-ethereum-testnet-lifecycle/11575)
* Some Context: [Ethereum Magicians - Paths out of the Goerli supply mess](https://ethereum-magicians.org/t/testnet-workgroup-paths-out-of-the-goerli-supply-mess/11453)
5 changes: 0 additions & 5 deletions consensus/bootnodes.txt

This file was deleted.

87 changes: 0 additions & 87 deletions consensus/config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion consensus/deposit_contract.txt

This file was deleted.

1 change: 0 additions & 1 deletion consensus/deposit_contract_block_hash.txt

This file was deleted.

Binary file removed consensus/genesis.ssz
Binary file not shown.
8 changes: 0 additions & 8 deletions consensus/tranches/tranche_0000.txt

This file was deleted.

Loading