Skip to content

Commit

Permalink
update geth to support new tx processing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Aug 27, 2024
1 parent ab99728 commit 564196c
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ WORKDIR /workspace

COPY nitro-overrides/precompiles/FheOps.go precompiles/FheOps.go
COPY nitro-overrides/arbos/block_processor.go arbos/block_processor.go
COPY nitro-overrides/arbos/fhenix_tx_processor.go arbos/fhenix_tx_processor.go
COPY nitro-overrides/arbos/parallel_tx_processor.go arbos/parallel_tx_processor.go
COPY nitro-overrides/arbos/tx_processor.go arbos/tx_processor.go
COPY nitro-overrides/gethhook/geth-hook.go gethhook/geth-hook.go

RUN go mod tidy

Expand Down
2 changes: 1 addition & 1 deletion go-ethereum
Loading

0 comments on commit 564196c

Please sign in to comment.