forest-filecoin 0.35.0

Rust Filecoin implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
### Unit tests

- run `go test -v .`

### Validate Forest metrics

```bash
wget http://localhost:6116/metrics -O metrics.txt
go run . metrics.txt
```