Then I went to all the directories with Cargo.toml files and ran cargo check --workspace --all-targets and fixed all the code that didn't compile, mostly by removing it. @Jiangkm3 Please later restore tests etc as necessary and useful.
zokrates_stdlib is still broken and doesn't compile, but we use some of its files at runtime in circ_blocks. So a future PR will deal with it.
Here we make sure that at least
cargo check
works.Specifically, I started with a list of all
Cargo.toml
files:Then I went to all the directories with
Cargo.toml
files and rancargo check --workspace --all-targets
and fixed all the code that didn't compile, mostly by removing it. @Jiangkm3 Please later restore tests etc as necessary and useful.zokrates_stdlib
is still broken and doesn't compile, but we use some of its files at runtime incirc_blocks
. So a future PR will deal with it.