forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
**Summary of changes** Changes introduced in this pull request: - Retrieve `MinerState` and display vesting table and display in a user-friendly format. **Reference issue to close (if applicable)** N/A **Other...
**Summary of changes** Changes introduced in this pull request: - Add forest_libp2p and key_management packages dependencies missing features for unit test. @lemmih thanks for your review, I've just forked new...
**Issue summary** The way we drive configuration of rocksdb with our `RocksDbConfig` could be better. Right now it's a bit misleading: Using a value for `compaction_style` of `None` will still...
**Describe the bug** When sending SIGTERM (ctrl + c) Forest should gracefully shut down. Seems the signal is handled right now but not really well. We should investigate it. **To...
**Issue summary** `cargo-spellcheck` ships with a builtin dictionary. Unfortunately, this dictionary is old and is missing a lot of words that are available in newer dictionaries. Add [en_US.dic](https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/wordlist-en_US-large-2020.12.07.zip/download) as a...
**Task summary** Implement command-line interface to inspect blocks; specifically currently working on the ability to display details of the vesting table but scope may expand. **Specification reference** - N/A **Other...
**Issue summary** Make sure that `cargo spellcheck --cfg ../.config/spellcheck.toml` can run without errors in `ipld/`. For details, see the tracking issue. **Other information and links**
**Issue summary** Add output fields "Default" and "Balance" to cli wallet list ```sh ❯ ./forest wallet list Address Default Balance t1ss6z757xy46h2qhxgnk4rummmjwmpbtwcnkdcki X 0 ``` **Other information and links**
**Issue summary** ```sh ❯ cargo test --package key_management chain error[E0599]: no method named `verify` found for struct `fvm_shared::crypto::signature::Signature` in the current scope --> key_management/src/wallet.rs:419:13 | 419 | sig.verify(&msg, &addr).unwrap(); |...
**Issue summary** In the readme it is written: ``` # Ubuntu sudo apt install build-essential clang ocl-icd-opencl-dev libssl-dev ``` This is not enough for building forest on Ubuntu 20.04.4 LTS....