We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa3d0df + 690bc01 commit a0ac726Copy full SHA for a0ac726
common/version/version.go
@@ -5,7 +5,7 @@ import (
5
"runtime/debug"
6
)
7
8
-var tag = "v4.7.7"
+var tag = "v4.7.8"
9
10
var commit = func() string {
11
if info, ok := debug.ReadBuildInfo(); ok {
rollup/internal/controller/relayer/l2_relayer.go
@@ -452,6 +452,7 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
452
// The next call of ProcessPendingBatches will then start with the batch with the different codec version.
453
batchesToSubmitLen := len(batchesToSubmit)
454
if batchesToSubmitLen > 0 && batchesToSubmit[batchesToSubmitLen-1].Batch.CodecVersion != dbBatch.CodecVersion {
455
+ forceSubmit = true
456
break
457
}
458
0 commit comments