Anton Bukov
29eeb2828e
Fix EIP712 for delegatecalls ( #2852 )
...
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
renovate[bot]
75d422feca
Update lockfile ( #2842 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Francisco Giordano
6f23efa970
Review wording of SafeMath need in Solidity 0.8 ( #2898 )
3 years ago
Nicolas Mahe
1b27c13096
Fix typo in doc of SignatureChecker ( #2881 )
3 years ago
Joey
f77fd4667e
fix typo in GovernorCountingSimple ( #2879 )
...
Co-authored-by: Joey Santoro <joseph.santoro@duke.edu>
3 years ago
Simon Perriard
6af4ed6169
revokeRole spec mismatch ( #2872 )
...
revokeRole emits {RoleRevoked} event if `account` has been revoked `role`
Greetings from ChainSecurity!
3 years ago
Hadrien Croubois
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)
3 years ago
Francisco Giordano
296223f876
Merge branch 'release-v4.3'
3 years ago
Francisco Giordano
0c4de6721d
4.3.2
3 years ago
Hadrien Croubois
024cc50df4
Restrict upgrade to proxy context in UUPSUpgradeable
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit 6241995ad3
)
3 years ago
Hadrien Croubois
6241995ad3
Restrict upgrade to proxy context in UUPSUpgradeable
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Francisco Giordano
d02cc020e8
Remove deprecated prepublish script
3 years ago
Francisco Giordano
bc5c8e2c9c
Improve wording of recommendation in Initializable
3 years ago
Hadrien Croubois
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>
3 years ago
Francisco Giordano
5e34a84d4a
Fix ERC721URIStorage description in docs
3 years ago
Francisco Giordano
38448c104a
Add recommendation to initialize all contracts that use Initializable
3 years ago
Francisco Giordano
8a5b67fb79
Add notice about location of funds in Governor+Timelock setup ( #2855 )
3 years ago
dependabot[bot]
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>
3 years ago
Hadrien Croubois
fb36326a58
Support london with coverage using initialBaseFee = 0 ( #2838 )
3 years ago
Hasan Raza
9b4326d91e
Fixed a typo ( #2835 )
3 years ago
Francisco Giordano
6edb6dd1ca
4.3.1
3 years ago
Francisco Giordano
0ec7f4c25d
Add additional isOperationReady check in TimelockController
...
(cherry picked from commit cec4f2ef57
)
3 years ago
Francisco Giordano
cec4f2ef57
Add additional isOperationReady check in TimelockController
3 years ago
Francisco Giordano
52188a2127
Add changelog entry for 3.4.1
3 years ago
Buns
83644fdb6a
Remove unused SafeMath.sol import ( #2823 )
4 years ago
Francisco Giordano
56d4063e92
Add comment about optimizer in GovernorCompatibilityBravo
4 years ago
Francisco Giordano
1baa009266
Merge branch 'release-v4.3'
4 years ago
Francisco Giordano
1d2e15fbd7
4.3.0
4 years ago
Francisco Giordano
e3cbfcd44b
Improve Governor documentation
...
(cherry picked from commit 4ac1070cd3
)
4 years ago
Francisco Giordano
4ac1070cd3
Improve Governor documentation
4 years ago
Francisco Giordano
bb2b687b46
Remove duplicate lines from changelog
...
(cherry picked from commit 38c1dd098c
)
4 years ago
Francisco Giordano
38c1dd098c
Remove duplicate lines from changelog
4 years ago
Francisco Giordano
494cc6d3a5
Fix typo casted -> cast
...
(cherry picked from commit b174f067df
)
4 years ago
Francisco Giordano
b174f067df
Fix typo casted -> cast
4 years ago
Francisco Giordano
7072b623af
Fix typo casted -> cast
...
(cherry picked from commit 9253c614d2
)
4 years ago
Francisco Giordano
4a6d82acb9
add workflow to trigger transpilation to upgradeable contracts
...
(cherry picked from commit 049ff9a3c7
)
4 years ago
Francisco Giordano
9253c614d2
Fix typo casted -> cast
4 years ago
Francisco Giordano
049ff9a3c7
add workflow to trigger transpilation to upgradeable contracts
4 years ago
renovate[bot]
73425c22d8
Update lockfile ( #2787 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Julian M. Rodriguez
832ff3b9f9
Fix docs function for ECDSA ( #2819 )
4 years ago
Hadrien Croubois
635e36ff08
4.3.0-rc.0
4 years ago
Francisco Giordano
6618f9f184
Fix documentation of functions in interfaces directory
4 years ago
Francisco Giordano
7fcacb549b
Fix name of interfaces directory in changelog
4 years ago
Anton Bukov
541e82144f
Optimize EOA signature verification ( #2661 )
...
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
18668870fd
Add an interface folder that lists common interfaces ( #2517 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
694f169832
Remove changelog entry for test changes
4 years ago
Hadrien Croubois
7279273ebb
Fix inconsistencies in contract/test hierachy ( #2814 )
...
* Fix inconsistencies in contract/test hierachy
* changelog entry
4 years ago
William Entriken
d89f2a4ac6
Update ERC721.behavior.js ( #2801 )
4 years ago
Hadrien Croubois
48375aa908
Read optional compiler version from args/envvars ( #2810 )
4 years ago
Francisco Giordano
29957d4a47
Add Governor guide ( #2811 )
4 years ago