From 1b0977440d10666bd759b3fc5cff52f26e9aa612 Mon Sep 17 00:00:00 2001 From: parithosh Date: Fri, 22 Sep 2023 14:36:35 +0200 Subject: [PATCH 1/3] add reth --- configs/cancun.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/cancun.yaml b/configs/cancun.yaml index 1ae2fcbed4..dcaa424089 100644 --- a/configs/cancun.yaml +++ b/configs/cancun.yaml @@ -31,3 +31,10 @@ build_args: github: NethermindEth/nethermind tag: cancun + +- client: reth + nametag: cancun-git + dockerfile: git + build_args: + github: paradigmxyz/reth + tag: main From c68fac8006f0dbc64eaabc6421c24c5acc5badc0 Mon Sep 17 00:00:00 2001 From: parithosh Date: Fri, 22 Sep 2023 14:36:54 +0200 Subject: [PATCH 2/3] add reth --- configs/cancun.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/configs/cancun.yaml b/configs/cancun.yaml index dcaa424089..5068e4836c 100644 --- a/configs/cancun.yaml +++ b/configs/cancun.yaml @@ -1,37 +1,3 @@ -- client: besu - nametag: cancun-git - dockerfile: git - build_args: - github: Gabriel-Trintinalia/besu - tag: add-decode-type-to-transaction-decoder - -- client: erigon - nametag: cancun-git - dockerfile: git - build_args: - github: ledgerwatch/erigon - tag: devel - -- client: ethereumjs - nametag: cancun-git - build_args: - github: ethereumjs/ethereumjs-monorepo - tag: master - -- client: go-ethereum - nametag: cancun-git - dockerfile: git - build_args: - github: lightclient/go-ethereum - tag: devnet-9 - -- client: nethermind - nametag: cancun-git - dockerfile: git - build_args: - github: NethermindEth/nethermind - tag: cancun - - client: reth nametag: cancun-git dockerfile: git From 50901eaf438bc396d00124c7102a5e8a02026e98 Mon Sep 17 00:00:00 2001 From: parithosh Date: Fri, 22 Sep 2023 16:10:13 +0200 Subject: [PATCH 3/3] adding reth --- configs/cancun.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/configs/cancun.yaml b/configs/cancun.yaml index 5068e4836c..dcaa424089 100644 --- a/configs/cancun.yaml +++ b/configs/cancun.yaml @@ -1,3 +1,37 @@ +- client: besu + nametag: cancun-git + dockerfile: git + build_args: + github: Gabriel-Trintinalia/besu + tag: add-decode-type-to-transaction-decoder + +- client: erigon + nametag: cancun-git + dockerfile: git + build_args: + github: ledgerwatch/erigon + tag: devel + +- client: ethereumjs + nametag: cancun-git + build_args: + github: ethereumjs/ethereumjs-monorepo + tag: master + +- client: go-ethereum + nametag: cancun-git + dockerfile: git + build_args: + github: lightclient/go-ethereum + tag: devnet-9 + +- client: nethermind + nametag: cancun-git + dockerfile: git + build_args: + github: NethermindEth/nethermind + tag: cancun + - client: reth nametag: cancun-git dockerfile: git