Add newsfragments for #3139.

pull/3139/head
derekpierre 2023-06-08 10:52:06 -04:00
parent 26aaf775e3
commit 0700a126dd
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
`TimeCondition` now uses the timestamp of the latest block for evaluating conditions, instead of system time. System time condition evaluation is no longer supported.

View File

@ -0,0 +1 @@
Deprecated "timelock" time condition that used system time in favor of a condition that uses block time.