Skip to content

Commit

Permalink
Bump to Geth v1.13.4 and Prysm v4.1.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmahmood authored Oct 24, 2023
1 parent c5b8527 commit ea424d7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
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

0 comments on commit ea424d7

Please sign in to comment.