You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spell/spell-reviewer-mainnet-checklist.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
* [ ] Office hours is `true` IF spell introduces a major change that can affect external parties (e.g.: keepers are affected in case of collateral offboarding) OTHERWISE explicitly set to `false`
20
20
* [ ] Office hours value matches the Exec Sheet
21
21
* [ ] 30 days spell expiry set in the constructor (`block.timestamp + 30 days`)
22
+
* [ ] `make safeharbor-generate` outputs matches the instructions on the Exec Sheet. If there is a mismatch, notify Governance Facilitators.
22
23
* Spell description
23
24
* [ ] Description follows the format `TARGET_DATE MakerDAO Executive Spell | Hash: EXEC_DOC_HASH`
24
25
* [ ] `TARGET_DATE` in the description matches the target date
@@ -391,6 +392,7 @@ _Insert your local test logs here_
391
392
* [ ] No reverts are present that block execution
392
393
* [ ] No out-of-gas errors are present
393
394
* [ ] `make safeharbor-generate` against the testnet returns "no updates"
395
+
* [ ] If the script outputs a warning indicated by ⚠️ ❗, notify Governance Facilitators.
394
396
* Archive checks
395
397
* [ ] `make diff-archive-spell` for current date or `make diff-archive-spell date="YYYY-MM-DD"`
396
398
* [ ] Ensure date corresponds to target Exec Doc date
0 commit comments