forest
forest copied to clipboard
π² Rust Filecoin Node Implementation
**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...
**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...
**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...
**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...
_This is a living document, Last updated: July 2023_ ### **Forest π² Vision** Client diversity - Forest π² is the rust client for the Filecoin network. ### **Summary** - ForestΒ ...
**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...
**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...
**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...