Update policy probationary period to August 31st, 2022.

pull/2952/head
derekpierre 2022-06-27 17:10:08 -04:00
parent 35e651a7a5
commit 06cb7fdb40
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
Extends policy probationary period until August 31st, 2022. No policies may be created on the network beyond this date.

View File

@ -16,12 +16,11 @@ along with nucypher. If not, see <https://www.gnu.org/licenses/>.
"""
import os
from collections import namedtuple
from pathlib import Path
import os
from appdirs import AppDirs
from maya import MayaDT
import nucypher
@ -75,4 +74,4 @@ TEMPORARY_DOMAIN = ":temporary-domain:" # for use with `--dev` node runtimes
NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS = 'NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS'
# Probationary period
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2022-6-16T23:59:59.0Z')
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601("2022-08-31T23:59:59.0Z")