-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add env-var to disable F3 activation #12920
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
Conversation
The checks should be applied in |
Adds a new environment variable LOTUS_DISABLE_F3_ACTIVATION that allows disabling F3 activation for specific contract addresses or epochs. Format: contract:address or epoch:number
chore: add changelog entry
86b8c83
to
7936f1d
Compare
Thanks! I have removed the the check in
|
@Kubuxu Wondering if it is worth changing the
|
chore: rename LOTUS_DISABLE_F3 to LOTUS_DISABLE_F3_SUBSYSTEM
Updated |
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
@rjan90 take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but I made some changes
chore: address lint-error
Fixed the failing lint-check in: 8a09991 |
Related Issues
filecoin-project/go-f3#732
Proposed Changes
Adds a new environment variable LOTUS_DISABLE_F3_ACTIVATION that allows disabling F3 activation for a specific contract address or epoch.
Format:
contract:address
orepoch:number
Checklist
Before you mark the PR ready for review, please make sure that: