Commit Graph

105 Commits (171fa40bc8819c0393bab8e70778cf63bf08fb07)

Author SHA1 Message Date
Helder Sepulveda 1f0e7cdf04
Add Ownable2Step extension with 2-step transfer (#3620) 2 years ago
Hadrien Croubois 3dac7bbed7
Merge v4.7 back into master (#3516) 3 years ago
Pascal Marco Caversaccio 40172c22d9
Refactor address-to-hex-string conversion in `_checkRole` function (#3509) 3 years ago
James Finucane 08d109d877
Optimize Ownable and Pausable modifiers' size impact (#3347) 3 years ago
Hadrien Croubois 6339027a7a
Add mention of events possibly emitted (#3421) 3 years ago
Hadrien Croubois a035b235b4
Release v4.6 (#3358) 3 years ago
Hadrien Croubois 668a648bc6
Add utilities for CrossChain messaging (#3183) 3 years ago
Francisco Giordano afb20119b3
Release v4.5 3 years ago
Hadrien Croubois fb950c6166
Add a virtual `_checkRole(bytes32)` internal function to `AccessControl` (#3137) 3 years ago
Hadrien Croubois ecae978cb5
Make more functions virtual (#3078) 3 years ago
Francisco Giordano 6bd6b76d11 4.4.1 3 years ago
Francisco Giordano 4961a51cc7 4.4.0 3 years ago
Francisco Giordano 65ef662a2b 4.4.0-rc.1 3 years ago
Hadrien Croubois 6dab43c3a9 AccessControlEnumerable: Hook into the internal function (#2946) 3 years ago
Hadrien Croubois 7579828180
AccessControlEnumerable: Hook into the internal function (#2946) 3 years ago
Francisco Giordano 0a87a4e75b 4.4.0-rc.0 3 years ago
Francisco Giordano c9bdb1f0ae
Add a comment documenting the package version being used (#2918) 3 years ago
Simon Perriard 6af4ed6169
revokeRole spec mismatch (#2872) 3 years ago
Hadrien Croubois 7237b1672e
Make some private functions internal to allow the developpement of "withSignature" functions (like permit) (#2568) 3 years ago
Hadrien Croubois 18668870fd
Add an interface folder that lists common interfaces (#2517) 4 years ago
Francisco Giordano eea376911b
Reorder AccessControl event to emit after assignment (#2738) 4 years ago
Hadrien Croubois 1db3037808
Fix misleading comments (#2737) 4 years ago
Hadrien Croubois 27e09007cc
Reorder state changes and event emission for consistency (#2719) 4 years ago
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697) 4 years ago
Francisco Giordano df8a0fe8dc Complete documentation of UUPSUpgradeable 4 years ago
Hadrien Croubois df7996b671 add Available since 4.1 comments 4 years ago
Hadrien Croubois 9a698e6b7b add Available since 4.1 comments 4 years ago
Hadrien Croubois e0a2b195e4
Add modifier & internal function with standard revert message in AccessControl (#2609) 4 years ago
Brandon Valosek b1e0aa487d Fix AccessControlEnumerable not tracking renounceRole (#2572) 4 years ago
Brandon Valosek 7adf0d88a0
Fix AccessControlEnumerable not tracking renounceRole (#2572) 4 years ago
Francisco Giordano f07c39be8a Add ERC165 interface detection to AccessControl (#2562) 4 years ago
Francisco Giordano 29ffe6f426
Add ERC165 interface detection to AccessControl (#2562) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Hadrien Croubois e341bdc1b7
Remove enumerable from AccessControl and add AccessControlEnumerable extension (#2512) 4 years ago
Hadrien Croubois 60205944bb
Adopt new Solidity features interfaceId, try/catch, keccak constants (#2487) 4 years ago
Hadrien Croubois 18c7efe800
Make view and pure functions virtual (#2473) 4 years ago
Andre Korol 974c534210
Update contracts to support Solidity 0.8.x (#2442) 4 years ago
Hadrien Croubois 318c4b44ea
Move Context from GSN to utils directory (#2453) 4 years ago
Nicolás Venturo ceb7324657
Update TimelockController.sol (#2446) 4 years ago
Nicolás Venturo fa2b204535
Update TimelockController docs (#2415) 4 years ago
Francisco Giordano 4297be6ac1 Use custom ids for timelock docs section titles 4 years ago
Francisco Giordano 7d02933da3 Use custom ids for timelock docs section titles 4 years ago
Francisco Giordano d2003a6fff Fix NatSpec comment syntax 4 years ago
Francisco Giordano ef0483b4be Fix NatSpec comment syntax 4 years ago
Francisco Giordano 1d1d2ba661 Add mention of TimelockController in intro to access docs 4 years ago
Francisco Giordano 520bf7ac61 Add mention of TimelockController in intro to access docs 4 years ago
Francisco Giordano 90ed1af972
Support compiling with solc 0.7 (#2408) 4 years ago
Francisco Giordano 3f2a2b5f62 Configure compilation with solc 0.7.4 4 years ago
psykeeper 7650210ad6
Make contracts abstract if they had internal constructors (#2383) 4 years ago
Hadrien Croubois 7f3eee750a
Add TimelockController (#2354) 4 years ago