Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
kill: devnet-12
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Mar 20, 2024
1 parent 4bab361 commit 67320f3
Show file tree
Hide file tree
Showing 74 changed files with 19 additions and 114 deletions.
21 changes: 10 additions & 11 deletions ansible/inventories/devnet-12/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: sigp/lighthouse:v5.0.0
lodestar: chainsafe/lodestar:v1.16.0
lighthouse: sigp/lighthouse:v5.1.0
lodestar: chainsafe/lodestar:v1.17.0
nimbus: statusim/nimbus-eth2:multiarch-v24.2.2
prysm: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.0
prysm_validator: gcr.io/prysmaticlabs/prysm/validator:v5.0.0
teku: consensys/teku:24.2.0

prysm: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.1
prysm_validator: gcr.io/prysmaticlabs/prysm/validator:v5.0.1
teku: consensys/teku:24.3.0
### Execution layer clients
besu: hyperledger/besu:24.1.2
geth: ethpandaops/geth:master-d8e0807
erigon: thorax/erigon:v2.58.0
besu: hyperledger/besu:24.3.0
geth: ethpandaops/geth:master-c170fa2
erigon: thorax/erigon:v2.58.1
ethereumjs: ethpandaops/ethereumjs:master
nethermind: nethermindeth/nethermind:1.25.4-8138ceb
reth: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.19
nethermind: nethermind/nethermind:1.25.4
reth: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.21

default_tooling_images:
xatu_sentry: ethpandaops/xatu:0.0.137
Expand Down
1 change: 1 addition & 0 deletions ansible/inventories/devnet-12/group_vars/teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ teku_container_command_extra_args:
- --Xpeer-rate-limit=100000
- --Xpeer-request-limit=1000
- --ignore-weak-subjectivity-period-enabled
- --checkpoint-sync-url=https://checkpoint-sync.dencun-devnet-12.ethpandaops.io

teku_validator_container_volumes:
- "{{ teku_validator_datadir }}:/validator-data"
Expand Down
95 changes: 0 additions & 95 deletions ansible/inventories/devnet-12/hetzner_inventory.ini

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: sigp/lighthouse:v4.6.0
geth: ethpandaops/geth:v1.13.13
geth: ethpandaops/geth:master-c170fa2

# geth_container_command:
# - --datadir=/data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: sigp/lighthouse:v4.6.0
geth: ethpandaops/geth:v1.13.13
geth: ethpandaops/geth:master-c170fa2

# geth_container_command:
# - --datadir=/data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_ethereum_client_images:
### Consensus layer clients
lodestar: chainsafe/lodestar:v1.15.0-rc.0
geth: ethpandaops/geth:v1.13.13
geth: ethpandaops/geth:master-c170fa2
# lodestar_container_command:
# - beacon
# - --dataDir=/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ teku-geth-001:
enabled: true
fullnameOverride: geth-teku-001
image:
repository: ethereum/client-go
tag: v1.13.14
repository: ethpandaops/geth
tag: master-d8e0807
pullPolicy: Always
p2pNodePort:
enabled: false
Expand Down Expand Up @@ -195,7 +195,7 @@ teku-geth-001:
- name: storage
mountPath: "/data"
- name: init-genesis
image: ethereum/client-go:v1.13.14
image: ethpandaops/geth:master-d8e0807
imagePullPolicy: Always
securityContext:
runAsNonRoot: false
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-archive/devnet-5/homepage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ testnet-homepage:
## General information
### Key split
```
0-1000 - EthPandaOps
0-1000 - ethPandaOps
```
## Network Spec
Expand Down
2 changes: 1 addition & 1 deletion terraform/devnet-12/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ locals {
tags = "group_name:${vm_group.name},val_start:${vm_group.validator_start + (i * (vm_group.validator_end - vm_group.validator_start) / vm_group.count)},val_end:${min(vm_group.validator_start + ((i + 1) * (vm_group.validator_end - vm_group.validator_start) / vm_group.count), vm_group.validator_end)}"
region = try(vm_group.location, local.digitalocean_default_region)
size = try(vm_group.size, local.digitalocean_default_size)
ipv6 = try(vm_group.ipv6, false)
ipv6 = try(vm_group.ipv6, true)
}

}
Expand Down

0 comments on commit 67320f3

Please sign in to comment.