forest icon indicating copy to clipboard operation
forest copied to clipboard

🌲 Rust Filecoin Node Implementation

Results 546 forest issues
Sort by recently updated
recently updated
newest added

## Summary of changes Changes introduced in this pull request: - ## Reference issue to close (if applicable) Closes ## Other information and links ## Change checklist - [ ]...

**Issue summary** To make operations easier with Forest, there should be an endpoint that clearly defines whether Forest is healthy, alive and ready to serve RPC requests. In the Kubernetes...

RPC
Ready

**Issue summary** To catch regressions, we should (on request) run the `forest-tool benchmark` commands of the current PR against the latest released version. The benchmarks will be run on `fuzzy`...

Priority: 3 - Medium

## Summary of changes Changes introduced in this pull request: - GC error log. - No more breaking GC loop on error. ## Reference issue to close (if applicable) Work...

**Issue summary** There are a few calibration network FIL faucets, all of them running on Lotus. We could enrich the ecosystem by running our own. We have all the means...

**Issue summary** Implement NV22 migration. ~~It seems it will only need code IDs and system actor changes (similar to some recent calibnet patches, but all actors, not only the Miner...

1. Implement a static method for `Error`: ```rust impl Error { pub fn state(msg: impl std::fmt::Display) -> Self { Self::State(msg.to_string()) } } ``` 2. Make sure all the `Error::State` occurrences...

## Summary of changes Changes introduced in this pull request: - ## Reference issue to close (if applicable) Closes ## Other information and links ## Change checklist - [ ]...

**Issue summary** Bootstrap nodes serve as the entry point to the Filecoin p2p swarm. Currently, bootstrap nodes are running Lotus and must sync to the network. This makes them slightly...

Priority: 2 - High
Network
Ready

**Issue summary** This issue is a placeholder for a collection of things that needs to be checked and improved in regards to GC. 1. Seems to be stuck on graph...