refactor(rollup-relayer): simplify logic post-Euclid (#1658)

Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
This commit is contained in:
colin
2025-05-21 17:59:49 +08:00
committed by GitHub
parent 97de988228
commit 0cee9a51e6
33 changed files with 497 additions and 1626 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.5.12"
var tag = "v4.5.13"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {