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

Bump Geth to v1.14.5 #36

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A repository for building Geth and other EVM execution clients with native ERC-4

| Client | Release version | Pre-built docker image | Build binary from source |
| ------------------------- | --------------- | ---------------------- | ------------------------ |
| go-ethereum | `v1.13.15` | ✅ | ✅ |
| go-ethereum | `v1.14.5` | ✅ | ✅ |
| bor (Polygon PoS) | `v1.3.3` | ❌ | ✅ |
| nitro (Arbitrum) | `v3.0.2` | ✅ | ❌ |
| op-geth (Optimism) | `v1.101315.1` | ✅ | ❌ |
Expand Down
4 changes: 2 additions & 2 deletions build_scripts/go-ethereum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ do
done

client_path=$(pwd)/go-ethereum
src_collector_tracer_path=$(pwd)/tracers/bundler_collector.go.template
src_collector_tracer_path=$(pwd)/tracers/bundler_collector_next.go.template
src_executor_tracer_path=$(pwd)/tracers/bundler_executor.go.template
dest_collector_tracer_path=${client_path}/eth/tracers/native/bundler_collector.go
dest_collector_tracer_path=${client_path}/eth/tracers/native/bundler_collector_next.go
dest_executor_tracer_path=${client_path}/eth/tracers/native/bundler_executor.go
build_output_dir=$(pwd)/builds/go-ethereum/

Expand Down
2 changes: 1 addition & 1 deletion go-ethereum
Submodule go-ethereum updated 641 files
Loading