Skip to content

Commit

Permalink
Set v2.0.1 deprecation height
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoForge committed Nov 18, 2018
1 parent cd16cc7 commit 5ec07c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ See important security warnings on the

📒 Deprecation Policy
------------------
Disabledeprecation flag has been removed. Old nodes will automatically be shut down and must be upgraded upon reaching the deprecation block height, which will occur every 26 weeks.
Disabledeprecation flag has been removed. Old nodes will automatically be shut down and must be upgraded upon reaching the deprecation block height, which will occur approximately 32 weeks (7/1/2019) from the release of v2.0.1.


🔧 Building
Expand Down
4 changes: 2 additions & 2 deletions src/deprecation.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Deprecation policy:
// * Shut down 26 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 4 weeks' worth of blocks prior to shut down.
static const int APPROX_RELEASE_HEIGHT = 415000;
static const int WEEKS_UNTIL_DEPRECATION = 13;
static const int APPROX_RELEASE_HEIGHT = 458500;
static const int WEEKS_UNTIL_DEPRECATION = 32;
//Fixing zero day size
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 30);

Expand Down

0 comments on commit 5ec07c4

Please sign in to comment.