Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
9c72ed3
feat: agglayer integration
vcastellm Mar 10, 2025
0a5df3d
feat: Proposer agglayer
vcastellm Mar 10, 2025
4439f0c
deps
vcastellm Mar 10, 2025
5f425ea
fix: startup
vcastellm Mar 11, 2025
b604ac3
Adapt to latest changes
vcastellm Mar 12, 2025
7c57f66
Merge remote-tracking branch 'origin/main' into vcastellm/rust-agglayer
vcastellm Mar 17, 2025
0ad845a
wip
vcastellm Mar 17, 2025
356711c
wip
vcastellm Mar 18, 2025
a4c298e
wip
vcastellm Mar 18, 2025
94b5114
wip
vcastellm Mar 18, 2025
38dbb4d
Merge branch 'main' into vcastellm/rust-agglayer
vcastellm Mar 25, 2025
59e1b6e
wip
vcastellm Mar 25, 2025
ed59df6
wip
vcastellm Mar 27, 2025
9b7bd78
wip
vcastellm Mar 31, 2025
5d4ef07
wip
vcastellm Apr 1, 2025
79caabc
wip
vcastellm Apr 2, 2025
34ca4ac
wip
vcastellm Apr 2, 2025
1a1b91b
fix
vcastellm Apr 3, 2025
e42ee77
remove file
vcastellm Apr 3, 2025
d05676b
Merge branch 'main' into vcastellm/rust-agglayer
vcastellm Apr 3, 2025
d62b4b3
return mock proofs
vcastellm Apr 3, 2025
a1a7967
feat: limit by available span proofs
vcastellm Apr 4, 2025
71ea8a6
test script
vcastellm Apr 7, 2025
22c2613
+x
vcastellm Apr 7, 2025
682a544
Add missing var
vcastellm Apr 8, 2025
85a5fe3
Rename buf files
vcastellm Apr 14, 2025
e12d6c1
docker ci
vcastellm Apr 14, 2025
a93d015
fix: compressed proof and bincode
vcastellm Apr 22, 2025
86f3e69
build: move zkvm ELFs into a separate crate
iljakuklic Apr 22, 2025
8a6b76a
Merge pull request #4 from agglayer/lkuklinek/elfs
vcastellm Apr 22, 2025
41d8eb1
refactor: return specific errors for each case
vcastellm Apr 23, 2025
43eb2e1
feat: get agg proof from db gRPC endpoint
vcastellm Apr 23, 2025
7fa7490
refactor: drop extra fields in gRPC
vcastellm Apr 23, 2025
1ac0dcb
refactor: return the db id
vcastellm Apr 24, 2025
e1cb3ed
feat: implement mock proof db workflow
vcastellm Apr 24, 2025
b09d210
chore: cache sqlx queries
vcastellm Apr 24, 2025
65f5ca2
Merge pull request #6 from agglayer/vcastellm/refactor-errors
vcastellm Apr 24, 2025
b77a050
fix: encode db id as FB32
vcastellm Apr 24, 2025
4bbf315
fix: number conversion
atanmarko Apr 25, 2025
e68913c
Merge pull request #7 from agglayer/vcastellm/grpc-mock-flow
vcastellm Apr 25, 2025
fde232b
fix: docker compose build
atanmarko Apr 25, 2025
02bf0b8
fix: agg vkey printout
atanmarko Apr 30, 2025
6489494
fix: avoid retries
vcastellm May 6, 2025
146357f
fix: avoid currval error
vcastellm May 6, 2025
91b700b
refactor: extract grpc code to external repo
vcastellm May 7, 2025
92bd517
fix: revert nextval
vcastellm May 7, 2025
939b0e2
fix: use RETURNING id to retun the inserted recod id
vcastellm May 7, 2025
721464d
fix: add logs and generate query cache
vcastellm May 7, 2025
d50c605
Merge branch 'vcastellm/rust-agglayer' into vcastellm/refactor-grpc
vcastellm May 8, 2025
020734f
refactor: adapt for external usage
vcastellm May 8, 2025
8bb7986
refactor: depend on external crate
vcastellm May 12, 2025
a858cac
chore: remove extra file
vcastellm May 12, 2025
416c51a
Merge pull request #8 from agglayer/vcastellm/refactor-grpc
vcastellm May 12, 2025
8642978
fix: remove extra files
vcastellm May 12, 2025
c778c83
remove extra file
vcastellm May 12, 2025
0c786f2
no sqlite
vcastellm May 12, 2025
abc36df
just one offline
vcastellm May 12, 2025
d41addd
add comments
vcastellm May 12, 2025
7944fb5
Merge remote-tracking branch 'origin/main' into vcastellm/rust-agglayer
vcastellm May 13, 2025
dfadd06
fix: apply merge fixes
vcastellm May 13, 2025
91f325b
feat: add fetch-rollup-config build to docker
vcastellm May 14, 2025
de4e40d
feat: changes to remove op-succinct-contract-deployer dependency
jhkimqd May 15, 2025
fda6e70
fix: use default logging
vcastellm May 20, 2025
9b2d80b
fix: add warning log for missing consecutive span proof range
vcastellm May 21, 2025
348ae8f
fix: add warning log for missing consecutive span proof range
vcastellm May 21, 2025
d540f4a
chore: bump sp1 sdk
atanmarko May 21, 2025
2b7c5ee
fix: update proposer signer logic for agglayer mode
vcastellm May 26, 2025
4864b93
Merge pull request #10 from agglayer/vcastellm/dummy_signer
vcastellm May 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
jobs:
build:
name: Build Docker Images
runs-on:
- runs-on
- runner=64cpu-linux-x64
- run-id=${{ github.run_id }}
runs-on: ubuntu-latest-8-core

permissions:
packages: write
contents: read

steps:
- name: Checkout code
Expand Down
Loading