filecoin-project/rust-fil-proofs

CI: get IPP parameter via curl

vmx opened this issue · 0 comments

vmx commented

Currently the IPP parameters are downloaded via cargo run --release --bin paramfetch -- -a -j srs-inner-product.json, which is then downloading them from IPFS. On darwin it times out. I propose getting them from https://proofs.filecoin.io/ via curl instead.