f08ee568b9
checkingInvariantsWithoutGhosts
2021-11-04 17:54:26 +02:00
bfa1dd3756
quotes on var in msg
2021-11-04 15:03:28 +02:00
f7cc2548f3
scripts settings added
2021-11-04 12:54:23 +02:00
a2960e22b9
hooks fixed
2021-11-04 12:35:37 +02:00
21b84349d4
slight changes in scripts + disableLocalTypeChecking
2021-11-04 12:35:11 +02:00
d6e79f4366
Harness private to public
2021-11-04 12:29:04 +02:00
c00d951e06
Harness private to public
2021-11-04 11:51:14 +02:00
6876df00ae
slight changes change for convenience + disableLocalTypeChecking flag for the hooks
2021-11-04 11:50:40 +02:00
e888ea4ccb
Hooks fixed
2021-11-04 11:48:55 +02:00
69f87ad916
slight script changes and ghost fix
2021-11-04 11:27:44 +02:00
a710435535
multiple inheritance is tricky x2
2021-11-03 17:24:35 +02:00
72d4e9c29c
multiple inheritance is tricky
2021-11-03 17:09:27 +02:00
cac49bfc2e
sanity rule preparations
2021-11-03 17:05:06 +02:00
6776cc6ee4
ignore certora's generated files
2021-11-02 14:01:48 +02:00
22030f2fd3
rule drafts
2021-10-07 11:58:47 +03:00
4c1d5e01c6
fixes
2021-09-26 01:43:16 +03:00
fdc4b0cf23
fixes
2021-09-26 01:39:27 +03:00
f239fa56dd
Back to expected pattern?
2021-09-26 00:25:59 +03:00
2c08f85744
start work on governor
2021-09-26 00:21:08 +03:00
1b27c13096
Fix typo in doc of SignatureChecker ( #2881 )
2021-09-24 13:27:53 +00:00
f77fd4667e
fix typo in GovernorCountingSimple ( #2879 )
...
Co-authored-by: Joey Santoro <joseph.santoro@duke.edu >
2021-09-23 08:37:02 +00:00
6af4ed6169
revokeRole spec mismatch ( #2872 )
...
revokeRole emits {RoleRevoked} event if `account` has been revoked `role`
Greetings from ChainSecurity!
2021-09-21 10:16:14 +02:00
01f2ff1ba1
Allow Governor + CompoundTimelock to manage native tokens (eth) in and out of the timelock contract. ( #2849 )
...
* Change GovernorTimelockCompound to support ETH in Timelock
* refactor compound timelock module
* Allow governor to receive ETH is executor == address(this)
2021-09-17 16:57:00 +02:00
296223f876
Merge branch 'release-v4.3'
2021-09-15 10:41:50 -03:00
0c4de6721d
4.3.2
v4.3.2
2021-09-14 18:06:39 -03:00
024cc50df4
Restrict upgrade to proxy context in UUPSUpgradeable
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
(cherry picked from commit 6241995ad3 )
2021-09-14 18:06:00 -03:00
6241995ad3
Restrict upgrade to proxy context in UUPSUpgradeable
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-09-14 17:33:17 -03:00
d02cc020e8
Remove deprecated prepublish script
2021-09-14 17:29:19 -03:00
bc5c8e2c9c
Improve wording of recommendation in Initializable
2021-09-14 16:57:26 -03:00
7237b1672e
Make some private functions internal to allow the developpement of "withSignature" functions (like permit) ( #2568 )
...
* add internal _setOwner in Ownable
* address issues raised in #2567
* updte changelog entry
* improve changelog and documentation
* rephrasing doc
* add cahngelog improvement lost in merge
* notify deprecation of _setupRole in changelog
* Demote caution to note
* Update CHANGELOG.md
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-09-14 09:03:47 +02:00
5e34a84d4a
Fix ERC721URIStorage description in docs
2021-09-13 18:32:43 -03:00
38448c104a
Add recommendation to initialize all contracts that use Initializable
2021-09-13 18:08:50 -03:00
8a5b67fb79
Add notice about location of funds in Governor+Timelock setup ( #2855 )
2021-09-13 17:43:49 -03:00
aefcb3e8aa
Bump tar from 4.4.17 to 4.4.19 ( #2843 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.17 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.17...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-01 14:28:28 +02:00
fb36326a58
Support london with coverage using initialBaseFee = 0 ( #2838 )
2021-08-30 16:42:22 -03:00
9b4326d91e
Fixed a typo ( #2835 )
2021-08-30 15:20:35 +02:00
6edb6dd1ca
4.3.1
v4.3.1
2021-08-26 17:59:03 -03:00
0ec7f4c25d
Add additional isOperationReady check in TimelockController
...
(cherry picked from commit cec4f2ef57 )
2021-08-24 16:23:37 -03:00
cec4f2ef57
Add additional isOperationReady check in TimelockController
2021-08-24 16:23:12 -03:00
52188a2127
Add changelog entry for 3.4.1
2021-08-24 16:09:25 -03:00
83644fdb6a
Remove unused SafeMath.sol import ( #2823 )
2021-08-20 21:26:41 +00:00
56d4063e92
Add comment about optimizer in GovernorCompatibilityBravo
2021-08-20 12:38:44 -03:00
1baa009266
Merge branch 'release-v4.3'
2021-08-17 22:39:45 -03:00
1d2e15fbd7
4.3.0
v4.3.0
2021-08-17 12:35:02 -03:00
e3cbfcd44b
Improve Governor documentation
...
(cherry picked from commit 4ac1070cd3 )
2021-08-17 11:20:50 -03:00
4ac1070cd3
Improve Governor documentation
2021-08-17 11:20:10 -03:00
bb2b687b46
Remove duplicate lines from changelog
...
(cherry picked from commit 38c1dd098c )
2021-08-16 16:55:23 -03:00
38c1dd098c
Remove duplicate lines from changelog
2021-08-16 16:54:41 -03:00
494cc6d3a5
Fix typo casted -> cast
...
(cherry picked from commit b174f067df )
2021-08-13 18:45:15 -03:00
b174f067df
Fix typo casted -> cast
2021-08-13 18:44:44 -03:00