This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Commit b766af5
Merge develop head to hi-lo (#1057)
* chore: upgrade group/ff/halo2 and rust version (#1022)
* wip
* enforce eth v2.0.7
* update links
* clean up zktrie
* fix keccak circuit
* fix gadgets
* fix bus-mapping
* everything compiles now
* compiles
* compiles
* clean up
* update zktrie links
* update dep for zktrie
* Fix all dep/compliation issues in Sync ff 0.13 (#1056)
* fix all dep issue
* use updated misc-precompile
* fix test issue
* purge lock file by upgrading mpt-circuit
* final update for dep of mpt-circuits
* update deps
* build?
---------
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
* upgrade halo2;
* build
* Upgrade rust-toolchain to `nightly-2023-10-27` in CI.
* Fix some byte values (u8) from `u128` to `u64` in `SAR`.
* uncomment unit tests for aggregator
* fix clippy
* uncomment sig circuit and tx circuit
* uncomment rlc gates unit tests
* fix make doc
* uncomment sig/ecc related code
* minor fix
* clippy
* undo last clippy..
* disable some super circuit tests
---------
Co-authored-by: Ho Vei <noelwei@gmail.com>
Co-authored-by: Ho <noel.wei@gmail.com>
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: Steven Gu <asongala@163.com>
* [chore] update rust toolchain to 1.76 nightly; replace lazy_static/once_cell with std::sync::LazyLock (#1050)
* part1
* part2
* wip
* enforce eth v2.0.7
* update links
* clean up zktrie
* fix keccak circuit
* fix gadgets
* fix bus-mapping
* everything compiles now
* compiles
* compiles
* clean up
* update zktrie links
* update dep for zktrie
* [chore] update rust toolchain to 1.76 nightly
* Fix all dep/compliation issues in Sync ff 0.13 (#1056)
* fix all dep issue
* use updated misc-precompile
* fix test issue
* purge lock file by upgrading mpt-circuit
* final update for dep of mpt-circuits
* update deps
* build?
---------
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
* upgrade halo2;
* remove lazy_static and once_cell
* update snark-verifier
* build
* Upgrade rust-toolchain to `nightly-2023-10-27` in CI.
* Fix some byte values (u8) from `u128` to `u64` in `SAR`.
* uncomment unit tests for aggregator
* fix clippy
* uncomment sig circuit and tx circuit
* uncomment rlc gates unit tests
* fix make doc
* uncomment sig/ecc related code
* minor fix
* clippy
* undo last clippy..
* disable some super circuit tests
* update ci script
* fix missing
* post merge
* soundness fix
* fix missing
* fix missing
---------
Co-authored-by: zhenfei <zhenfei.zhang@hotmail.com>
Co-authored-by: Ho Vei <noelwei@gmail.com>
Co-authored-by: lightsing <light.tsing@gmail.com>
Co-authored-by: Ho <noel.wei@gmail.com>
Co-authored-by: Steven Gu <asongala@163.com>
* post merge
---------
Co-authored-by: zhenfei <zhenfei.zhang@hotmail.com>
Co-authored-by: Ho Vei <noelwei@gmail.com>
Co-authored-by: Ho <noel.wei@gmail.com>
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: Steven Gu <asongala@163.com>1 parent 2cc777d commit b766af5
File tree
177 files changed
+3580
-3575
lines changed- .github/workflows
- aggregator/src
- aggregation
- tests
- rlc
- bus-mapping
- src
- circuit_input_builder
- evm/opcodes
- circuit-benchmarks/src
- eth-types
- src
- evm_types
- gadgets/src
- integration-tests
- src
- tests
- keccak256
- src
- mock
- src
- prover
- src
- common/prover
- test
- zkevm/circuit
- testool
- src
- statetest
- zkevm-circuits
- src
- bytecode_circuit
- circuit
- copy_circuit
- ecc_circuit
- evm_circuit
- execution
- precompiles
- util
- math_gadget
- exp_circuit
- keccak_circuit
- modexp_circuit
- pi_circuit
- rlp_circuit_fsm
- sha256_circuit
- sig_circuit
- state_circuit
- super_circuit
- tx_circuit
- witness
- zktrie
- src
- state
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
177 files changed
+3580
-3575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments