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

Sync with upstream and halo2curves v0.4.0 #9

Merged
merged 66 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
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
818febb
Fix `parallelize` workload imbalance (#186)
mratsim Jun 19, 2023
ee9f185
implement native shuffle argument and api
kilic May 21, 2023
ab93902
fix: remove nonsense comment
kilic May 21, 2023
cac1cec
strictly check shuffle rows
kilic Jun 5, 2023
9ff57aa
address doc typos
kilic Jun 5, 2023
fa72b3d
move compression into product commitment
kilic Jun 5, 2023
b7b3ddf
typo
kilic Jun 5, 2023
c26a93f
add shuffle errors for `verify_at_rows_par`
kilic Jun 5, 2023
1581bb0
dedup expression evaluation
kilic Jun 5, 2023
1623a87
cargo fmt
kilic Jun 20, 2023
5385bdd
fix fields in sanity-checks feature
kilic Jun 20, 2023
6b43b6b
Merge pull request #185 from kilic/shuffle
kilic Jul 4, 2023
f348757
Updates halo2_curves dependency to released package (#190)
huitseeker Jul 30, 2023
5f88a4c
chore: remove monorepo
jonathanpwang Aug 12, 2023
b923498
Merge remote-tracking branch 'upstream/main' into sync/use-ff-0.13
jonathanpwang Aug 13, 2023
73875ab
chore: fix clippy and tests
jonathanpwang Aug 13, 2023
5eb776b
fix: remove thread-safe-regions feature
jonathanpwang Aug 13, 2023
839ccb7
fix: rustfmt
jonathanpwang Aug 13, 2023
05bdea1
fix: dev-graph
jonathanpwang Aug 13, 2023
4c8060d
chore: update lint CI name
jonathanpwang Aug 13, 2023
06d0a9e
chore: fix clippy
jonathanpwang Aug 13, 2023
f18348b
chore: autoexample = false
jonathanpwang Aug 13, 2023
ef06327
chore(CI): separate job for examples
jonathanpwang Aug 13, 2023
faebea8
chore: remove prefetch from asm, not used
jonathanpwang Aug 13, 2023
e3cabd7
chore: fix asm feature
jonathanpwang Aug 13, 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
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ jobs:
command: test
args: --verbose --release --all --all-features

example:
name: Examples on ubuntu
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Run examples
run:
cargo run --example serialization
cargo run --example shuffle
cargo run --example shuffle_api

fmt:
name: Rustfmt
timeout-minutes: 30
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lints-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request

jobs:
clippy:
name: Clippy (1.56.1)
name: Clippy (1.73.0)
timeout-minutes: 30
runs-on: ubuntu-latest

Expand All @@ -18,6 +18,6 @@ jobs:
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
name: Clippy (1.56.1)
name: Clippy (1.73.0)
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
members = [
"halo2",
"halo2_proofs",
"arithmetic/curves",
"primitives/poseidon"
]
resolver = "2"

[profile.dev]
opt-level = 3
Expand Down
92 changes: 0 additions & 92 deletions arithmetic/curves/.github/workflows/ci.yml

This file was deleted.

5 changes: 0 additions & 5 deletions arithmetic/curves/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions arithmetic/curves/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions arithmetic/curves/LICENSE-APACHE

This file was deleted.

Loading
Loading