Skip to content

Commit

Permalink
chore: cleanup (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Oct 22, 2024
1 parent f29f429 commit 00d0b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,3 @@ jobs:
- name: Build Docker Compose setup
run: |
docker compose build
span_batch_server:
name: Build Span Batch Server Docker Image
runs-on:
- runs-on
- runner=64cpu-linux-x64
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4

- name: Set up Docker Compose
uses: docker/setup-buildx-action@v1

- name: Build Span Batch Server Container
run: |
docker build -f ./proposer/op/Dockerfile.span_batch_server .
2 changes: 1 addition & 1 deletion proposer/op/proposer/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (l *L2OutputSubmitter) SendSlackNotification(proposerMetrics ProposerMetric
minutesBehind := (proposerMetrics.L2FinalizedBlock - proposerMetrics.LatestContractL2Block) * l2BlockTime / 60

message := fmt.Sprintf("*Chain %d Proposer Metrics*:\n"+
"Minutes Behind L2 Finalized: %d\n"+
"Contract is %d minutes behind L2 Finalized\n"+
"| L2 Unsafe | L2 Finalized | Contract L2 | Proven L2 |\n"+
"| %-9d | %-12d | %-11d | %-9d |\n"+
"| Proving | Witness Gen | Unrequested |\n"+
Expand Down

0 comments on commit 00d0b3d

Please sign in to comment.