Skip to content

Commit

Permalink
feat: update rust dependencies
Browse files Browse the repository at this point in the history
pulls in optimized merkletree and bellperson with GPU locking
pulls in filecoin-project/rust-fil-proofs#975
  • Loading branch information
dignifiedquire authored Dec 6, 2019
1 parent 6d9e800 commit 6ac8400
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/src/proofs/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub unsafe fn to_public_replica_info_map(
let mut m = BTreeMap::new();

for i in 0..sector_ids.len() {
m.insert(sector_ids[i], PublicReplicaInfo::new(comm_rs[i]));
m.insert(sector_ids[i], PublicReplicaInfo::new(comm_rs[i])?);
}

Ok(m)
Expand Down

0 comments on commit 6ac8400

Please sign in to comment.