Commit Graph

395 Commits (8186c07a83c09046c6fbaa90a035ee47e4d7d785)

Author SHA1 Message Date
Hadrien Croubois 9e3f4d60c5
Use the _update mechanism in ERC721 (#4377) 2 years ago
Ernesto García cb0ffefe2f
Use named arguments in mapping types (#4433) 2 years ago
Ernesto García 70578bbb44
Allow Initializable versions greater than 256 (#4460) 2 years ago
Ernesto García f715365ec4
Implement recommendations from 5.0 audit Phase 1B (#4502) 2 years ago
Hadrien Croubois 21716722ad
Remove GovernorCompatibilyBravo and add simpler GovernorStorage (#4360) 2 years ago
Hadrien Croubois 00cbf5a236
Update pragma to 0.8.20 (#4489) 2 years ago
Hadrien Croubois d6b63a48ba
Fix issues in the ERC4646Fee documentation (#4487) 2 years ago
Ernesto García f631d8a5f0
Improve ERC4626 fees example (#4476) 2 years ago
Francisco 9445f96223
Adjust ERC2771Context._msgData for msg.data.length < 20 (#4484) 2 years ago
Ernesto García 121be5dd09
Make `TransparentUpgradeableProxy` deploy its `ProxyAdmin` and optimize proxy interfaces (#4382) 2 years ago
Francisco 84db204a41
Rename rounding modes and complete with fourth (#4455) 2 years ago
Ernesto García 24ebff5ae9
Remove unused imports (#4436) 2 years ago
Francisco 874c2d3c02
Use explicit imports (#4399) 2 years ago
Hadrien Croubois 1e0e4e20bb
Do not emit Approval event when calling transferFrom (#4370) 2 years ago
Hadrien Croubois 365aca6d60
Improve tests for ERC1155 and ERC721 error handling (#3781) 2 years ago
Ernesto García 1d0dbcf9ab
Make `TransparentUpgradeableProxy` admin immutable (#4354) 2 years ago
Hadrien Croubois 1a77a508f9
Move upgradeToAndCallUUPS to UUPSUpgradeable (#4356) 2 years ago
Claudia Barcelo cd48b3eab3
Add validation in Governor on ERC-721 or ERC-1155 received (#4314) 2 years ago
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