File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed
Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 257257 version = '0.67.0' ,
258258 signal_support_by_default = True ,
259259 ),
260+ Feature .FEE_TOKENS : Criteria (
261+ # XXX: parity with hathor/conf/mainnet.yml
262+ bit = 2 ,
263+ start_height = 6_249_600 ,
264+ timeout_height = 6_592_320 ,
265+ minimum_activation_height = 6_350_400 ,
266+ lock_in_on_timeout = False ,
267+ version = '0.69.0' ,
268+ signal_support_by_default = True ,
269+ ),
270+ Feature .OPCODES_V2 : Criteria (
271+ # XXX: parity with hathor/conf/mainnet.yml
272+ bit = 3 ,
273+ start_height = 6_249_600 ,
274+ timeout_height = 6_592_320 ,
275+ minimum_activation_height = 6_350_400 ,
276+ lock_in_on_timeout = False ,
277+ version = '0.69.0' ,
278+ signal_support_by_default = True ,
279+ ),
260280 }
261281 )
262282)
Original file line number Diff line number Diff line change @@ -230,6 +230,26 @@ FEATURE_ACTIVATION:
230230 version : 0.67.0
231231 signal_support_by_default : true
232232
233+ FEE_TOKENS :
234+ bit : 2
235+ # Right now the best block is 6_248_703 at Tuesday, 2026-01-27 22:45:36 GMT
236+ start_height : 6_249_600 # expected around 2026-02-04 06:14:06 GMT
237+ timeout_height : 6_592_320 # 16 weeks, expected around 2026-05-27 06:14:06 GMT
238+ minimum_activation_height : 6_350_400 # 4 weeks, expected around 2026-03-04 06:14:06 GMT
239+ lock_in_on_timeout : false
240+ version : 0.69.0
241+ signal_support_by_default : true
242+
243+ OPCODES_V2 :
244+ bit : 3
245+ # Right now the best block is 6_248_703 at Tuesday, 2026-01-27 21:45:36 GMT
246+ start_height : 6_249_600 # expected around 2026-02-04 06:14:06 GMT
247+ timeout_height : 6_592_320 # 16 weeks, expected around 2026-05-27 06:14:06 GMT
248+ minimum_activation_height : 6_350_400 # 4 weeks, expected around 2026-03-04 06:14:06 GMT
249+ lock_in_on_timeout : false
250+ version : 0.69.0
251+ signal_support_by_default : true
252+
233253ENABLE_NANO_CONTRACTS : feature_activation
234254NC_ON_CHAIN_BLUEPRINT_ALLOWED_ADDRESSES :
235255 - HDkKGHwDHTuUGbhET73XdTJZkS8uU7PHf9
Original file line number Diff line number Diff line change @@ -51,6 +51,16 @@ FEATURE_ACTIVATION:
5151 version : 0.69.0
5252 signal_support_by_default : true
5353
54+ # current height: 316_075 at 2026-01-27 23:07:42 GMT
55+ OPCODES_V2 :
56+ bit : 0
57+ start_height : 316_080 # expected around 2026-01-27 23:12:42 GMT
58+ timeout_height : 327_600 # 48 evaluation periods (4 days)
59+ minimum_activation_height : 0
60+ lock_in_on_timeout : false
61+ version : 0.69.0
62+ signal_support_by_default : true
63+
5464ENABLE_NANO_CONTRACTS : feature_activation
5565ENABLE_FEE_BASED_TOKENS : feature_activation
5666NC_ON_CHAIN_BLUEPRINT_ALLOWED_ADDRESSES :
You can’t perform that action at this time.
0 commit comments