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 halo2 lib 0.4.0 merging #81

Merged
merged 31 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
92fe9b3
Use thread pool for assign_regions (#57)
alannotnerd Oct 17, 2023
5cf9a37
Move `env_logger` dependency to dev-depdendencies (only for test). (#69)
silathdiir Nov 7, 2023
ae6e02c
sync ff/group 0.13
CPerezz Mar 7, 2023
0bfe0c9
fix clippy
zhenfeizhang Nov 14, 2023
6edad9d
fix clippy
zhenfeizhang Nov 20, 2023
2f5ee10
fmg
zhenfeizhang Nov 20, 2023
d84c083
[FEAT] Upgrading table16 for SHA256 (#73)
noel2004 Nov 30, 2023
cf9765a
Bus auto (#72)
naure Nov 30, 2023
5f758e0
fix-tob-scroll-21 (#59)
zhenfeizhang Nov 30, 2023
5b9a3d7
enable accessing for table16 (#75)
noel2004 Nov 30, 2023
44dbed4
chore: update poseidon link
zhenfeizhang Dec 1, 2023
b6942ea
Merge remote-tracking branch 'scroll/develop' into v1.0
lispc Dec 5, 2023
45c4539
merge sha256 gadget changes
lispc Dec 5, 2023
8deec99
Merge branch 'v1.0' of github.com:scroll-tech/halo2 into v1.0
lispc Dec 5, 2023
f427aca
Fix the CI errors (#78)
kunxian-xia Dec 7, 2023
84003a2
Feat: switch to logup scheme for lookup argument (#71)
kunxian-xia Dec 8, 2023
d773a8a
Merge remote-tracking branch 'scroll/v1.1' into sync-halo2-lib-0.4.0
lispc Dec 20, 2023
c5bbc0c
fix some simple building errs
lispc Dec 20, 2023
b97c7f0
upgrade pathfinder_simd to newer version as it can't compile on mac m…
kunxian-xia Dec 27, 2023
1abe85f
resolve merge conflict
kunxian-xia Dec 27, 2023
8b1542c
fmt
kunxian-xia Dec 27, 2023
2dac615
clippy
kunxian-xia Dec 27, 2023
196c30c
more clippy fix
kunxian-xia Dec 27, 2023
776349f
more lint fix
kunxian-xia Dec 27, 2023
46772f3
fmt
kunxian-xia Dec 27, 2023
0623e6b
minor syntax fix
kunxian-xia Dec 27, 2023
18d93e7
fix ipa multiopen test failure
kunxian-xia Jan 8, 2024
25cbe57
fix clippy warning
kunxian-xia Jan 8, 2024
4e26f06
fmt
kunxian-xia Jan 8, 2024
d620f83
fix par scan of log_inv diff
kunxian-xia Jan 8, 2024
4c15de0
remove uncessary clone
kunxian-xia Jan 8, 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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
**/*.rs.bk
.vscode
**/*.html
.DS_Store
.DS_Store
Loading
Loading