Skip to content

AntiAnimeGeneral/rust-fil-proofs

This branch is 4 commits behind filecoin-project/rust-fil-proofs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90dd8b0 · Nov 21, 2024
Nov 18, 2024
Jun 16, 2023
Oct 2, 2024
Nov 11, 2024
Jul 23, 2024
Oct 21, 2024
Jul 23, 2024
Jun 15, 2018
Jun 18, 2024
Nov 11, 2020
Jul 23, 2024
Oct 21, 2024
Nov 18, 2024
Jul 23, 2024
Jul 23, 2024
Apr 6, 2020
Dec 13, 2018
Jun 4, 2019
Jun 18, 2024
Jan 13, 2022
Sep 9, 2019
Nov 13, 2018
Jul 23, 2024
Oct 6, 2020
Oct 9, 2019
Nov 21, 2024
Dec 5, 2018
Aug 15, 2018
Oct 21, 2024
Oct 15, 2020
Jan 6, 2021
Feb 12, 2019
Feb 2, 2022
Nov 11, 2024
Oct 29, 2020
Dec 18, 2023
Jun 1, 2021

Repository files navigation

GitHub Actions setup

The main CI is happening in the ci.yml, this is where the tests are run.

There is a separate workflow called proof-params-generate.yml, that pre-generates the Groth16 parameter files needed for testing. Those parameters are stored as GitHub Artifacts, which are then downloaded by any workflow that needs them. Those artifacts are available for 90 days. Hence this job runs every two months to regenerate them, but also to have enough time in case something breaks.

The proof-params-download Action is a helper for downloading the pre-generated Groth16 parameters.

About

Proofs for Filecoin in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.1%
  • Shell 0.9%