610c984dc2
* chore: cleanup: remove more items forgotten after markets * .gz somehow reappeared after https://github.com/filecoin-project/lotus/pull/11625
1.2 KiB
1.2 KiB
Related Issues
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
- Commits have a clear commit message.
- PR title is in the form of of
<PR type>: <area>: <change being made>
- example:
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, mempool, multisig, networking, paych, proving, sealing, wallet, deps
- example:
- If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
- New features have usage guidelines and / or documentation updates in
- Tests exist for new functionality or change in behavior
- CI is green