Skip to content

Commit

Permalink
feat: use faster runtime (#105)
Browse files Browse the repository at this point in the history
* feat: use faster runtime

* fix

* feat: sort by batch start block

* reduce timeout

* wip: debugging failed proofs (#106)

* debug failed proofs

* got compilation, working, still issues

* wip

* wip

* add

* push

---------

Co-authored-by: Ubuntu <[email protected]>

* feat: latest kona, `v1.3.0-rc.2` (#112)

* debug failed proofs

* got compilation, working, still issues

* wip

* wip

* add

* push

* works

* add

* add

* fixes

* add

* add

---------

Co-authored-by: Ubuntu <[email protected]>

* del

* add

* add

* rm print

* update vkey

* del

* add

* fix: install clang

* add

* test docker compose

* downgrade to 1.2 (#114)

---------

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
ratankaliani and Ubuntu authored Sep 7, 2024
1 parent d19ee38 commit 175c7ed
Show file tree
Hide file tree
Showing 26 changed files with 712 additions and 502 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Docker Compose Test

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
docker-compose-test:
name: Build the Docker Compose setup
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 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 .
26 changes: 0 additions & 26 deletions .github/workflows/docker_compose_test.yaml

This file was deleted.

Loading

0 comments on commit 175c7ed

Please sign in to comment.