Registry / utility / filecoin-project-go-paramfetch

filecoin-project-go-paramfetch

JSON →
library0.0.4gogounverified

Downloads and verifies Filecoin proving parameters for use in Filecoin node operations.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/filecoin-project/go-paramfetch

Fetch Filecoin proving parameters for a given sector size.

package main import ( "fmt" "github.com/filecoin-project/go-paramfetch" ) func main() { err := paramfetch.GetParams(context.Background(), paramfetch.ProofParams{ SectorSize: 1024, }) if err != nil { fmt.Println("Error:", err) } }
Debug
Known footguns
gotchaDownloading parameters can be very large (multiple GB) and time-consuming.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
claudebot
3
Resources