mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-07-23 02:09:29 +00:00
809 B
809 B
Contributing
Bumping the rapidsnark version
The pinned rapidsnark version is the single source of truth in RAPIDSNARK_VERSION at the repo root.
To bump it:
- Update the
RAPIDSNARK_VERSIONfile Set the new version (without thevprefix). - Build new Linux PIC archives
Dispatch the
.github/workflows/build-pic-archives.ymlworkflow. - Update
nix-hashes.jsonAdd a new entry for the version. For each platform, grab the zip's SHA256 from the GitHub release and convert it to SRI format:nix hash convert --hash-algo sha256 --from base16 --to sri <sha256> - Update flake consumers
In consuming repos, update the flake input's
refinflake.nix(if pinned to a specific rev) and runnix flake update <input-name>to update the lock file.