Commit Graph

3261 Commits

Author SHA1 Message Date
aaa5a5abab Merge branch 'master' into fv/Governor 2023-05-23 21:10:28 +02:00
a1d57bac50 Improve FV specifications for AccessControlDefaultAdminRules (#4223)
Co-authored-by: ernestognw <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
2023-05-23 12:54:34 -06:00
dfef6a68ee Fix error when running hardhat test with parameters (#4265) 2023-05-19 21:49:23 +00:00
96b95592c3 Fix grammar in docs (#4250) 2023-05-16 23:23:52 -03:00
1642b6639b Reduce frequency of version comment updates (#4244) 2023-05-12 14:22:26 -03:00
3ec4307c8a Fix bug allowing anyone to cancel an admin renounce (#4238)
Co-authored-by: Francisco Giordano <fg@frang.io>
2023-05-11 17:17:06 +00:00
f355bd3a2a Prevent attempt to publish to npm (#4239) 2023-05-11 13:41:02 -03:00
3e1b25a5cf Clean up pending admin schedule on renounce in DefaultAdminRules (#4230) 2023-05-10 20:08:05 +00:00
f7b236dca8 Configure Codespell to check hidden files (#4236) 2023-05-10 21:58:56 +02:00
e5dbc7435e Add final PDF report for v4.9 audit (#4235) 2023-05-10 15:59:11 -03:00
e9f23aba2d Merge remote-tracking branch 'upstream' into fv/Governor 2023-05-10 10:30:27 +02:00
9a2e4cb3a7 Update codespell-project/actions-codespell action to v2 (#4229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-09 20:59:22 -03:00
d095542fa4 Disable code size warnings on exposed contracts 2023-05-09 17:36:33 -03:00
dff520afae Specify changeset PRs manually 2023-05-09 16:53:55 -03:00
df3f1fc4db Specify changeset commit manually 2023-05-09 16:37:25 -03:00
0ee84342b7 Add PDF report for v4.9 audit (#4227) 2023-05-09 16:09:52 -03:00
51294b7480 Make transpilation setup local to this repo (#4041)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
2023-05-09 15:52:23 -03:00
34d926dd7e Implement extra suggestions from audit review of 4.9 (#4224) 2023-05-09 13:19:35 -03:00
6d539e6c31 comment out rules that timeout 2023-05-09 17:17:57 +02:00
2e1d0b3756 fix spec file 2023-05-09 10:31:17 +02:00
e9779f8ef2 Merge remote-tracking branch 'upstream' into fv/Governor 2023-05-09 10:27:50 +02:00
832c352c7d Update lockfile (#4203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-09 00:04:41 -03:00
908f78d07b Enable more Slither detectors (#4219) 2023-05-08 18:00:49 -03:00
692d8c85a4 Fix lookup documentation in ERC20Votes and Checkpoints (#4218)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2023-05-05 17:25:23 -03:00
72ed4ca67a Ensure AccessControlDefaultAdminRules's initialDefaultAdmin is non-zero (#4220)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
2023-05-05 16:31:23 -03:00
dcba9f995f Add AccessControlDefaultAdminRules FV (#4180)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
2023-05-05 16:27:43 -03:00
c664f5f2c1 try to simplify rules 2023-05-05 21:20:12 +02:00
3431624598 up 2023-05-05 15:14:07 +02:00
9a33b0d2a2 split stateTransitionFn as multiple rules with requires 2023-05-05 15:07:56 +02:00
8b2ed0f570 Fix early reporting of FV prover's output (#4213)
Co-authored-by: Francisco <fg@frang.io>
2023-05-04 13:54:22 -03:00
a97d3f5ce9 codespell 2023-05-04 17:26:16 +02:00
df88ea34d0 fix lint 2023-05-04 17:24:35 +02:00
fd5f309d86 improve stateTransitionWait 2023-05-04 16:51:18 +02:00
9e8b74a0e2 Add more test cases for EIP712 (#4212) 2023-05-04 10:33:57 -03:00
e856ebbbb5 Merge branch 'CI/FV/urls' into fv/Governor 2023-05-04 15:20:08 +02:00
e83fdf0828 trying to fix timeout 2023-05-04 11:32:39 +02:00
7c37ea0ff6 fix rewrite 2023-05-04 10:23:59 +02:00
2a6ccebfb7 Fix early reporting of FV prover's output 2023-05-04 10:20:40 +02:00
3d9ef789cc fix import path 2023-05-03 18:40:46 +02:00
75d6f5a42c move Governor.helpers.spec to helpers folder 2023-05-03 17:52:59 +02:00
f21451facc Merge branch 'master' into fv/Governor 2023-05-03 16:43:02 +02:00
a7ee03565b Move certora helpers to a dedicated folder (#4211) 2023-05-03 14:34:14 +00:00
10022da83d Disable automatic formal verification workflow on push (#4208) 2023-05-03 16:13:42 +02:00
6af1f18eb5 merge master 2023-05-03 15:17:23 +02:00
0daafdb01e fix harness 2023-05-03 12:31:07 +02:00
c8457ba975 Merge branch 'master' of github.com:OpenZeppelin/openzeppelin-contracts 2023-05-03 10:39:50 +02:00
538655c3c0 Add reentrancy test cases for ERC4626 (#4197)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
2023-05-03 09:35:48 +02:00
e928466183 Do not run the FV workflow automatically on master 2023-05-03 09:18:48 +02:00
0a2a33be30 Add formal verification specs for EnumerableSet & EnumerableMap (#4167)
Co-authored-by: Francisco <fg@frang.io>
2023-05-03 02:54:23 +00:00
ab2604ac5b Add reentrancy test cases for TimelockController (#4200)
Co-authored-by: Francisco <fg@frang.io>
2023-05-02 11:36:56 +02:00