Skip to content

Commit

Permalink
Sync ff 0.13 (#106)
Browse files Browse the repository at this point in the history
* wip

* update

* finished mpt circuit

* chore: update links

* update rust toolchain so it knows adt_const_params

* sync-ff-0.13: rename halo2 branch to v1.0

* bump dep of poseidon to new stable branch

* align some deps with zkevm-circuits

* lints and fmt

* + resume ethers-core's dep
+ ci not specify toolchain

* recursive update and final rev before merging

---------

Co-authored-by: z2trillion <[email protected]>
Co-authored-by: Aurélien Nicolas <[email protected]>
Co-authored-by: Ho Vei <[email protected]>
  • Loading branch information
4 people authored Dec 5, 2023
1 parent 733a975 commit 0e0307d
Show file tree
Hide file tree
Showing 26 changed files with 407 additions and 394 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
components: rustfmt
- run: make fmt
clippy:
Expand All @@ -20,8 +18,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
components: clippy
- run: make clippy
test:
Expand All @@ -31,8 +27,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make test
par-test:
runs-on: ubuntu-latest
Expand All @@ -41,8 +35,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make test_par
bench:
runs-on: ubuntu-latest
Expand All @@ -51,6 +43,4 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make bench
Loading

0 comments on commit 0e0307d

Please sign in to comment.