Commit Graph

106 Commits (17bc2dabe08289470ce18fb0a16ebb5b58123a22)

Author SHA1 Message Date
Nicolas Bayle 7ddbfe181e
Add access control comment for ERC721 _burn function (#3576) 3 years ago
Aleksei Magusev fbf235661e
Improve grammar in transfer error messages (#3542) 3 years ago
EthanOK 96163c87e3
Implicitly clear ERC721 approval on burn (#3538) 3 years ago
Andrew Parker e02c378745
Implicitly clear ERC721 approval on transfers (#3481) 3 years ago
Hadrien Croubois 3dac7bbed7
Merge v4.7 back into master (#3516) 3 years ago
Francisco Giordano 62f2c0531b
Simplify ERC721 revert reasons (#3438) 3 years ago
rotcivegaf 82a63f6389
Remove redundant require in ERC721 (#3434) 3 years ago
Kata 488dd562fb
Improve error messages for ERC721 and 1155 (#3254) 3 years ago
Nate Lapinski 65b45726b3
Add memory safe assembly annotations (#3384) 3 years ago
GitHubPang e633ee9ed3
Fix spelling and grammar in comments (#3408) 3 years ago
Hadrien Croubois 07b1b472c0
Improve wording consistency in code/doc (#3365) 3 years ago
Hadrien Croubois a035b235b4
Release v4.6 (#3358) 3 years ago
Amin Bashiri 742e85be7c
Change zero address revert message in the balanceOf function of ERC721 and ERC1155 (#3314) 3 years ago
Amirhossein Banavi 62eb4568be
Optimize ERC721 _isApprovedOrOwner function (#3248) 3 years ago
Francisco Giordano afb20119b3
Release v4.5 3 years ago
Muhammad Anas Baig 8f70c8867e
Fix typo in ERC721.sol (#3127) 3 years ago
Francisco Giordano 6bd6b76d11 4.4.1 3 years ago
JulissaDantes b42b05311b
Add ERC721Votes for NFT-based governance (#2944) 3 years ago
robriks 0c858e2071
Improve revert reason in ERC721 (#2975) 3 years ago
Francisco Giordano 4961a51cc7 4.4.0 3 years ago
Francisco Giordano 65ef662a2b 4.4.0-rc.1 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
Hadrien Croubois caba6b93ef
Add an internal _setApprovalForAll function (721 & 1155) (#2834) 3 years ago
Anton Bukov 4e2641a915
Simplify selector access (#2766) 4 years ago
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697) 4 years ago
Santiago Palladino 8ad458e955
Explain how baseURI is used for building the tokenURI (#2679) 4 years ago
William Chargin 08ba72afa2
Fix `ERC721._beforeTokenTransfer` docs (#2653) 4 years ago
Julian M. Rodriguez 74e03de760
removes unused dependency (#2603) 4 years ago
Hadrien Croubois 3dc374ddcf
Make overide of ERC721.isApprovedForAll affect the ERC721 logic (#2597) 4 years ago
Julian M. Rodriguez 6505e28c40 removes invalid character in comments (#2571) 4 years ago
Julian M. Rodriguez fc004c0ad2
removes invalid character in comments (#2571) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Hadrien Croubois 09734e8028
Remove enumerable from ERC721 and add an ERC721Enumerable extension (#2511) 4 years ago
Hadrien Croubois e733b24dfe
Refactor ERC165 to use function overriding instead of storage (#2505) 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
Francisco Giordano 90ed1af972
Support compiling with solc 0.7 (#2408) 4 years ago
soham 0f55c18595
Fix/solc 0.7.4 warnings #2391 (#2396) 4 years ago
tincho aaa5ef81cf
Fix typos (#2343) 4 years ago
Elena Gesheva 04fc35707d
Migrate contracts to Solidity 0.7 (#2319) 5 years ago
Nicolas Tsagarides 7c4a2a0a29
Fix comment reference for function hash (#2307) 5 years ago
Oleg Kuzmenko 3f4420527b
Separate mapping keyword by whitespace (#2287) 5 years ago
Nicolás Venturo e2876b947d Fix docs link 5 years ago
Nicolás Venturo ed3a513f86 Fix broken links 5 years ago
Julian M. Rodriguez 8b58fc7191
feat: add wrapper function for low level calls (#2264) 5 years ago
Nicolás Venturo fac773ac99 Add SPX license identifier (#2235) 5 years ago
GuiCz ecf0725dd1
Documentation/erc721 contracts (#2218) 5 years ago