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...
### 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...
**Description** Updating `SupportedProofTypes` in `Filecoin.StateGetNetworkParams` to the correct ProofTypes caused failures in devnet tooling: PR #11988 updated `SupportedProofTypes` to the correct values, but this caused panics in the the devnet...
Starting a WIP-thread for nv23 integration and testing: ```[tasklist] ### Tasks - [ ] #11772 - [ ] Add testing plans for FIPs targeting nv23 - [ ] Land outstanding...
### 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 Closes #11205 ## Proposed Changes ETH Call should use the parent state root of the subsequent tipset. This can be obtained from the `TipsetState` on the `Statemanager`...
> [!IMPORTANT] > Before merging this PR > - [x] Set up the following repository configuration variables: > - [x] `DOCKERHUB_USERNAME` > - [x] Set up the following repository secrets:...
## Related Issues The GPU picker will run ffiwrapper calls on an assigned GPU using a subprocess. ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR...
**Summary:** Currently, built-in actor debug logs are not visible by default in the Lotus logs, and there is no straightforward method to enable them through the standard Lotus logging commands....
## Related Issues Closes https://github.com/filecoin-project/lotus/issues/11635. ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR ready for review, please make sure that: - [ ] Commits have...