Skip to content

Commit

Permalink
extend life approx 3 years; binaries should follow
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptorex committed Dec 18, 2023
1 parent 977cdc0 commit 6c6447f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* for both bitcoind and bitcoin-core, to make it harder for attackers to
* target servers or GUI users specifically.
*/
const std::string CLIENT_NAME("YODA");
const std::string CLIENT_NAME("YODA-EXT");

/**
* Client version number
Expand Down
2 changes: 1 addition & 1 deletion src/deprecation.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Deprecation policy:
// * Shut down 16 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 weeks' worth of blocks prior to shut down.
static const int APPROX_RELEASE_HEIGHT = 1208650; // Aug 2023
static const int APPROX_RELEASE_HEIGHT = 1928680; // Assigned many blocks ahead to buy time, this allows about 3.4 years for the next release
static const int WEEKS_UNTIL_DEPRECATION = 16;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Expand Down

0 comments on commit 6c6447f

Please sign in to comment.