- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
13 lines
261 B
TOML
Executable File
13 lines
261 B
TOML
Executable File
[package]
|
|
name = "gpu_zk_research"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
halo2 = { version = "0.1.0-beta.2" }
|
|
halo2_proofs = { version = "0.1.0-beta.2" }
|
|
halo2_gadgets = { version = "0.1.0-beta.2" }
|
|
pasta_curves = "0.5"
|
|
rand = "0.8"
|
|
anyhow = "1.0"
|