2021-12-02 03:37:22 +00:00
## Related Issues
<!-- link all issues that this PR might resolve/fix. If an issue doesn't exist, include a brief motivation for the change being made. -->
## Proposed Changes
<!-- provide a clear list of the changes being made -->
## Additional Info
<!-- callouts, links to documentation, and etc -->
## Checklist
Before you mark the PR ready for review, please make sure that:
2021-12-17 04:00:58 +00:00
- [ ] All commits have a clear commit message.
2022-01-08 00:01:32 +00:00
- [ ] The PR title is in the form of of `<PR type>: <area>: <change being made>`
2022-01-08 00:02:51 +00:00
- example: ` fix: mempool: Introduce a cache for valid signatures`
2022-01-11 00:07:54 +00:00
- `PR type` : _fix_ , _feat_ , _INTERFACE BREAKING CHANGE_ , _CONSENSUS BREAKING_ , _build_ , _chore_ , _ci_ , _docs_ ,_perf_, _refactor_ , _revert_ , _style_ , _test_
- `area` : _api_ , _chain_ , _state_ , _vm_ , _data transfer_ , _market_ , _mempool_ , _message_ , _block production_ , _multisig_ , _networking_ , _paychan_ , _proving_ , _sealing_ , _wallet_ , _deps_
2021-12-02 03:37:22 +00:00
- [ ] This PR has tests for new functionality or change in behaviour
- [ ] If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or [Discussion Tutorials. ](https://github.com/filecoin-project/lotus/discussions/categories/tutorials )
- [ ] CI is green