Skip to content

Commit

Permalink
feat: cache validator batches (#8)
Browse files Browse the repository at this point in the history
* 2048

* 131072

* wip

* builds

* wip broken

* working probably

* fix

* separate batch sizes

* tweak constants

* try to reduce degree

* smaller

* cleanup

* fix + cleanup

* cleanup

* cleanup

* 2097152

* updates

* succinct.json

* 16384

* 2097152

* B=4096

* cargo

* update succinctx

* temp

* Revert "temp"

This reverts commit 66d12f2.

* cargo update
  • Loading branch information
ctian1 authored Jan 11, 2024
1 parent d86ffe3 commit 249d988
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 178 deletions.
93 changes: 48 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ edition = "2021"

[dependencies]
ethers = "2.0.9"
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false}
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git" }
dotenv = "0.15.0"
env_logger = "0.10.0"
itertools = "0.11.0"
log = "0.4.20"
serde = "1.0.194"
hex = "0.4.3"
async-trait = "0.1.77"

[[bin]]
name = "v1"
path = "circuits/v1.rs"

[dev-dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", features = ["gate_testing"]}
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", features = [
"gate_testing",
] }
Loading

0 comments on commit 249d988

Please sign in to comment.