Extend the policy probation period.

pull/2779/head
Kieran R. Prasch 2021-08-18 21:08:53 -07:00
parent 1f7ee94489
commit aa1ef921b8
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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')