Skip to content

Commit 64d0a86

Browse files
committed
push the process 1 more week
1 parent a37fdb8 commit 64d0a86

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

hathor/conf/mainnet.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,17 @@
204204
features={
205205
Feature.NOP_FEATURE_1: Criteria(
206206
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)
210210
lock_in_on_timeout=False,
211211
version='0.59.0',
212212
signal_support_by_default=True,
213213
),
214214
Feature.NOP_FEATURE_2: Criteria(
215215
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)
218218
minimum_activation_height=0,
219219
lock_in_on_timeout=False,
220220
version='0.59.0',

hathor/conf/mainnet.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,17 @@ FEATURE_ACTIVATION:
187187

188188
NOP_FEATURE_1:
189189
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)
193193
lock_in_on_timeout: false
194194
version: 0.59.0
195195
signal_support_by_default: true
196196

197197
NOP_FEATURE_2:
198198
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)
201201
minimum_activation_height: 0
202202
lock_in_on_timeout: false
203203
version: 0.59.0

0 commit comments

Comments
 (0)