forked from filecoin-project/lotus
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastforward main branch #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In our current issue flow, we ask a lot checklist questions : `This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.` `This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue. *` This information is better displayed in the `New Issue` chooser, to guide users to the relevant place for posting. This file will add two new entries in the issue chooser: - A entry that links to the Lotus Github Discussion pager for Lotus questions or troubleshooting - A entry that links to the FIPs repo for Filecoin protocol feature or enhancements
Update bug_report template: - Removing unnecessary checklist options. - Some of these has been move to the Github New Issue UI to reduce overhead - Remove deprecated components options - Add FVM/FEVM component
Update enhancement and feature_request templates: - Removing unnecessary checklist options. - These have been move to the Github New Issue UI to reduce text overhead: #10268 - Remove deprecated components options - Add FVM/FEVM component
Initial service/dev bug template
Add tooling textbox to template
fix: EthAPI: Correctly get parent hash
…ker-handling fix: wdpost: disabled post worker handling
deps: Update go-jsonrpc to v0.2.2
…-compute fix: state: short-circuit genesis state computation
feat:splitstore:Badger GC of hotstore command
fix: github: Discussion and FIP links in `New Issue`
…late chore: github: Update bug_report template
…enhancements chore: github: update enhancement and feature templates
…ue-template chore: github: Service-provider/dev bug template
fix: rpcenc: deflake TestReaderRedirectDrop
…ved-sectors fix: fsm: shutdown removed sectors FSMs
fix: Lotus Gateway: Add missing methods - master
docs: API Gateway: patch documentation note about make gen command
…ents feat: sched: Assigner experiments
…able chore: make debugging windowPoSt-failures human readable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
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, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps