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

**Describe the bug** I set MaxSealingSectorsForDeals to 2. After I imported 8 offline deals, 4 PC1 is started and OOM crashed miner. **Expected behavior** I expect only 2 sectors would...

area/markets/provider
area/markets/storage
team/curio

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

kind/feature
need/team-input
LM-tech-debt
team/curio

Ref: https://github.com/filecoin-project/lotus/pull/12261#discussion_r1682707557 Re: https://github.com/filecoin-project/lotus/blob/3daff2ed8064b46127c1f7db2f891ab869c18cb5/chain/types/actor_event.go#L26-L28 We claim that it will match only the key if the values are empty. But in the implementation we do: https://github.com/filecoin-project/lotus/blob/3daff2ed8064b46127c1f7db2f891ab869c18cb5/chain/events/filter/index.go#L510 i.e. if there are no...

area/events

At the moment, we skip the "rewards" messages but Ethereum clients will generally include a special trace with type "reward".

area/api
area/eth-api
area/eth-api/tracing

Ref: https://github.com/filecoin-project/lotus/pull/12229 Not the first time docker builds have failed but we didn't know until after merge. Example of failure: https://github.com/filecoin-project/lotus/actions/runs/9941575020/job/27460958653 For some reason, perhaps lost to time, `make buildall`...

## Done Criteria 1. There is a metric that shows how much lotus is plagued by test flakiness. Eradication of flaky tests should have an impact on this metric. 2....

## Related Issues Depends on https://github.com/filecoin-project/lotus/pull/12196 ## Proposed Changes This PR covers some basic itests for F3, mainly: * A test to check that F3 is able to make progress....

## Done Criteria There is a [mechanism (rather than a best-intention)](https://www.linkedin.com/feed/update/urn%3Ali%3Aactivity%3A6839110064595374080/) for ensuring that Lotus' dependencies are updated on a regular basis. ## Why Important 1. This is generally better...

## Done Criteria A Lotus full node can be started from a snapshot and serve requests based on that snapshot without staying synced with the chain. ## Why Important This...

### 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
team/curio