mirror of https://github.com/nucypher/nucypher.git
Update policy probationary period to August 31st, 2022.
parent
35e651a7a5
commit
06cb7fdb40
|
@ -0,0 +1 @@
|
|||
Extends policy probationary period until August 31st, 2022. No policies may be created on the network beyond this date.
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue