Commit Graph

915 Commits (9702b67ce13d8cd289149226c8c143bb0552b08d)

Author SHA1 Message Date
Francisco 9445f96223
Adjust ERC2771Context._msgData for msg.data.length < 20 (#4484) 2 years ago
Ernesto García 28d9ac2bdb
Make ERC2771Context return original sender address if `msg.data.length <= 20` (#4481) 2 years ago
Ernesto García 121be5dd09
Make `TransparentUpgradeableProxy` deploy its `ProxyAdmin` and optimize proxy interfaces (#4382) 2 years ago
Renan Souza 9cf873ea14
Change access folder structure (#4359) 2 years ago
Francisco 84db204a41
Rename rounding modes and complete with fourth (#4455) 2 years ago
Ernesto García b6c5abbde5
Add `GovernorTimelockControl` address to `TimelockController` salt (#4432) 2 years ago
Pierre Grimaud 921ac49ccb
Fix typos in the tests (#4452) 2 years ago
Ernesto García 24ebff5ae9
Remove unused imports (#4436) 2 years ago
Francisco 4bac6fa310
Improve custom error helper when there is no match (#4437) 2 years ago
Ernesto García f5bf7233cb
Add `ERC2771Forwarder` fuzz tests for avoiding loss of unused ETH (#4396) 2 years ago
Ernesto García 0053ee040a
Move `ECDSA` message hash methods to its own `MessageHashUtils` library (#4430) 2 years ago
Ernesto García 63bfab1a0c
Enable ERC-1271 signature checks in Governor `castVoteBySig` (#4418) 2 years ago
Renan Souza 90163661df
Implement ERC165 tests realted to invalidID (#4414) 2 years ago
Renan Souza e3adf91e50
Add state getter in TimelockController using OperationState enum (#4358) 2 years ago
Ernesto García 6e21422737
Add Governor signature nonces (#4378) 2 years ago
Ernesto García bb64458928
Implement recommendations from 5.0 audit Phase 1A (#4398) 2 years ago
Francisco 874c2d3c02
Use explicit imports (#4399) 2 years ago
Renan Souza d6a8b2ccd7
Fix details AccessControl-test (#4391) 2 years ago
Ernesto García 023894deef
Add `ERC2771Forwarder` as an enhanced successor to `MinimalForwarder` (#4346) 2 years ago
Ernesto García 8cab922347
Rename `ERC1155InsufficientApprovalForAll` to `ERC1155MissingApprovalForAll` (#4381) 2 years ago
Hadrien Croubois 1e0e4e20bb
Do not emit Approval event when calling transferFrom (#4370) 2 years ago
Hadrien Croubois dac2457a80
Improve customError testing (#4376) 2 years ago
Hadrien Croubois 2271e2c58d
Use clones for testing non ERC1967 proxies (#4371) 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
Balaji Shetty Pachai 1f4e33fb72
Add toStringSigned to Strings.sol (#4330) 2 years ago
Francisco c95a445130
Detect MerkleProof multiproof invariant violation (#4367) 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
Ernesto García 2477534260
Change behavior of ceilDiv(0, 0) and improve test coverage (#4348) 2 years ago
Ernesto García 5cc1ea0a39
Add `GUIDELINES.md` for marking `abstract` contracts (#4010) 2 years ago
Hadrien Croubois 7cc2cbfeb5
Cleanup the structure of GovernorTimelockControl.test.js (#4302) 2 years ago
Renan Souza 604025400f
Add EIP-712 `name` and `version` getters (#4303) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Hadrien Croubois d9474327a4
Merge pull request from GHSA-5h3x-9wvq-w4m2 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
Hadrien Croubois 4448c13c3c
Move the Checkpoints library to utils/structs (#4275) 2 years ago
kfishnchips 5420879d9b
Ability to set starting token id for ERC721Consecutive (#4097) 2 years ago
Hadrien Croubois 25edd3cd62
Use SafeERC20.forceApprove in safeIncreaseAllowance and safeDecreaseAllowance (#4260) 2 years ago
Balaji Shetty Pachai cbc6145f5f
Removes zero address check from balanceOf in ERC1155 (#4263) 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
Hadrien Croubois 3ec4307c8a
Fix bug allowing anyone to cancel an admin renounce (#4238) 2 years ago
Francisco 3e1b25a5cf
Clean up pending admin schedule on renounce in DefaultAdminRules (#4230) 2 years ago
Francisco 51294b7480
Make transpilation setup local to this repo (#4041) 2 years ago
Hadrien Croubois 72ed4ca67a
Ensure AccessControlDefaultAdminRules's initialDefaultAdmin is non-zero (#4220) 2 years ago
Francisco 9e8b74a0e2
Add more test cases for EIP712 (#4212) 2 years ago