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

This is a stacked PR against #11762 and I'm exploring ways to configure itests inline, mainly because I'd like to not restrict this to the CI config, but also make...

## Related Issues Network-level optimization has not been a priority. Here is a straightforward way we could implement it. ## Proposed Changes CanAccept's end (once hard requirements are met) can...

### 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 multi wallet call contract need encode evm params ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR ready for review, please make sure...

Currently, there isn't ant event db management tooling for users. I think two things that could be nice to add 1. a cli allows one to do `./lotus indexes prune-event`...

area/events

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

good first issue
kind/feature
area/events

Optional compact form, can round-trip as either full standard Go style JSON or compact tuple struct with decoded "value" field represented as dag-json. Currently turned on as strict default for...

area/events

**Describe the bug** Tried to import a 128MB file and then make a deal using the CLI. Got the following error using the interactive deal CLI ERROR: RPC error (-32601):...

P2
area/api