[zk/circuit/lead_contract] integrate optimized lead circuit

This commit is contained in:
mohab metwally
2022-11-02 21:57:59 +02:00
parent 5b479a35ae
commit 61363b450f
6 changed files with 488 additions and 1185 deletions

View File

@@ -179,7 +179,7 @@ async fn start(args: NetCli, ex: Arc<Executor<'_>>) -> Result<()> {
let epoch_consensus = EpochConsensus::new(Some(slots), Some(epochs), Some(ticks), Some(reward));
//proof's number of rows
let k: u32 = 13;
let k: u32 = 11;
let path = args.path.clone();
let id = Timestamp::current_time().0;