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 ## Proposed Changes 1. Multiple piece per sector in market and precommit 2. All open sectors are coordinated from DB 3. Config changes for MaxDealWaitTime 4. DDO...

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

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

## Related Issues For https://github.com/filecoin-project/lotus/issues/11859 ## Proposed Changes FIP discussion at https://github.com/filecoin-project/FIPs/discussions/962. FIP proposal at https://github.com/filecoin-project/FIPs/pull/995 Implement Ethereum Homestead transactions and EIP-155 transactions(both are referred to as "legacy" transactions) in...

DO NOT MERGE DO NOT LOOK KEEP WALKING ☨ this PR is never meant to leave `draft` status: it is merely temporary CI for https://github.com/ribasushi/ltsh#readme, as running `itests` locally is...

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

This is the parent tracking issue related to the shipping Curio to beta testers. # Problem Statement To get Curio out the door we are working in parallel on multiple...

## Proposed Changes Lifting a couple of bugfixes into a patch release that was missed in the v1.26.x branches, as point out by [Riba here](https://filecoinproject.slack.com/archives/CP50PPW2X/p1714628806367119?thread_ts=1713976109.342789&cid=CP50PPW2X). Most notebly the ListClaimsCmd has...

## Related Issues https://github.com/filecoin-project/lotus/issues/11941 Previous PR: https://github.com/filecoin-project/lotus/pull/11944 ## Proposed Changes 1. Change the default value of `Subsystems.GuiAddress` from `:4701` to `127.0.0.1:4701`. 2. Rename the `--listen` parameter of `curio web` to...

### Background In the network upgrade logic, there is a lot of duplication of code that potentially can be extracted to a function and called for all future upgrades. Some...