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

chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.4 #1

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
a9e99a7
feat: implement multi-phase `ConstraintSystem` (#97)
han0110 Sep 8, 2022
e54dedb
tmp: don't query instance but build the evaluation directly
han0110 Aug 13, 2022
090c4d7
tmp: add associated const bool `QUERY_INSTANCE` in `Prover` and `Veri…
han0110 Sep 8, 2022
8a82b77
feat: use stable channel rust
han0110 Sep 19, 2022
432d72f
fix: iterate on `instance_queries` to calculate correct `instance_evals`
han0110 Sep 19, 2022
adefd9a
Merge pull request #99 from han0110/feature/stable-channel
han0110 Oct 22, 2022
5fc8ce8
Merge pull request #96 from han0110/feature/configurable-instance-query
han0110 Oct 22, 2022
246ce4e
Add verifying key and proving key serialization (#103)
jonathanpwang Dec 2, 2022
50ee8ad
chore: instance columns for poseidon bench (#108)
alexander-camuto Dec 10, 2022
551c782
- Implements `PartialOrd` for `Value<F>`
Dec 7, 2022
be10b68
Fix MockProver `assert_verify` panic errors (#118)
CPerezz Jan 9, 2023
e56a4a4
Remove partial ordering for value
Jan 9, 2023
8c26a83
Remove transpose
Jan 9, 2023
0af4611
Merge pull request #115 from privacy-scaling-explorations/feat/challe…
adria0 Jan 9, 2023
b8e458e
Parallelize SHPLONK multi-open prover (#114)
jonathanpwang Jan 10, 2023
7aa1009
fix: FailureLocation::find empty-region handling (#121)
CPerezz Jan 11, 2023
789790f
Feature: Expose Fixed columns & Assembly permutation structs in MockP…
CPerezz Jan 16, 2023
4ad07d4
Feature to serialize/deserialize KZG params, verifying key, and provi…
jonathanpwang Jan 16, 2023
54e4c57
Add support for Column annotations for MockProver debugging (#109)
CPerezz Jan 16, 2023
5c3ea1a
chore: Move Codecov, wasm-build, Bitrot & doc-tests to push (#125)
CPerezz Jan 17, 2023
4b34aa2
fix: Allow to compare `Assembly` structs (#126)
CPerezz Jan 17, 2023
342d07a
Add keccak256 hasher for transcript (#2)
kilic Jan 17, 2023
99795dd
fix: transcript instantiation in poseidon benchmark loop (#128)
alexander-camuto Jan 18, 2023
e929fb3
Improve performance of vk & pk keygen and of default `parallelize` c…
pinkiebell Jan 20, 2023
c7e42e4
fix: Force `VerifyFailure` to own the annotations map (#131)
CPerezz Jan 20, 2023
9769487
feat: call synthesize in `MockProver` multiple times to behave same a…
han0110 Jan 19, 2023
a5b42f7
feat: check advice assignment consistency between different phases
han0110 Jan 31, 2023
0c99e89
fix: Support annotations for CellNotAssigned in verify_par (#138)
CPerezz Feb 2, 2023
0a8646b
feat: Add `assert_satisfied_at_rows_par` variant (#139)
CPerezz Feb 2, 2023
c85ab01
Merge pull request #129 from han0110/feature/multi-phase-mock-prover
han0110 Feb 9, 2023
9e6d1b7
Expose mod `permutation` and re-export `permutation::keygen::Assembly…
han0110 Feb 22, 2023
58a64b8
feat(MockProver): replace errors by asserts
ed255 Feb 22, 2023
954b3d5
Merge pull request #150 from privacy-scaling-explorations/feature/deb…
ed255 Feb 23, 2023
afe4ef4
MockProver test utililities (#153)
naure Feb 28, 2023
4d93d01
feat: Parallel random blinder poly impl (#152)
CPerezz Feb 28, 2023
fcdd5b9
change: Migrate workspace to pasta_curves-0.5 (#157)
CPerezz Mar 7, 2023
7d1814c
fix: pin `halo2curves` version to `0.3.2`
han0110 Apr 13, 2023
4d2c2f4
Merge pull request #167 from han0110/fix/pin-halo2curves
han0110 Apr 13, 2023
0d56c57
Extend Circuit trait to take parameters in config (#168)
ed255 Apr 20, 2023
b739b54
Allow halo2 constraint names to have non static names (#156)
CeciliaZ030 Apr 20, 2023
5a0525d
Improve halo2 query calls (#154)
CeciliaZ030 Apr 26, 2023
5f7cfcd
fix: compute `num_chunks` more precisely (#172)
han0110 Apr 27, 2023
17e9765
Implement Clone trait for Hash, Absorbing, and Sponge structs (#171)
enricobottazzi Apr 27, 2023
f82b201
Revert double-assignment mock prover check
ed255 May 3, 2023
1a4df10
fix: Fix serialization for VerifyingKey (#178)
CPerezz May 3, 2023
be95568
Merge pull request #179 from privacy-scaling-explorations/feature/rev…
ed255 May 3, 2023
73b66d0
Add more getters to expose internal fields
ed255 May 10, 2023
d374610
Merge pull request #181 from privacy-scaling-explorations/feature/mor…
ed255 May 15, 2023
468a752
add a constructor (#164)
Ethan-000 May 18, 2023
a764a7f
feat: send sync region (#180)
alexander-camuto Jun 1, 2023
ca395ae
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.4
dependabot[bot] Jun 7, 2023
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
85 changes: 1 addition & 84 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI checks

on: [push, pull_request]
on: [pull_request, push]

jobs:
test:
Expand All @@ -21,89 +21,6 @@ jobs:
command: test
args: --verbose --release --all --all-features

build:
name: Build target ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
matrix:
target:
- wasm32-unknown-unknown
- wasm32-wasi

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
args: --features dev-graph,gadget-traces,unstable --target ${{ matrix.target }}

bitrot:
name: Bitrot check
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
# Build benchmarks to prevent bitrot
- name: Build benchmarks
uses: actions-rs/cargo@v1
with:
command: build
args: --benches --examples --all-features

codecov:
name: Code coverage
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
# Use stable for this to ensure that cargo-tarpaulin can be built.
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Install cargo-tarpaulin
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-tarpaulin
- name: Generate coverage report
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --all-features --timeout 600 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0

doc-links:
name: Intra-doc links
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: cargo fetch
uses: actions-rs/cargo@v1
with:
command: fetch

# Ensure intra-documentation links all resolve correctly
# Requires #![deny(intra_doc_link_resolution_failure)] in crates.
- name: Check intra-doc links
uses: actions-rs/cargo@v1
with:
command: doc
args: --all --document-private-items

fmt:
name: Rustfmt
timeout-minutes: 30
Expand Down
106 changes: 106 additions & 0 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
name: CI checks main

on:
push:
branches:
- main
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --release --all --all-features
bitrot:
name: Bitrot check
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
# Build benchmarks to prevent bitrot
- name: Build benchmarks
uses: actions-rs/cargo@v1
with:
command: build
args: --benches --examples --all-features

codecov:
name: Code coverage
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
# Use stable for this to ensure that cargo-tarpaulin can be built.
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Install cargo-tarpaulin
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-tarpaulin
- name: Generate coverage report
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --all-features --timeout 600 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4

doc-links:
name: Intra-doc links
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: cargo fetch
uses: actions-rs/cargo@v1
with:
command: fetch

# Ensure intra-documentation links all resolve correctly
# Requires #![deny(intra_doc_link_resolution_failure)] in crates.
- name: Check intra-doc links
uses: actions-rs/cargo@v1
with:
command: doc
args: --all --document-private-items

build:
name: Build target ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
matrix:
target:
- wasm32-unknown-unknown
- wasm32-wasi

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
args: --features dev-graph,gadget-traces,unstable --target ${{ matrix.target }}
7 changes: 4 additions & 3 deletions halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]
[dependencies]
arrayvec = "0.7.0"
bitvec = "1"
ff = "0.12"
group = "0.12"
ff = { version = "0.13", features = ["bits"] }
group = "0.13"
halo2_proofs = { version = "0.2", path = "../halo2_proofs" }
lazy_static = "1"
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = 'v0.2.0' }
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = "0.3.2" }
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
subtle = "2.3"
Expand All @@ -49,6 +49,7 @@ bench = false

[features]
dev-graph = ["halo2_proofs/dev-graph", "plotters"]
circuit-params = ["halo2_proofs/circuit-params"]
test-dependencies = ["proptest"]
unstable = []

Expand Down
Loading