Skip to content

Commit

Permalink
chore(e2e): bump geth version (#869)
Browse files Browse the repository at this point in the history
Bumps global geth version to latest. 

Unblocks PRs: 
#868 
#867 

task: none
  • Loading branch information
idea404 authored Apr 17, 2024
1 parent d2907b5 commit aa82e59
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion e2e/app/geth/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version defines the geth version deployed to all networks.
const Version = "v1.13.14"
const Version = "v1.13.15"

// Config is the configurable options for the standard omni geth config.
type Config struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./omni_evm_0:/geth
Expand All @@ -88,7 +88,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./omni_evm_0:/geth
Expand All @@ -88,7 +88,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
4 changes: 2 additions & 2 deletions e2e/docker/testdata/TestComposeTemplate_main_explorer.golden
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./omni_evm_0:/geth
Expand All @@ -88,7 +88,7 @@ services:
labels:
e2e: true
container_name: omni_evm_0
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
labels:
e2e: true
container_name: validator01_evm-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./validator01_evm:/geth
Expand All @@ -43,7 +43,7 @@ services:
labels:
e2e: true
container_name: validator01_evm
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
labels:
e2e: true
container_name: validator02_evm-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./validator02_evm:/geth
Expand All @@ -43,7 +43,7 @@ services:
labels:
e2e: true
container_name: validator02_evm
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
labels:
e2e: true
container_name: seed01_evm-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./seed01_evm:/geth
Expand All @@ -43,7 +43,7 @@ services:
labels:
e2e: true
container_name: seed01_evm
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
labels:
e2e: true
container_name: fullnode01_evm-init
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command: --state.scheme=path --datadir=/geth init /geth/genesis.json
volumes:
- ./fullnode01_evm:/geth
Expand All @@ -43,7 +43,7 @@ services:
labels:
e2e: true
container_name: fullnode01_evm
image: "ethereum/client-go:v1.13.14"
image: "ethereum/client-go:v1.13.15"
command:
- --config=/geth/config.toml
# Flags not available via config.toml
Expand Down

0 comments on commit aa82e59

Please sign in to comment.