File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 204
204
features = {
205
205
Feature .NOP_FEATURE_1 : Criteria (
206
206
bit = 0 ,
207
- start_height = 4_173_120 , # N (right now the best block is 4_133_220 on mainnet)
208
- timeout_height = 4_213_440 , # N + 2 * 20160 (2 weeks after the start)
209
- minimum_activation_height = 4_233_600 , # N + 3 * 20160 (3 weeks after the start)
207
+ start_height = 4_193_280 , # N (right now the best block is 4_133_220 on mainnet)
208
+ timeout_height = 4_233_600 , # N + 2 * 20160 (2 weeks after the start)
209
+ minimum_activation_height = 4_253_760 , # N + 3 * 20160 (3 weeks after the start)
210
210
lock_in_on_timeout = False ,
211
211
version = '0.59.0' ,
212
212
signal_support_by_default = True ,
213
213
),
214
214
Feature .NOP_FEATURE_2 : Criteria (
215
215
bit = 1 ,
216
- start_height = 4_173_120 , # N (right now the best block is 4_133_220 on mainnet)
217
- timeout_height = 4_213_440 , # N + 2 * 20160 (2 weeks after the start)
216
+ start_height = 4_193_280 , # N (right now the best block is 4_133_220 on mainnet)
217
+ timeout_height = 4_233_600 , # N + 2 * 20160 (2 weeks after the start)
218
218
minimum_activation_height = 0 ,
219
219
lock_in_on_timeout = False ,
220
220
version = '0.59.0' ,
Original file line number Diff line number Diff line change @@ -187,17 +187,17 @@ FEATURE_ACTIVATION:
187
187
188
188
NOP_FEATURE_1 :
189
189
bit : 0
190
- start_height : 4_173_120 # N (right now the best block is 4_133_220 on mainnet)
191
- timeout_height : 4_213_440 # N + 2 * 20160 (2 weeks after the start)
192
- minimum_activation_height : 4_233_600 # N + 3 * 20160 (3 weeks after the start)
190
+ start_height : 4_193_280 # N (right now the best block is 4_133_220 on mainnet)
191
+ timeout_height : 4_233_600 # N + 2 * 20160 (2 weeks after the start)
192
+ minimum_activation_height : 4_253_760 # N + 3 * 20160 (3 weeks after the start)
193
193
lock_in_on_timeout : false
194
194
version : 0.59.0
195
195
signal_support_by_default : true
196
196
197
197
NOP_FEATURE_2 :
198
198
bit : 1
199
- start_height : 4_173_120 # N (right now the best block is 4_133_220 on mainnet)
200
- timeout_height : 4_213_440 # N + 2 * 20160 (2 weeks after the start)
199
+ start_height : 4_193_280 # N (right now the best block is 4_133_220 on mainnet)
200
+ timeout_height : 4_233_600 # N + 2 * 20160 (2 weeks after the start)
201
201
minimum_activation_height : 0
202
202
lock_in_on_timeout : false
203
203
version : 0.59.0
You can’t perform that action at this time.
0 commit comments