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

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

P2
kind/enhancement
need/team-input
area/sealing
LM-tech-debt
team/curio

### 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] This is **not** a question or a support...

area/chain
area/sealing
LM-tech-debt
team/curio

### 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] This is **not** a question or a support...

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

## Related Issues fixes #596 ## Proposed Changes This patch: 1. Bootstraps F3 when we hit the `F3BootstrapEpoch` (when non-negative). 2. Refuses any/all dynamic manifests once we get within one...

Ref: https://github.com/filecoin-project/builtin-actors/issues/1567 @rjan90 @BigLep I started banging this out as I was closing out 0081 and preparing a fresh branch based on these instructions for @snissn to get him started...

Fixes issue: #12465, it changes: - Update the remove `eth_tx_hash` query to delete before epoch instead of days - refactor chain indexer `gc` function.

### 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 * Fixes https://github.com/filecoin-project/go-f3/issues/599 ## Proposed Changes Implemented enhanced ticket-based participation system for F3 consensus in `F3Participate`. This update introduces a new design where participation tickets grant a...

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

# ChainIndexer Migration and Diagnostics Tooling This PR implements the _"migration"_ (really _re-indexing_ / _backfilling_), and diagnostics tooling for the `ChainIndexer` implemented in [PR #12450](https://github.com/filecoin-project/lotus/pull/12450), and is part of the...