lotus
lotus copied to clipboard
Reference implementation of the Filecoin protocol, written in Go
## User Story GitHub Actions provides Developer Experience better suited for Lotus development team going forward. ## Acceptance Criteria - [x] The p50 and p95 success rate of the new...
SPs will now need to invoke this method in order to settle deal payment. The lotus-miner should expose functionality to do so. This method will be similar to, and should...
## User Story Lotus client can no longer make deals with `Boost` market and Lotus markets is already deprecated. ## Acceptance Criteria - [ ] Remove Lotus Markets code -...
### Checklist - [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). - [X] I **have** searched on the [issue tracker](https://github.com/filecoin-project/lotus/issues) and...
The "gas charging blockstore" traces the line in code where the gas is being deducted, for later analysis. However, the View method adds an extra frame in the stack, therefore...
**Problem:** Pending messages from a wallet address may get "stuck" if one or more of those messages have an incorrect/outdated/stalled `gas-feecap`. This is something that has happened to miners, but...
## Related Issues fixes https://github.com/filecoin-project/lotus/issues/11817 ## Proposed Changes 1. Set the default FVM concurrency limit equal to the number of available CPU threads. 2. Ensure the FVM's thread-pool doesn't _limit_...
### Checklist - [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). - [X] I **have** searched on the [issue tracker](https://github.com/filecoin-project/lotus/issues) and...
### Checklist - [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). - [X] I **have** searched on the [issue tracker](https://github.com/filecoin-project/lotus/issues) and...
## Related Issues ## Proposed Changes Implement a pure-Go version of Commit1, for now just supporting basic interactive PoRep. The main goal is to get much better feedback from the...