Skip to content

Commit

Permalink
Add Charlie and Ariel alias to author_aliases
Browse files Browse the repository at this point in the history
Update approx_release_height to allow pre-rel to get into master prior

Bump APPROX_RELEASE_HEIGHT due to transient failures in pre-release 2.0.2 PR
  • Loading branch information
mdr0id authored and Lolliedieb committed Dec 10, 2018
1 parent deb8065 commit c26eefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecation.h
Expand Up @@ -8,7 +8,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 = 437520;
static const int APPROX_RELEASE_HEIGHT = 438196;
static const int WEEKS_UNTIL_DEPRECATION = 16;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Expand Down
2 changes: 2 additions & 0 deletions zcutil/release-notes.py
Expand Up @@ -23,6 +23,8 @@
'Simon': 'Simon Liu',
'bitcartel': 'Simon Liu',
'EthanHeilman': 'Ethan Heilman',
'arielgabizon' : 'Ariel Gabizon',
'Charlie OKeefe' : 'Charlie O\'Keefe',
}

def apply_author_aliases(name):
Expand Down

0 comments on commit c26eefe

Please sign in to comment.