lotus
lotus copied to clipboard
Reference implementation of the Filecoin protocol, written in Go
### 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...
For https://github.com/filecoin-project/lotus/issues/12453. This PR implements tests for the `ChainIndexer`.
On larger nodes, particularly archival nodes, the Lotus startup time is very expensive. Logging out of badger suggests that it gets done with loading its indexes relatively fast but then...
## Done Criteria 1. We have documentation for those with merge permissions about what merge strategies we accept/use and when. 2. We disable any merge strategies we don't want to...
## Related Issues Fixes: #12377 ## Proposed Changes - Add a `lotus-shed` command to prune the indexes, other - Add a `prune-txhash` command to prune tx hash index - Add...
## πΆβπ« Meta * Scope: Node & Miner * Is this linked with a network upgrade, and thus mandatory? Yes * Related network upgrade version: nv24 ## Summary This is...
For https://github.com/filecoin-project/lotus/issues/12453. Subsumes https://github.com/filecoin-project/lotus/pull/12388 to implement the `ChainIndexer`. ### TODO - [x] Profile Sqlite Index usage and read queries on the Index - [x] Clean up Config - [x] Smoke...
Happening with some frequency, here's some recent examples: * TestF3_PauseAndRebootstrap: https://github.com/filecoin-project/lotus/actions/runs/11046427121/job/30685760550?pr=12505 * TestF3_Rebootstrap: https://github.com/filecoin-project/lotus/actions/runs/11063981852/job/30741029746?pr=12518#step:9:25233
### 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...
### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...