lotus
lotus copied to clipboard
Reference implementation of the Filecoin protocol, written in Go
https://github.com/filecoin-project/lotus/blob/9b86cc5d60183251a8d2e8d8999d5d2661e00063/lib/sqlite/sqlite.go#L21-L32 `page_size` is set at the creation of a new db (or a vacuum when _not_ in WAL mode, which we use) and it's fixed once that's done. For some...
The `TestContractInvocationMultiple` test [failed](https://github.com/filecoin-project/lotus/actions/runs/10924332756/job/30323183359?pr=12460#step:9:1355) at first for [unrelated changes](https://github.com/filecoin-project/lotus/pull/12460), then the rerun of same code [passed](https://github.com/filecoin-project/lotus/actions/runs/10924332756).
## Done Criteria A release engineer can answer some questions and get the corresponding release issue created to cover these realistic scenarios: 1. minor release for a network upgrade 2....
As a user I want the chain sync for potentially missing tipsets to be as efficient as possible when checkpointing a tipset. This is because: * we cannot checkpoint a...
## Background In `build/buildconstants/params_butterfly.go`, we have two variables which seem to be intended to be configurable for the Butterfly network: https://github.com/filecoin-project/lotus/blob/a39de1d87e2e11b98186445d3175ec593386a5cc/build/buildconstants/params_butterfly.go#L75-L76 As part of testing F3 I thought it would...
## Summary This issue tracks the performance of "base migration" (i.e., migration with no additional logic other than changing CodeCIDs) over time. The purpose is to monitor the impact of...
## Related Issues https://github.com/filecoin-project/ref-fvm/pull/2035 ## Proposed Changes Update wasmtime from v19 to v24. ## Checklist Before you mark the PR ready for review, please make sure that: - [x] Commits...
### 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...
## Related Issues https://github.com/filecoin-project/lotus/issues/8307
## Proposed Changes Add the following APIs: lotus-miner sectors list --sectors=1,2,3 lotus-miner sectors list --page-no=0 --page-data-count=50 --order-by-asc=false Provide query by sector id,Provide paging sort query. This avoids the problem that...