forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
**Issue summary** > I think we could have better cli messages, ie: > ``` > $ ./target/release/forest --chain=calibnet chain export -r=2000 -s > 2022-08-04T08:35:19.583Z WARN forest::cli > No configurations found,...
instead of using our pinned fork after https://github.com/ipfs-rust/libp2p-bitswap/issues/14 is fixed
**Issue summary** As mentioned in [here](https://github.com/ChainSafe/forest/issues/1247#issuecomment-1202334195), to resolve the final RUSTSEC exception soon, we need update `jsonwebtoken` crate and replace `tide` and `tide-websockets` dependencies with something that doesn't depend on...
**Issue summary** Right now the default snapshot filename looks like this: `forest_snapshot_2022-July-28_height_1165085.car`. We can improve on this by including the network type, using numbers for the months, and allowing custom...
**Issue summary** We have three drand tests that are currently ignored: https://github.com/ChainSafe/forest/blob/a93d5d06fe2d6e1073c6e75437cba37b8325abb6/blockchain/beacon/tests/drand.rs#L34-L58 Figure out why they are ignored and either fix the issue or describe the issue in the comments....
**Issue summary** Update Prometheus package, for some reason updating it from `0.12` to `0.13` breaks the metrics endpoint. See https://github.com/ChainSafe/forest/issues/1513 **Task summary** - [ ] Investigate the root cause and...
**Issue summary** The `types::build_version` module contains a bunch of unusual code, like this: https://github.com/ChainSafe/forest/blob/b9a5ff48ad8e708c53f5312d46736babea7d1c1b/types/src/build_version/mod.rs#L11 To be investigated: - [x] What do the version numbers mean? Why are they different from...
**Issue summary** Make sure that `cargo spellcheck --cfg ../../.config/spellcheck.toml` can run without errors in `vm/message/`. For details, see the tracking issue. **Other information and links**
**Issue summary** Make sure that `cargo spellcheck --cfg ../../.config/spellcheck.toml` can run without errors in `vm/actor_interface/`. For details, see the tracking issue. **Other information and links**
**Issue summary** Make sure that `cargo spellcheck --cfg ../.config/spellcheck.toml` can run without errors in `types/`. For details, see the tracking issue. **Other information and links**