forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
Currently supports StateCall, but the result is different with StateCompute, which is quite important for calculating USED GAS FEE. Thank you 🙏
**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...
**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...
- Add to Forest Documentation - Instructions for running metrics server and monitoring (prometheus, grafana)
**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:...
**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...
## 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...