mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
Prover: go-corset as submodule (#759)
* feat(go-corset): go-corset as submodule (#743) * remove corset submodule * add go-corset submodule * use go-corst in Makefile * use go-corset v0.9.2 * update go-corset submodule url * fix(go-corset): typo in submodule url * fix: use go-corset instead of corset * add zkevm_for_old_trace.bin without 2B block gas limit constraint to test old traces --------- Signed-off-by: Leo Jeong <dreamerty@postech.ac.kr>
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,9 +1,9 @@
|
||||
[submodule "constraints"]
|
||||
path = constraints
|
||||
url = git@github.com:ConsenSys/zkevm-constraints.git
|
||||
[submodule "corset"]
|
||||
path = corset
|
||||
url = git@github.com:consensys/corset.git
|
||||
[submodule "go-corset"]
|
||||
path = go-corset
|
||||
url = git@github.com:Consensys/go-corset.git
|
||||
[submodule "contracts/lib/forge-std"]
|
||||
path = contracts/lib/forge-std
|
||||
url = https://github.com/foundry-rs/forge-std
|
||||
url = https://github.com/foundry-rs/forge-std
|
||||
Reference in New Issue
Block a user