Guillaume Potier
Guillaume Potier
**Summary of changes** Changes introduced in this pull request: - Mainly temporary (mostly) code to investigate the issue. **Reference issue to close (if applicable)** Closes **Other information and links**
**Summary of changes** Changes introduced in this pull request: - [x] Remove forest/build.rs - [x] Remove hardcoded user_version and use forest version - [x] Remove api version numbers and use...
**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...
**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....
**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,...
**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** 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...
**Issue summary** As we work on making Forest sync again on mainnet for the nv16 upgrade, we need a benchmark we can run to track how do the client perform...
So node operators know what version people are running. Right now what's set in forest is `rust-libp2p/0.2.0` which is the default value in `IdentifyConfig` in crate `libp2p-identify`: ``` /// Defaults...
It could help to have support of `switch` and `case/if` inside monads. E.g. for a binary format reader: ``` Wasm.Reader.val_type: Wasm.Reader(Wasm.ValType) (rst) open rst let len = 1#32 def f...