From e88e5af5906873d0da4fbadeed8e3a55e964981a Mon Sep 17 00:00:00 2001 From: lihe Date: Wed, 1 Jul 2026 18:39:40 +0800 Subject: [PATCH] go.mod: bump pipeline to v0.0.61-nitro-v3.5.6-3 + submodule to arb v3.11.1-debank-2 Advances the go-ethereum submodule to go-ethereum-arb debank (2cfeb6fd, tagged v3.11.1-debank-2) and the top-level indirect pipeline pin to v0.0.61-nitro-v3.5.6-3, picking up the tracer OnTxEnd empty-callstack fix (pipeline #111) for EVM-less Arbitrum system txs that were freezing the nitro writer via an index-out-of-range panic under StopWaiter. --- go-ethereum | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go-ethereum b/go-ethereum index 551f0b324..2cfeb6fd5 160000 --- a/go-ethereum +++ b/go-ethereum @@ -1 +1 @@ -Subproject commit 551f0b3247b32654e5e0bec9cda4eda5d28fa053 +Subproject commit 2cfeb6fd538048ff2529710efa8e17e564c6c546 diff --git a/go.mod b/go.mod index 2b161d89b..f81ee55cd 100644 --- a/go.mod +++ b/go.mod @@ -63,7 +63,7 @@ require ( cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect cloud.google.com/go/compute/metadata v0.9.0 // indirect cloud.google.com/go/iam v1.1.8 // indirect - github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-2 // indirect + github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-3 // indirect github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect github.com/coreos/go-semver v0.3.1 // indirect diff --git a/go.sum b/go.sum index b56755def..06abec092 100644 --- a/go.sum +++ b/go.sum @@ -114,8 +114,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cevatbarisyilmaz/ara v0.0.4 h1:SGH10hXpBJhhTlObuZzTuFn1rrdmjQImITXnZVPSodc= github.com/cevatbarisyilmaz/ara v0.0.4/go.mod h1:BfFOxnUd6Mj6xmcvRxHN3Sr21Z1T3U2MYkYOmoQe4Ts= -github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-2 h1:N62IHz9lbMNmYThnBSvG7js9Geugq9iorWi6/Bab/Lc= -github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-2/go.mod h1:l0GT8LwhbRwaxrLze5FjDv3lHgxxqdf9opAVjJtXNh4= +github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-3 h1:HPCXU2N/9FEFJI3Z3eG7l7/und1ckRyNTHDFA3oiDs4= +github.com/Chaintable/pipeline v0.0.61-nitro-v3.5.6-3/go.mod h1:l0GT8LwhbRwaxrLze5FjDv3lHgxxqdf9opAVjJtXNh4= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=