feat: add env-var to disable F3 activation#12920
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 |
Kubuxu
left a comment
There was a problem hiding this comment.
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:addressorepoch:numberChecklist
Before you mark the PR ready for review, please make sure that: