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

Currently supports StateCall, but the result is different with StateCompute, which is quite important for calculating USED GAS FEE. Thank you 🙏

Status: Needs Triage

**Task summary** An Append-Only ChainStore could reduce how much data is stored within the RocksDB key-value store. The idea is to append all data to a log file, similar to...

Status: Unknown

**Issue summary** Currently we block on CLI input for passphrase. We need to concurrently spawn a mini HTTP JSON-RPC server so the node can be unlocked via an HTTP request...

RPC
Status: Unknown

- Add to Forest Documentation - Instructions for running metrics server and monitoring (prometheus, grafana)

Status: Needs Triage
Status: Unknown

**Describe the bug** After importing from a snapshot to test the NV 10 state migration, the node died after 2 hours of syncing. **To Reproduce** Steps to reproduce the behavior:...

Bug

**Task summary** Make a program that, when run, makes a number of calls to Lotus via the RPC Client. This will validate proper deserialization, decoding, param types, etc. This can't...

Status: Needs Triage

Integrate the Lotus Markets (go-fil-markets) module

Epic

## Summary of changes As part of https://github.com/ChainSafe/forest/issues/3990 This PR allows overriding p2p listening addresses via CLI options, which is easier than using a config file. The next step is...

## Summary of changes This PR allows a forest node to re-dial to disconnected bootstrap nodes when discovery is disabled or not functioning in some rare conditions. (And if a...

## Summary of changes Originally part of https://github.com/ChainSafe/forest/pull/3964 , to drop a few `Default` derives for non test targets Using a separate PR to make both easier to review Changes...