forest
forest copied to clipboard
🌲 Rust Filecoin Node Implementation
**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...
AC Notes - Support splitting the blockstore across two drives like Lotus - Might not be needed because of LumberjackDB work: #1164
**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...
**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...
Doesn't need to match Lotus 1:1 but functionality needs to be there.
**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...
**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...
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 - [ ]...
**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`...