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** cannot update due to `blst` version conflict **Other information and links**

Priority: 4 - Low
Status: BLOCKED
Maintenance
Status: Needs Triage
Ready

**Issue summary** cannot update due to version conflict **Other information and links**

Priority: 4 - Low
Maintenance
Status: Needs Triage
Ready

**Issue summary** Importing a mainnet snapshot into RocksDB is slower than expected: The import speed starts high but then drops as low as 20MB/s. This is a known issue for...

Priority: 2 - High
Performance
Ready

**Issue summary** cannot update as `Cid` struct moved from `tiny_cid::cid::Cid`, to struct `tiny_cid::Cid` **Other information and links**

Priority: 4 - Low
Status: BLOCKED
Maintenance
Status: Needs Triage
Ready

**Issue summary** As per @aakoshh thread (thank you!) in `#fil-forest-dev` Slack, this should be investigated further as part of hardening Forest and we should assess the severity and potential solutions....

Priority: 4 - Low
Status: Needs Triage
Type: Security

Tracking issues related to Filecoin's network 17 upgrade Filecoin's [NV17 board ](https://github.com/orgs/filecoin-project/projects/60/views/3) [Filecoin v17 Network Planning](https://www.notion.so/filecoin/Filecoin-v17-Network-Planning-FIP-Scope-Implementation-Pathways-5a7b5a9a6c8a4d3aa18ab08fb3290891) FIP Scope: [0029](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0029.md), [0034](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0034.md), [0041](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0041.md), [0044](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0044.md), and [0045](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0045.md). Possible extended FIP scope: [0036](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0036.md) ~~and...

Priority: 2 - High
Epic
Network

**Issue summary** The `scripts/daily_snapshot`, `scripts/ruby_common`, and `scripts/sync_check` folders contain code for validating Forest and generating daily snapshots. This infrastructure code doesn't depend on Forest directly and should be moved to...

Status: Needs Triage
Ready

**Describe the bug** On ctrl-c during tipset validation I got `Dangling reference to DB detected: 6.`, several times in a row. **To Reproduce** Steps to reproduce the behavior: 1. Run...

Bug

**Issue summary** While exporting the snapshots, we should create a checksum file (optimally it should be done while exporting, i.e. in a loop with a hasher and not manually afterwards)....

Priority: 3 - Medium
Ready

**Issue summary** Right now, the Forest node (aka the daemon) and the Forest client are included in the same executable. This creates awkward situations when we're parsing command-line arguments and...

Priority: 4 - Low
Ready