Commit Graph

1430 Commits (866042d6fc3f611ecf2ad4ba9ab152d6b6ed83fd)

Author SHA1 Message Date
Pandapip1 faf5820f03
Fix many spelling errors (#3274) 3 years ago
Hadrien Croubois 0eba5112c8
Allow the re-initialization of contracts (#3232) 3 years ago
Wias Liaw b13bdb0249
Add bytes32 to bytes32 enumerable map (#3192) 3 years ago
Hadrien Croubois 98716177ae
Inherit ERC20Wrapper decimals from the underlying (#3259) 3 years ago
Hadrien Croubois 52eeebecda spelling fix 3 years ago
Pascal Marco Caversaccio cc1c18098c
Replace immutable with constant for _PERMIT_TYPEHASH (#3196) 3 years ago
Hadrien Croubois f2a311dc4a
Make Votes._getVotingUnits view (#3225) 3 years ago
Hadrien Croubois 8b162e39b5
Add a canceller role to the TimelockController (#3165) 3 years ago
Amirhossein Banavi 62eb4568be
Optimize ERC721 _isApprovedOrOwner function (#3248) 3 years ago
Hadrien Croubois f8bfa560e9
Use _spendAllowance in ERC20FlashMint (#3226) 3 years ago
Ben c239e1af8d
Fix typo (#3241) 3 years ago
Francisco Giordano f590fcdfe9
Fix typo in Proxy.sol 3 years ago
Ben DiFrancesco fd07cc6290
Extend Governor with parameterized votes (#3043) 3 years ago
JulissaDantes abdb20a6bd
Change dependency source to work around Truffle limitation (#3218) 3 years ago
Hadrien Croubois 3e74681e77
Read allowance from overridable function in increase/decrease (#3213) 3 years ago
Hadrien Croubois f6b614a7c5
Perform ERC1155.afterTokenTransfer hooks before acceptance check (#3215) 3 years ago
GitHubPang 458697be32
Fix typos (#3207) 3 years ago
Hadrien Croubois af7ec04b78
Improve security of the onlyGovernance modifier (#3147) 3 years ago
Francisco Giordano 525a672862 Add missing docs about reverts in DoubleEndedQueue 3 years ago
Hadrien Croubois aace774961
Add a double ended queue (#3153) 3 years ago
Hadrien Croubois 3dfc0a44f8
ERC1155 after token transfer hook (#3166) 3 years ago
Alexander be3c5ca504
clarify _spendAllowance natspec (#3188) 3 years ago
GitHubPang 4cb0926f11
Fix grammar typo in doc (#3186) 3 years ago
Francisco Giordano afb20119b3
Release v4.5 3 years ago
Hadrien Croubois c5a6cae898
Add a _spendAllowance function to ERC20 & ERC777 (#3170) 3 years ago
Micah Zoltu 63b466901f
Rename some ERC20 parameters to match the standard document. (#3167) 3 years ago
Francisco Giordano 85566faeb2
Improve documentation of various governance aspects (#3161) 3 years ago
Francisco Giordano bfd05d9646 Add "available since" on Base64.sol 3 years ago
Hadrien Croubois 574f3b89e1
Add proper revert message on overflow of totalSupply during burn (#3144) 3 years ago
Gaspar Dip ca755ce799
Add AddressToUintMap (#3150) 3 years ago
Doug Hoyte 4f8af2dceb
Add test and docs describing a misuse of MerkleProof (#3090) 3 years ago
Harsh Vakharia a81b07ce91
Fix typo in retrieval of onERC721Received selector (#3151) 3 years ago
Francisco Giordano f55d2716a8 Add function documentation for SignatureChecker. 3 years ago
Hadrien Croubois fb950c6166
Add a virtual `_checkRole(bytes32)` internal function to `AccessControl` (#3137) 3 years ago
Hadrien Croubois 6fb1e843cf
Make royaltyInfo(uint256 _tokenId, uint256 _salePrice) virtual (#3133) 3 years ago
Kevin Upton e298476a90
Simplification of ERC777's transfer & transferFrom by using _send (#3128) 3 years ago
Muhammad Anas Baig 8f70c8867e
Fix typo in ERC721.sol (#3127) 3 years ago
JulissaDantes b3b83b558e
Add Slither reentrancy check in CI (#3047) 3 years ago
Hadrien Croubois 3eb2d43b06
Move abs(int256) from Math to SafeMath (#3110) 3 years ago
Hadrien Croubois ecae978cb5
Make more functions virtual (#3078) 3 years ago
Hadrien Croubois e192fac276
Simplify UUPSUpgradeable along the lines of ERC1822 (#3021) 3 years ago
rotcivegaf 3458c1e854
Add SignedMath with math utilities for signed integers (#2686) 3 years ago
Francisco Giordano dee772a55f Add documentation to TokenTimelock 3 years ago
Francisco Giordano 1051db3802 Use abi.encodePacked instead of bytes.concat 3 years ago
Hadrien Croubois c366de3626
Fix encoding of signature+calldata in GovernorCompatibilityBravo (#3100) 3 years ago
0xclaudeshannon 80d8da0564
Do not reduce approval on transferFrom if current allowance is type(uint256).max (#3085) 3 years ago
Hadrien Croubois fd7c4ba8f0
Update pragma in utils/Address.sol to 0.8.1 (#3098) 3 years ago
Martín Triay 828fe365ee
Normalize return variable names in IERC721Enumerable (#3079) 3 years ago
JulissaDantes a65c03bc0d
Implement Non Fungible Token Royalty (EIP2981) (#3012) 3 years ago
Francisco Giordano 1e815f3308 Restructure intro to ERC721 contract docs 3 years ago