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

**Issue summary** - [ ] Are there any changes to the actor data structures that we need to be aware of? - [ ] Are there any changes to the...

**Issue summary** Both Lotus and Forest has the ability to generate snapshots. However, it has come to light that Forest snapshots fail after a day or two due to unexplained...

Priority: 3 - Medium
Bug
Status: Needs Triage
Ready

**Issue summary** Forest will not even attempt to sync to the FileCoin network if the database is too old or missing altogether. We only support network version >=16 and Forest...

Priority: 2 - High
Enhancement
Status: Needs Triage

**Issue summary** In Forest we use in a couple of places the `Task::spawn` method to spin up new tasks. Unfortunately for all of them expect the ones in `daemon.rs` we...

Status: Needs Triage

**Issue summary** We have a module that contains a single test. This module is not used by the crate and the test is therefore not run. We should investigate what...

Priority: 4 - Low
Status: Needs Triage
Ready

_This is a living document, Last updated: July 2023_ ### **Forest 🌲 Vision** Client diversity - Forest 🌲 is the rust client for the Filecoin network. ### **Summary** - Forest ...

meta

**Issue summary** It would be great to put slow tests under a dedicated feature flag, so a regular `cargo test` is more convenient to use during development. Currently, e.g. this...

Status: Needs Triage
CI & Testing
Ready

**Summary of changes** Changes introduced in this pull request: - Added error handling for PR https://github.com/ChainSafe/forest/pull/1785 **Reference issue to close (if applicable)** Closes https://github.com/ChainSafe/forest/issues/1778 **Other information and links**

**Issue summary** Currently, the [health check script](https://github.com/ChainSafe/forest/blob/main/scripts/sync_check/health_check.sh) is written in bash. For readability and extendability and having a uniform technology in the sync check, it would be great to rewrite...

Status: Needs Triage
CI & Testing

**Issue summary** We shoud investigate on how to use Tokio Console alongside Forest. This kind of tooling would really help us: - understanding Forest execution flow - debugging concurency or...