lotus
lotus copied to clipboard
Reference implementation of the Filecoin protocol, written in Go
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...
## 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`...
### 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...
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...
**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):...