Skip to content

Commit efca509

Browse files
committed
chore: update ci
1 parent d5fcc32 commit efca509

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/taiko-client--docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Build and Push Multi-Arch Docker Image"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, default-values-225]
66
tags:
77
- "taiko-alethia-client-v*"
88
paths:

packages/taiko-client/driver/preconf_blocks/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@ func (s *PreconfBlockAPIServer) recordLatestSeenProposalPacaya(proposal *encodin
12561256
"lastBlockID", s.highestUnsafeL2PayloadBlockID,
12571257
"highestUnsafeL2PayloadBlockID", s.highestUnsafeL2PayloadBlockID,
12581258
)
1259+
12591260
metrics.DriverReorgsByProposalCounter.Inc()
12601261
} else if proposal.LastBlockID > s.highestUnsafeL2PayloadBlockID {
12611262
// Always keep highestUnsafeL2PayloadBlockID in sync with the canonical chain tip.

0 commit comments

Comments
 (0)