David Ansermino
David Ansermino
Been having some issue adding Life to a project. Here is my `go.mod`: ``` module github.com/ansermino/wasm-test replace github.com/go-interpreter/wagon v0.0.0 => github.com/perlin-network/wagon v0.3.1-0.20180825141017-f8cb99b55a39 require ( github.com/go-interpreter/wagon v0.4.0 // indirect github.com/perlin-network/life v0.0.0-20190402092845-c30697b41680...
We need a more formal and detailed outline of the full stack flow in its current state. There are some drawings and text in the existing `README.md`. Some aspects may...
This is an attempt to formally outline the mechanism for establishing which nodes on the network are `valid`. There is huge potential for bad actors to pretend to be running...
This should perhaps be an ongoing task to establish a glossary of sorts. Some starting points are: - [x] Someone connecting to the network as an end user User -...
- [x] ChainGetMessage - [x] ChainHead - [ ] ~CheckFullNodeApiVersion~ (Helper method) - [ ] ~CreateSectorAccessor~ (Helper method) - [ ] ~GetFullNodeAPIV1~ (Helper method) - [ ] ~GetFullNodeApi~ (Helper method)...
A work-in-progress to establish a common API for all node implementations. Many todos remain at this point, most notably: - Further discussion on which methods are included and the associated...
As reported in the `curio-dev` channel [here](https://filecoinproject.slack.com/archives/C06GD1SS56Y/p1721634429310969): > Seems like forest gas estimation is acting up - My Calibnet WindowPoSts failed to send with ``` error: sending proof message: send...
Tracking issue for all required work to complete the initial integration with Curio. - [x] #4433 - [x] https://github.com/ChainSafe/forest/issues/4612 - [ ] https://github.com/filecoin-project/curio/pull/121 - [x] https://github.com/ChainSafe/forest/issues/4498 - [x] https://github.com/ChainSafe/forest/issues/4663 -...
## Issue summary Forest's logs are seemingly bloated with `forest_filecoin`. ``` 2024-08-19T02:35:36.945364Z INFO forest_filecoin::chain::store::chain_store: ... 2024-08-19T02:35:36.945419Z INFO forest_filecoin::chain_sync::tipset_syncer: ... 2024-08-19T02:36:18.359253Z INFO forest_filecoin::blocks::tipset: ... ``` This should be omitted to improve...