Skip to content

Commit bdedc34

Browse files
committed
fix: remove direct bellperson dependency
1 parent 9ec6a98 commit bdedc34

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ readme = "README.md"
1010

1111
[dependencies]
1212
anyhow = "1.0.26"
13-
bellperson = "0.26.0"
1413
bincode = "1.1.2"
1514
blstrs = "0.7"
1615
lazy_static = "1.2"

src/update.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::io::{Read, Write};
33
use std::path::Path;
44

55
use anyhow::{ensure, Result};
6-
use bellperson::groth16::aggregate::AggregateVersion;
76
use blstrs::Scalar as Fr;
87

98
use filecoin_proofs_v1::types::{
@@ -13,7 +12,7 @@ use filecoin_proofs_v1::types::{
1312
use filecoin_proofs_v1::with_shape;
1413

1514
use crate::{
16-
types::PartitionProofBytes, AggregateSnarkProof, Commitment, PieceInfo,
15+
types::PartitionProofBytes, AggregateSnarkProof, AggregateVersion, Commitment, PieceInfo,
1716
RegisteredAggregationProof, RegisteredUpdateProof,
1817
};
1918

0 commit comments

Comments
 (0)