forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
Download required files on demand: - Genesis Files - WASM for the actors Tasks: - [ ] Store calibnet genesis file in S3. - [ ] Store mainnet genesis file...
**Task summary** - determine and document the steps for testing whether forest is compatible with mainnet, and if it isn't, a way to check the differences between the lotus and...
**Issue summary** - [ ] Move from `ipld/amt` to `fvm_ipld_amt`. - [x] Remove ipld/amt source code. **Other information and links**
**Issue summary** In most of the places of the protocol, we are using the "current AMT" which allows setting custom bit width. This was not the case some time ago....
**Issue summary** Our current implementation of the state-diff util library is inefficient. It takes two different state roots and computes which address/ actor state KVs changed, have been added or...
**Task summary** We currently print HTTP error codes to the command line. It has been brought to my attention that not everyone has those memorized, I guess. **Specification reference** When...
**Issue summary** For now, there's no "inheritance" in cargo projects, that is to say in each crate we have to specify versions separately. For example, we have currently 26 occurrences...
**Issue summary** Right now we only tag whatever gets merged into `main` with `latest`. We should have more fine-grained control over this. To start with, releases should have their own...