forest icon indicating copy to clipboard operation
forest copied to clipboard

🌲 Rust Filecoin Node Implementation

Results 546 forest issues
Sort by recently updated
recently updated
newest added

**Task summary** Currently we are only referencing one endpoint in https://github.com/ChainSafe/forest/blob/3eed3ac2a774853ae2fae5371696627fc4e3a81b/blockchain/beacon/src/drand.rs#L35 But there are multiple nodes available (Lotus has all the endpoints listed here https://github.com/filecoin-project/lotus/blob/master/build/drand.go) It would be best if...

Status: On Ice
Drand
Status: Unknown

AC Notes - Support splitting the blockstore across two drives like Lotus - Might not be needed because of LumberjackDB work: #1164

Status: On Ice
Status: Unknown

**Task summary** tls security should be implement to allow more options for upgrade authentication. Currently Lotus supports both noise and tls, with a preference toward noise, but having both would...

Status: On Ice
Enhancement
Status: Unknown

**Task summary** PayChannel methods should be exposed from the JSON-RPC server. The Paych methods are for interacting with and managing payment channels. The logic for most of these methods exists...

RPC
Markets

Doesn't need to match Lotus 1:1 but functionality needs to be there.

Markets

**Issue Summary** Goal is verifying go-fil-markets integration, which uses the payment channel RPC methods. 2k-3k lines of payment channel unit tests will need to be ported over from Lotus to...

Markets

**ACs** - [ ] Create a test that would run the Lotus client, make requests to our RPC backend and compare results with expected results **Notes** - Perhaps we should...

RPC
Status: Unknown

Issue Summary The final step of the markets integration is ensuring that it works on a devnet. Similar to how we tested the Storage Miner. Acceptance Criteria - [ ]...

Status: Unknown

**Describe the bug** No response from JSON-RPC API when attempting to list wallets via lotus. No errors in forest log. **To Reproduce** Steps to reproduce the behavior: 1. `make install`...

help wanted
Bug
Status: Unknown