Merge pull request #2779 from KPrasch/probation

Extend the policy probation period.
pull/2781/head
KPrasch 2021-08-19 10:34:24 -07:00 committed by GitHub
commit 8edfe3224d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')