Skip to content

Commit

Permalink
feat: upgrade to latest kona (#344)
Browse files Browse the repository at this point in the history
* feat: wip, running into fd issues bc zkvm mode

* wip

* add

* wip

* feat: program compiles

* feat: still working through host issues, many of the scripts aren't compiling, making progress

* wip

* update

* wip

* feat: need to clean up host lib

* feat: drop the kv_store so there are no conflicting locks

* add

* feat: move to latest kona

* add

* fix: DOckerfile

* add

* clippy

* fix

* redundant

* fix

* feat: todo

* multi works

* feat: small program works

* feat: got store_oracle working

* remove configs

* feat: works with new blob provider

* feat: docs

* feat: works with upstream kona

* add cycle tracking

* add

* feat: add driver with logging

* fix: more efficient than before

* feat: delete single

* add

* feat: general cleanup

* fix

* clippy

* fix

* clean

* add

* clean

* rm bootinfowithbytesconfig

* feat: new elf

* add

* refactor

* add

* remove configs

* delete

* remove test

* update

* fmt

* feat: in parallel

* feat: update elf

* feat: simplify

* host

* feat: show entire diff

* clippy

* feat: trigger workflow

* feat: fix cost estimator

* add
  • Loading branch information
ratankaliani authored Feb 1, 2025
1 parent 87ef647 commit aa6efa6
Show file tree
Hide file tree
Showing 72 changed files with 1,944 additions and 3,581 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,18 @@ jobs:
type=sha
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pre-build debug
run: |
echo "Meta tags: ${{ steps.meta-op-proposer.outputs.tags }}"
echo "Push condition: ${{ github.event_name != 'pull_request' }}"
echo "Event name: ${{ github.event_name }}"
- name: Build and push op-proposer
uses: docker/build-push-action@v6
with:
context: .
file: proposer/op/Dockerfile.op_proposer
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta-op-proposer.outputs.tags }}
labels: ${{ steps.meta-op-proposer.outputs.labels }}
cache-from: type=gha
Expand All @@ -89,8 +82,8 @@ jobs:
with:
context: .
file: proposer/succinct/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta-succinct.outputs.tags }}
labels: ${{ steps.meta-succinct.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion .github/workflows/elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Check for any changes in the elf directory
if [ -n "$(git status --porcelain elf/)" ]; then
echo "❌ ELF files changed during build!"
git diff elf/
git diff
exit 1
else
echo "✅ ELF files remained unchanged"
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/op_proposer.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ sp1-testing-suite-artifacts/

# Contracts
contracts/opsuccinctl2ooconfig.json

# Rollup Configs
configs/
Loading

0 comments on commit aa6efa6

Please sign in to comment.