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

## Related Issues Fixes part of: #11007 ## Proposed Changes - Adds `EnableAutomaticBackFill` in index config in `fullNode` - Adds `MaxAutomaticBackFillTxIndexHeight` in index config in `fullnode` - Tries to fill...

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

while EnableEthRPC is set to false by default, however, node operators may enable it if they are 1. indexer / RPC / explorer nodes: who may want to get event/message...

good first issue
kind/enhancement
area/chain

`StateCompute` for an epoch near the head can take 1 minute to complete on an archival node. For epochs far in the past, it can 4-5 minutes. This is only...

kind/feature
area/api

## Related Issues ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR ready for review, please make sure that: - [ ] Commits have a clear...

### Checklist - [X] This is **not** brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on [the lotus forum](https://github.com/filecoin-project/lotus/discussions/categories/ideas) and select the...

kind/feature

See https://github.com/filecoin-project/fvm-pm/issues/299 Lotus currently uses the following sqlite databases: - sqlite/events.db: Stores events sent by actors in the FVM - sqlite/txhash.db: Stores mappings of Eth tx hash to Filecoin message...

area/eth-api

## Proposed Changes Adding a new job that suggests changes if the `make docsgen` checks fail, since we already are running it 1. In the `check-gen` job: - Captures `git...

Write the skeleton for nv24, now that the deployment of network version 23 has been completed and landed on Mainnet. This is part of a series of tickets across multiple...

good first issue

Ref: https://github.com/whyrusleeping/cbor-gen/pull/103 should just be whitespace, good to test here though

skip/changelog