Commit Graph

377 Commits (c014c8f1484b2fcbac5fae9c05b6d63771f0d716)

Author SHA1 Message Date
Hadrien Croubois ff85c7b0eb
Make ERC1967Upgrades a library instead of an abstract contract (#4325) 2 years ago
Ernesto García 2477534260
Change behavior of ceilDiv(0, 0) and improve test coverage (#4348) 2 years ago
Hadrien Croubois ef103f37e4
Replace some uses of abi.encodePacked with more explicit alternatives (#4296) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Renan Souza df2778f38e
Remove override interface implementations (#4315) 2 years ago
Balaji Shetty Pachai 4fd2f8be33
Replace abi.encodeWithSelector & abi.encodeWithSignature with abi.encodeCall (#4293) 2 years ago
Francisco 85696d80ad
Remove further hardcoded function resolution (#4309) 2 years ago
Francisco 3902a410f1
Remove DOMAIN_SEPARATOR from Votes and update docs examples (#4297) 2 years ago
Hadrien Croubois 2ee1da12c4
Remove utils/Counters.sol (#4289) 2 years ago
Ernesto García 7bb5592ad5
Bump minimum pragma version to `0.8.19` (#4288) 2 years ago
Hadrien Croubois 15c5c71795
Remove TokenTimelock, PaymentSplitter, ERC20Snapshot, ERC20VotesComp, GovernorVotesComp (#4276) 2 years ago
kfishnchips 5420879d9b
Ability to set starting token id for ERC721Consecutive (#4097) 2 years ago
Hadrien Croubois 13d5e0466a
Make Ownable's initial owner explicit (#4267) 2 years ago
Hadrien Croubois 0f10efe232
Remove code in preparation for v5.0 (#4258) 2 years ago
Ernesto García 538655c3c0
Add reentrancy test cases for ERC4626 (#4197) 2 years ago
Ernesto García ab2604ac5b
Add reentrancy test cases for TimelockController (#4200) 2 years ago
Ernesto García 1a079d258b
Improve Address tests (#4191) 2 years ago
Pascal Marco Caversaccio dd1265cb1d
Improve `ERC4626` test coverage (#4134) 2 years ago
Hadrien Croubois 8b47e96af1
Add SafeERC20.forceApprove() (#4067) 2 years ago
Hadrien Croubois d5581531de
Add a "fees" section to the ERC4626 guide (#4054) 2 years ago
Francisco adb861fb3b
Change Governor.cancel to receive all parameters (#4056) 2 years ago
Hadrien Croubois d64d7aa5d1
ERC4626 inflation attack mitigation (#3979) 2 years ago
Hadrien Croubois 790cc5b65a
Add timestamp based governor with EIP-6372 and EIP-5805 (#3934) 2 years ago
Hadrien Croubois 91e8d0ba3c
Add `string` and `bytes` support to the `StorageSlots` library (#4008) 2 years ago
Hadrien Croubois 5e28952cbd
Add a public Governor.cancel function (#3983) 2 years ago
blockeater 69c8d1010e
Make upgradeTo and upgradeToAndCall public (#3959) 2 years ago
Pascal Marco Caversaccio a284569a7c
Rename `ERC20ReturnFalseMock copy.sol` to `ERC20ReturnFalseMock.sol` (#4000) 2 years ago
JulissaDantes c5d040beb9
Remove Address.isContract (#3945) 2 years ago
Hadrien Croubois 2a62fb4a2d
Improve TransparentUpgradeableProxy's transparency (#3977) 2 years ago
Hadrien Croubois 30c3c6c16e
Clean up after merging master into next-v5.0 (#3956) 2 years ago
Hadrien Croubois 7c6e289782
Prepare tests for hardhat-exposed transition (#3930) 2 years ago
JulissaDantes d210847e28
Fix ERC20._update (#3921) 2 years ago
JulissaDantes 97bba5adaa
Remove ERC1155 hooks (#3876) 2 years ago
Hadrien Croubois c1d9da4052
Use hardhat-exposed to reduce the need for mocks (#3666) 2 years ago
Pierre Grimaud b0db207e4e
Fix typos in testing files (#3899) 2 years ago
ganone 8335676b0e
Add Strings.toString for signed integers (#3773) 2 years ago
Matteo Casonato 7a6a9d1516
Add Strings.equal (#3774) 2 years ago
Francisco Giordano 4147005b0c Update Prettier Solidity (#3898) 2 years ago
Francisco b709eae01d
Update Prettier Solidity (#3898) 2 years ago
JulissaDantes 81dbe643a0 Remove ERC165Storage (#3880) 2 years ago
JulissaDantes e2d2ebc8fc
Make ERC20Votes independent from ERC20Permit (#3816) 2 years ago
Hadrien Croubois 0b6becd49f
Remove the draft prefix to ERC20Permit (#3793) 2 years ago
Hadrien Croubois 014ce9c6e6 ERC721ConsecutiveEnumerable is no longer unreachable 2 years ago
Hadrien Croubois a1948250ab ERC721ConsecutiveEnumerable is no longer unreachable 2 years ago
Francisco 3742c16948 Refactor consecutive transfer hooks (#3753) 2 years ago
Francisco 08d5e4a9b0
Refactor consecutive transfer hooks (#3753) 2 years ago
zhiqiangxu eb03304b70
Add ReentrancyGuard status getter (#3714) 2 years ago
Francisco 089f9b95af Ignore specific warnings and make the rest into errors (#3695) 2 years ago
Francisco 046121e080
Ignore specific warnings and make the rest into errors (#3695) 2 years ago
Francisco a615329423 Make ERC721Votes no longer a Draft (#3699) 2 years ago