Commit Graph

465 Commits (cd443f0d5b25487b8cf614cf717a4d22fe9c3c63)

Author SHA1 Message Date
Evert0x 682def9f89
Typo in ERC20 constructor docstring (#2581) 4 years ago
Ross Campbell 96aece07f3
Fix docs formatting in IERC20Permit (#2579) 4 years ago
Hadrien Croubois 5171e46c47
Add an internal _useNonce(address) function in ERC20Permit (#2565) 4 years ago
Hadrien Croubois b8ab763581
Add IERC20Metadata with name, symbol and decimals (#2561) 4 years ago
Hadrien Croubois 78a9821129
Mint ERC777 without reception ack (#2552) 4 years ago
Hadrien Croubois 5dbbda5435
Make ERC1155.uri public (#2576) 4 years ago
Julian M. Rodriguez fc004c0ad2
removes invalid character in comments (#2571) 4 years ago
Francisco Giordano 29ffe6f426
Add ERC165 interface detection to AccessControl (#2562) 4 years ago
Hadrien Croubois 1705067e65
Add ERC721URIStorage extension (#2555) 4 years ago
Francisco Giordano 62af16b9f2
Optimize constructor of ERC777 (#2551) 4 years ago
Hadrien Croubois 36b855972b
Optimize implementation of ERC20Capped (#2524) 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
Francisco Giordano 7d20d0e2d2
Use immutable variables where possible (#2528) 4 years ago
Hadrien Croubois e733b24dfe
Refactor ERC165 to use function overriding instead of storage (#2505) 4 years ago
Hadrien Croubois a44303c373
Remove double sload when doing math checks in tokens (#2506) 4 years ago
Hadrien Croubois b840341a77
Remove the storage associated with decimals (#2502) 4 years ago
Hadrien Croubois 5db7413827
re-enabling safemath revert reasons in ERC20, ERC777 and ERC1155 (#2491) 4 years ago
Hadrien Croubois 60205944bb
Adopt new Solidity features interfaceId, try/catch, keccak constants (#2487) 4 years ago
Francisco Giordano 5609cd4c74 Fix merge errors 4 years ago
Hadrien Croubois 18c7efe800
Make view and pure functions virtual (#2473) 4 years ago
Francisco Giordano 3b4c951838
Fix ERC777 potential reentrancy issues (#2483) 4 years ago
Andre Korol 974c534210
Update contracts to support Solidity 0.8.x (#2442) 4 years ago
Hadrien Croubois faec973e09
Make non-view functions virtual (#2468) 4 years ago
Bill Hsu 65b7e515a2
Align comments (#2458) 4 years ago
Hadrien Croubois 318c4b44ea
Move Context from GSN to utils directory (#2453) 4 years ago
Alex Beregszaszi 6be0b410dc
Use explicit conversions between addresses and numbers (#2439) 4 years ago
Nicolás Venturo ecc66719bd
Add ERC20 Permit (EIP-2612) (#2237) 4 years ago
Francisco Giordano 268c6ab36c Edit ERC20 API index to make it clearer 4 years ago
Francisco Giordano 42da4d6867
Fix name of argument in docstring 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
Nicolás Venturo e98b187e64
Fix typos in ERC20 docs (#2364) 4 years ago
Ross Campbell ca7ee098ca
Fix whitespace in IERC721Receiver (#2359) 4 years ago
Ross Campbell 1229c28ce0
Update ERC20.sol (#2357) 4 years ago
Andrew B Coathup ded2b0a55c
Fix minor typos and grammar in docs (#2338) 4 years ago
tincho aaa5ef81cf
Fix typos (#2343) 4 years ago
sunhurts 6d5a73815d
Fix ERC20Snapshot#_beforeTokenTransfer (#2328) 5 years ago
soham 48072e439d
Fix function state mutability warning (#2327) 5 years ago
Julian M. Rodriguez 9700e6b4bd
Use beforeTokenTransfer hook in ERC20Snapshot (#2312) 5 years ago
Elena Gesheva 04fc35707d
Migrate contracts to Solidity 0.7 (#2319) 5 years ago
Julian M. Rodriguez 0c667ca32a
docs: add note explaining opinionated presets (#2313) 5 years ago
Nicolas Tsagarides 7c4a2a0a29
Fix comment reference for function hash (#2307) 5 years ago
Francisco Giordano ef3bbbcf40
Add readme notices with link to docs site (#2300) 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
Nicolás Venturo b72088a90a Add 'available since' notices 5 years ago
Julian M. Rodriguez 8b58fc7191
feat: add wrapper function for low level calls (#2264) 5 years ago
Nicolás Venturo d9fa59f30a
Address ERC1155 changes (#2267) 5 years ago