mirror of https://github.com/nucypher/nucypher.git
Extend the policy probation period.
parent
1f7ee94489
commit
aa1ef921b8
|
@ -0,0 +1 @@
|
|||
Extends policy probationary period until October 31st, 2021. No policies may be created on the network beyond this date.
|
|
@ -76,5 +76,5 @@ TEMPORARY_DOMAIN = ":temporary-domain:" # for use with `--dev` node runtimes
|
|||
NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS = 'NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS'
|
||||
|
||||
|
||||
# Probationary period (see #2353, #2584)
|
||||
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-08-31T23:59:59.0Z')
|
||||
# Probationary period (see #2779)
|
||||
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-10-31T23:59:59.0Z')
|
||||
|
|
Loading…
Reference in New Issue