forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
**Issue summary** - [ ] Add `--color=never|always|auto` flag. - [ ] Resolve `auto` to enabled if stdout is a tty and `NO_COLOR` hasn't been set (see https://no-color.org/) - [ ]...
**Issue summary** The [cargo-spellcheck](https://crates.io/crates/cargo-spellcheck) command should be run in CI to catch typos in our API documentation. Enabling this check will require a lot of changes. This issue will track...
**Issue summary** Currently, we can't just leave Forest there to run as the DB seems to, more or less linearly, grow. Around 30 GB per day. After ~3 days the...
**Issue summary** A workaround for https://github.com/ChainSafe/forest/issues/1708 On the test machine, we need a mechanism (e.g. daily cronjob) that would check whether we're good in terms of memory and if not,...
**Issue summary** This is a continuation of https://github.com/ChainSafe/forest/pull/1627. The difference here is that we should *always* import a snapshot, so there's no need for keeping `forest_data` volume alive after the...
**Issue summary** The goal is to get a stream of up-to-date calibnet snapshots. Steps: This should be done on a continuous sync testing machine. - [ ] Once per day,...
** Acceptance Criteria ** - [ ] Gas API should accurately estimate the gas without hardcoding extra gas **Describe the bug** - Gas estimation is done when sending a transaction...
**Issue summary** We would like to validate the new `ChainConfig` (introduced by #1482) at construction time. - making sure all variants of the enum `Height` have a corresponding entry in...
**Issue summary** So far if an issue appears on the `main` branch we don't get notified - basically, someone needs to look at the repo main page to notice it....
**Issue summary** I imagine here that we would have a dedicated VPS on AWS that would get upgraded on successful merge to `main`. We could expose Grafana for everyone to...