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: - added heaptrack quick start to documents **Reference issue to close (if applicable)** Closes https://github.com/ChainSafe/forest/issues/1817 **Other information and links**

**Summary of changes** Changes introduced in this pull request: - **Reference issue to close (if applicable)** Closes #1799 **Other information and links**

**Summary of changes** Changes introduced in this pull request: - Mainly temporary (mostly) code to investigate the issue. **Reference issue to close (if applicable)** Closes **Other information and links**

**Summary of changes** Changes introduced in this pull request: - Add script for initializing a service that automatically uploads calibnet snapshots to Digital Ocean and reports failures to slack. -...

**Summary of changes** Changes introduced in this pull request: - Provide developer documentation on how to determine if forest is on mainnet - Provide developer documentation on how to perform...

**Summary of changes** Changes introduced in this pull request: - [x] Remove forest/build.rs - [x] Remove hardcoded user_version and use forest version - [x] Remove api version numbers and use...

**Issue summary** Forest should daemonize after the various services (metrics, rpc, networking) have been setup. **Other information and links** https://crates.io/crates/daemonize-me https://crates.io/crates/daemonize https://crates.io/crates/ceviche

Enhancement
Status: Needs Triage
Ready

**Issue summary** `forest` process memory usage isn't bound. During sync to mainnet it grows to the point it gets OOMed. It is not necessarily a memory leak (though could be),...

Bug
Performance

**Issue summary** In light of some memory issues Forest is having (https://github.com/ChainSafe/forest/issues/1546), it'd be nice to document some tooling usage. HeapTrack is among those tools, we could look into e.g....

Status: Needs Triage
Documentation

**Issue summary** Make sure that `cargo spellcheck --recursive utils/` can run without errors. For details, see the tracking issue. Also update the spellcheck step in `.github/workflows/rust.yml` to include `utils` in...

Priority: 4 - Low
Status: Needs Triage
Documentation
Ready