Skip to content

Commit

Permalink
Merge pull request #1198 from HathorNetwork/chore/update-feature-acti…
Browse files Browse the repository at this point in the history
…vation-test

chore(feature_activation): update start_height before release
  • Loading branch information
jansegre authored Jan 9, 2025
2 parents b17a8be + a538778 commit ae6a85c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions hathor/conf/testnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@
# NOP feature to test Feature Activation for Transactions
Feature.NOP_FEATURE_1: Criteria(
bit=0,
# N = 4_394_880
# start_height expected to be reached around Sunday, 2024-12-01.
# Right now the best block is 4_377_375 on testnet (2024-11-25).
start_height=4_394_880, # N
timeout_height=4_475_520, # N + 4 * 20160 (4 weeks after the start)
# N = 4_495_680
# Expected to be reached around Tuesday, 2025-01-06.
# Right now the best block is 4_489_259 on testnet (2025-01-03).
start_height=4_495_680, # N
timeout_height=4_576_320, # N + 4 * 20160 (4 weeks after the start)
minimum_activation_height=0,
lock_in_on_timeout=False,
version='0.63.0',
Expand Down
10 changes: 5 additions & 5 deletions hathor/conf/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ FEATURE_ACTIVATION:
# NOP feature to test Feature Activation for Transactions
NOP_FEATURE_1:
bit: 0
# N = 4_394_880
# start_height expected to be reached around Sunday, 2024-12-01.
# Right now the best block is 4_377_375 on testnet (2024-11-25).
start_height: 4_394_880 # N
timeout_height: 4_475_520 # N + 4 * 20160 (4 weeks after the start)
# N = 4_495_680
# Expected to be reached around Tuesday, 2025-01-06.
# Right now the best block is 4_489_259 on testnet (2025-01-03).
start_height: 4_495_680 # N
timeout_height: 4_576_320 # N + 4 * 20160 (4 weeks after the start)
minimum_activation_height: 0
lock_in_on_timeout: false
version: 0.63.0
Expand Down

0 comments on commit ae6a85c

Please sign in to comment.