Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.11 #1419

Merged
merged 47 commits into from
Nov 20, 2024
Merged

v0.11 #1419

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2799cee
fix: commands linux (#1333)
MarcosNicolau Oct 28, 2024
7aa630c
pull fixes from testnet (#1343)
JuArce Oct 31, 2024
9100ad0
infra: add watchdog for batcher (#1311)
JuArce Nov 4, 2024
d5d8eb3
refactor(batcher): retry function (#1273)
entropidelic Nov 4, 2024
c980252
feat(CI): optimize rust deps for Docker CI (#1278)
samoht9277 Nov 4, 2024
2ebf0a0
feat: Telemetry for the batcher and improve current tracing (#1335)
IAvecilla Nov 4, 2024
bfcb99d
Merge queue config (#1359)
MauroToscano Nov 4, 2024
34343f0
Pull changes testnet 5 nov, regenerate cargo lock (#1378)
MauroToscano Nov 5, 2024
08d3642
Update cargo lock
MauroToscano Nov 5, 2024
1bf00c9
Merge testnet (#1379)
MauroToscano Nov 5, 2024
b495699
Bump_ci_golang (#1385)
MauroToscano Nov 5, 2024
dbb5335
fix: add retry and timeout to create_new_task (#1317)
avilagaston9 Nov 5, 2024
a70179d
chore: implement pausable in ServiceManager (#481)
JuArce Nov 6, 2024
913c0ba
chore: add multisig support to upgrade ServiceManager (#516)
JuArce Nov 6, 2024
5a5cfda
feat: add run_explorer_without_docker_db make target (#1346)
uri-99 Nov 6, 2024
d589ea5
feat: add user error metrics (#1356)
avilagaston9 Nov 7, 2024
9039a18
Merge branch 'refs/heads/testnet' into merge_testnet_v_0_10_3
JuArce Nov 11, 2024
d908221
update Cargo.lock
JuArce Nov 11, 2024
d5c06dc
chore: Makefile target to set up all aligned components locally (#1348)
IAvecilla Nov 11, 2024
295e8a8
fix: consolidate 2-step listen after sending proofs (#1325)
uri-99 Nov 11, 2024
24aa347
docs: batcher max fee priority queue & finalization algorithm (#915)
entropidelic Nov 11, 2024
73c6da4
Merge branch 'refs/heads/staging' into merge_testnet_v_0_10_3
JuArce Nov 11, 2024
1cf27ce
Merge testnet v0.10.3 (#1398)
JuArce Nov 11, 2024
24b24e6
refactor(aggregator): move `timeToExpiry` task to config file (#1399)
MarcosNicolau Nov 11, 2024
5151da8
feat: various sdk improvements (#1313)
gabrielbosio Nov 11, 2024
b338f32
refactor(aggregator): Aggregator retries (#1304)
PatStiles Nov 12, 2024
44339f7
feat: aggregator bump fee if transaction was not included (#1286)
MarcosNicolau Nov 13, 2024
47e2bc4
Add Audits Fuzzing Due (#1403)
MauroToscano Nov 13, 2024
ba24eba
ci: deploy batcher with ansible (#1384)
JuArce Nov 13, 2024
2c45fb2
fix(batcher): adjust `MAX_DELAY` to one hour (#1405)
avilagaston9 Nov 13, 2024
3345d4a
fix: use exponential backoff parameters correctly (#1409)
JuArce Nov 13, 2024
c99d3a3
ci: deploy operator with ansible (#1382)
JuArce Nov 13, 2024
5505e82
refactor: separate batcher retry constants properly (#1408)
avilagaston9 Nov 13, 2024
276c152
feat(testing): Task Sender / Stress Tester (#1189)
PatStiles Nov 13, 2024
d7bcec1
fix: use fallbackclient in waitForTransactionReceipt (#1420)
MarcosNicolau Nov 14, 2024
f5ded52
Aggregator ansible (#1387)
samoht9277 Nov 14, 2024
a26526c
chore: update latest contracts addresses (#1424)
JuArce Nov 19, 2024
ff0bac6
fix(aggregator): add garbage collector mutex (#1430)
JulianVentura Nov 19, 2024
0602e6d
feat: batcher should not be able to build batches too big (#1410)
uri-99 Nov 19, 2024
698de75
fix(contracts): remove `ExceededMaxRespondFee` error (#1407)
MarcosNicolau Nov 19, 2024
131599f
fix: use the retryable InitializeNewTask function (#1437)
avilagaston9 Nov 19, 2024
ec260a4
fix: set solidity version correctly (#1443)
JuArce Nov 19, 2024
c223d8f
Fix: Batcher User Balance Checks (#1404)
PatStiles Nov 20, 2024
ea0c2c0
fix: nil dereference on aggregator retries (#1441)
Oppen Nov 20, 2024
3079ac4
Pull testnet to staging (#1444)
MauroToscano Nov 20, 2024
635c8f0
fix: send aggregated response bump (#1440)
MarcosNicolau Nov 20, 2024
fecac6f
fix: show canceled batches correctly (#1448)
JuArce Nov 20, 2024
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
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ volume
nonce_*.bin
docker-compose.yaml
.github/**
**.md
**.md
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build-go-projects

on:
merge_group:
push:
branches: [main]
pull_request:
Expand All @@ -23,8 +22,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: foundry-toolchain
uses: foundry-rs/foundry-toolchain@v1.2.0
- name: Build SP1 bindings
run: make build_sp1_linux
- name: Build Old SP1 bindings
Expand All @@ -39,4 +40,3 @@ jobs:
run: go build operator/cmd/main.go
- name: Build aggregator
run: go build aggregator/cmd/main.go

3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-rust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build-and-test-rust-projects

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down Expand Up @@ -52,6 +51,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: foundry-toolchain
uses: foundry-rs/foundry-toolchain@v1.2.0
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/send-proofs-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "[CI] Send proofs to network"

on:
merge_group:
pull_request:
types:
- opened
Expand All @@ -23,7 +24,7 @@ jobs:

steps:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
36 changes: 36 additions & 0 deletions .github/workflows/test-go-retries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: test-go-retries

on:
push:
branches: [main]
pull_request:
branches: ["*"]
paths:
- 'core/**'
- '.github/workflows/test-go-retries.yml'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clear device space
run: |
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: foundry-toolchain
uses: foundry-rs/foundry-toolchain@v1.2.0
- name: Test go Retry Functions
run: make test_go_retries
1 change: 0 additions & 1 deletion .github/workflows/test-merkle-tree.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test-merkle-tree

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-risc-zero-old.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test-risc-zero-old

on:
merge_group:
push:
branches: [main]
pull_request:
Expand All @@ -26,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-risc-zero.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test-risc-zero

on:
merge_group:
push:
branches: [main]
pull_request:
Expand All @@ -26,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- uses: actions-rs/toolchain@v1
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-sp1-old.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test-sp1-old

on:
merge_group:
push:
branches: [main]
pull_request:
Expand All @@ -22,7 +21,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test Old SP1 Rust
run: make test_sp1_rust_ffi_old
- name: Test Old SP1 go bindings
run: make test_sp1_go_bindings_linux_old
- name: Test Old SP1 Rust
run: make test_sp1_rust_ffi_old
1 change: 0 additions & 1 deletion .github/workflows/test-sp1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test-sp1

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ volume
config-files/*.last_processed_batch.json

nonce_*.bin

infra/ansible/playbooks/ini/**.ini
Loading
Loading