Skip to content

Commit

Permalink
Merge pull request #2656 from KPrasch/probation
Browse files Browse the repository at this point in the history
Extend policy probationary period until May 31st, 2021.
  • Loading branch information
KPrasch committed Apr 19, 2021
2 parents 70f525d + 4df471d commit e96b1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/2656.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Extends policy probationary period until May 31st, 2021. No policies may be created on the network beyond this date.
2 changes: 1 addition & 1 deletion nucypher/config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS = 'NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS'

# Probationary period (see #2353, #2584)
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-04-30T23:59:59.0Z')
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-05-31T23:59:59.0Z')

0 comments on commit e96b1d7

Please sign in to comment.