From 4df471d553c4e64e8bf762f9c05161f5287be36d Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Mon, 19 Apr 2021 10:39:03 -0700 Subject: [PATCH] Extend policy probationary period until May 31st, 2021; Newsfragment for PR #2656. --- newsfragments/2656.misc.rst | 1 + nucypher/config/constants.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/2656.misc.rst diff --git a/newsfragments/2656.misc.rst b/newsfragments/2656.misc.rst new file mode 100644 index 0000000000..aacb8a61fa --- /dev/null +++ b/newsfragments/2656.misc.rst @@ -0,0 +1 @@ +Extends policy probationary period until May 31st, 2021. No policies may be created on the network beyond this date. diff --git a/nucypher/config/constants.py b/nucypher/config/constants.py index 2f9865e2e1..b4e01992c3 100644 --- a/nucypher/config/constants.py +++ b/nucypher/config/constants.py @@ -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')