Commit Graph

92 Commits (5b6112000c2e1b61db63d7b0bb33ab0775ec0975)

Author SHA1 Message Date
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
Nicolás Venturo 56de324afe
Add SPX license identifier (#2235) 5 years ago
Nicolás Venturo 715ec806f0
ERC721 deploy ready fixes (#2192) 5 years ago
Nicolás Venturo 5bb8d0245b
Improve Hooks documentation (#2199) 5 years ago
Nicolás Venturo 13e113df81 Improve usage of toString 5 years ago
Francisco Giordano 8b10cb38d8
Rename Strings.fromUint256 to Strings.toString (#2188) 5 years ago
Robert Kaiser b6513f6ad7
provide 'automatic' token URI by appending the token ID to the base URI (#2174) 5 years ago
Francisco Giordano 885378e421 Fix some of the code formatting in docs 5 years ago
Nicolás Venturo bd0778461d
Add EnumerableMap, refactor ERC721 (#2160) 5 years ago
Nicolás Venturo 5b5d91c9d4
Remove 'external' functions (#2162) 5 years ago
Nicolás Venturo 24c37c1f9e
Bundle ERC721 extensions into base contract (#2149) 5 years ago
Nicolás Venturo f1db30955d
Remove deprecated functions and contracts (#2125) 5 years ago
Nicolás Venturo c9630526e2
Draft and lifecycles directories cleanup (#2122) 5 years ago
Nicolás Venturo 5dfe7215a9
Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Hao (Alan) Tang 7d7cbcad14 Fix/improve revert reason #1727 (#2018) 5 years ago