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

Bump to Geth v1.13.4 and Prysm v4.1.0 #11

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ Reach out to me on Twitter [@0xZorz](https://twitter.com/0xZorz) if you have any
```
This occurs because the submodules were not cloned. Make sure to clone with the `--recursive` flag, i.e. `git clone --recursive https://github.com/rzmahmood/ethereum-pos-testnet.git`

- ```
Nil finalized block cannot evict old blobs
```
This is expected log from Geth until a block is 'finalized'. The first finalized block will occur after 24 blocks.

## Acknowledgements

- The [work](https://github.com/OffchainLabs/eth-pos-devnet) of Raul Jordan was a great reference starting point. His setup will suffice requirements that don't demand signficant customization and only require 1 node.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ CAPELLA_FORK_EPOCH: 0
CAPELLA_FORK_VERSION: 0x20000092
MAX_WITHDRAWALS_PER_PAYLOAD: 16

# Deneb
DENEB_FORK_VERSION: 0x20000093
DENEB_FORK_EPOCH: 0

# Time parameters
SECONDS_PER_SLOT: 12
Expand Down
2 changes: 1 addition & 1 deletion dependencies/prysm
Submodule prysm updated 1080 files
1 change: 1 addition & 0 deletions genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
"shanghaiTime": 1695897038,
"cancunTime": 1695897038,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true
},
Expand Down
2 changes: 1 addition & 1 deletion testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi
# Generate the genesis. This will generate validators based
# on https://github.com/ethereum/eth2.0-pm/blob/a085c9870f3956d6228ed2a40cd37f0c6580ecd7/interop/mocked_start/README.md
$PRYSM_CTL_BINARY testnet generate-genesis \
--fork=capella \
--fork=deneb \
--num-validators=$NUM_NODES \
--chain-config-file=./config.yml \
--geth-genesis-json-in=./genesis.json \
Expand Down
Loading