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

0.9.0 #1221

Merged
merged 20 commits into from
Oct 11, 2024
Merged

0.9.0 #1221

Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d551bf7
docs: clarify risc0 version and installation (#1146)
MarcosNicolau Oct 3, 2024
34fb21e
Pull fixes from testnet (#1164)
uri-99 Oct 3, 2024
7d04367
refactor(batcher): add user state & other code quality refactors (#1106)
entropidelic Oct 3, 2024
d814f2b
fix: operator downtime (#1073)
MarcosNicolau Oct 3, 2024
8a6340f
chore: rm halo2 from verifiers (#1128)
PatStiles Oct 3, 2024
08f91d1
docs: add warning to use safe password for keystore (#1173)
JuArce Oct 3, 2024
1048b78
refactor(tracker): rewrite operator tracker in elixir (#1000)
JuArce Oct 4, 2024
0d57e3c
chore: Add `explorer_create_env` makefile target and update error mes…
JulianVentura Oct 7, 2024
0023a7b
fix: update package version in `.toml` to fix `aligned --version` (#1…
IAvecilla Oct 7, 2024
dca81e0
fix(batcher): Update Lambdaworks Merkle Trees + Update merkle leaves …
PatStiles Oct 7, 2024
54cabea
refactor: zkquiz setup and testing locally/devnet (#1153)
MarcosNicolau Oct 8, 2024
a6f2fc0
fix: operator commands (#1184)
MarcosNicolau Oct 8, 2024
a883da1
fix: operator resets channel when updating latest block file (#1200)
MarcosNicolau Oct 8, 2024
587d319
fix(audit): pausable initialization to batcher payment service (#1203)
IAvecilla Oct 9, 2024
477de1d
refactor(contracts): remove merkle root and signature checks on payme…
MarcosNicolau Oct 9, 2024
18f64e9
feat(telemetry): implement telemetry for aggregator (#1077)
JuArce Oct 10, 2024
fb26918
Merge
MauroToscano Oct 10, 2024
e1e9b6e
Merge testnet 10 oct (#1220)
MauroToscano Oct 10, 2024
d7c442f
feat(metrics): new metrics and dashboard for aggregator (#1218)
IAvecilla Oct 10, 2024
07f682c
Batch len fix (#1224)
MauroToscano Oct 11, 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
20 changes: 8 additions & 12 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,28 @@ on:
pull_request:
branches: ["*"]
paths:
- 'operator/**'
- 'aggregator/**'
- 'common/**'
- 'core/**'
- 'metrics/**'
- '.github/workflows/build-go.yml'
- "operator/**"
- "aggregator/**"
- "common/**"
- "core/**"
- "metrics/**"
- ".github/workflows/build-go.yml"
env:
FFI_FOR_RELEASE: false
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: "1.22"
cache: false
- name: Build SP1 bindings
run: make build_sp1_linux
- name: Build Risc Zero go bindings
run: make build_risc_zero_linux
- name: Build Halo2-KZG bindings
run: make build_halo2_kzg_linux
- name: Build Halo2-IPA bindings
run: make build_halo2_ipa_linux
- name: Build Merkle Tree bindings
run: make build_merkle_tree_linux
- name: Build operator
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/test-halo2-ipa.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/test-halo2-kzg.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ batcher/aligned/batch_inclusion_responses/*
**/aligned_verification_data
**/broadcast
volume
config-files/*.last_processed_batch.json

nonce_*.bin
Loading
Loading