lotus icon indicating copy to clipboard operation
lotus copied to clipboard

Reference implementation of the Filecoin protocol, written in Go

Results 254 lotus issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue

## 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...

kind/bug

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...

P2

**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...

P2
area/messages

## 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...

need/community-input
kind/bug

### 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...

kind/bug

## 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...