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** This issue is related to https://github.com/ChainSafe/forest/issues/2726. The root cause might be the same but it's not 100% proven at this point, but in both cases sending a message...

Type: Bug

**Issue summary** ### Background This PR https://github.com/ChainSafe/forest/pull/3276 moved runtime actor downloads to compile-time. At the moment, the actor bundle sits in the git lfs (https://github.com/ChainSafe/forest/pull/3360). With every new actors' bundle,...

Priority: 1 - Critical

**Issue summary** Forest prefers to download snapshots with `aria2c` for better download speeds in non-western countries. Unfortunately, using `aria2c` means we cannot stream data directly into our block store. Files...

Priority: 4 - Low
Performance

**Issue summary** There are two kinds of data stores in Forest: Read-only CAR files and writeable ParityDB databases. Since all values are uniquely determined by their key, it does not...

Priority: 4 - Low
Performance
Ready

**Issue summary** Add the Forest-generated Filecoin archival link to the readme. **Other information and links** https://forest-archive.chainsafe.dev/list/

Documentation

**Issue summary** We would like to have a crawler and in effect a dashboard, publicly hosted, with the current Filecoin network usage including: - number of nodes, - % of...

CLI

**Describe the bug** When running a Forest node on calibnet, the message pool (mpool) get slowly but steadily crowded with messages. Forest's mpool is supposed to have a maximum size...

Bug
Node
MessagePool

**Issue summary** The local devnet is constantly in bootstrap and not in follow mode. This must be investigated as we want to follow as much as possible. **Other information and...

Priority: 2 - High

**Issue summary** Lotus can configure the capacity of its caches like the tipset cache or the index cache through environment variables (respectively `LOTUS_CHAIN_TIPSET_CACHE` and `LOTUS_CHAIN_INDEX_CACHE`). We would like to expose...

Enhancement
Node