Commit Graph

1145 Commits (7c1625b0e024e90415d705d4323c85fbc6ea993c)

Author SHA1 Message Date
Francisco Giordano 7c1625b0e0 Fix ERC721URIStorage in documentation 4 years ago
Hadrien Croubois cd443f0d5b
Add tests to extend code coverage (#2586) 4 years ago
Reason d5194725b7
Add optimization for EnumerableSet (#2588) 4 years ago
Hadrien Croubois 82e3ec3afe
Fix MerkleProof generation in tests and add some documentation (#2585) 4 years ago
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 f076ff5dbd
Further reorganisation of the repo (#2575) 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
Brandon Valosek 7adf0d88a0
Fix AccessControlEnumerable not tracking renounceRole (#2572) 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
Hadrien Croubois 103ff8e23d
Rename variable master to implementation #2 (#2553) 4 years ago
Francisco Giordano cdb929aada Rename variable master to implementation 4 years ago
Francisco Giordano 62af16b9f2
Optimize constructor of ERC777 (#2551) 4 years ago
Francisco Giordano ba1d773176 Fix link to TimelockController 4 years ago
Hadrien Croubois c789941d76
Rename UpgradeableProxy to ERC1967Proxy (#2547) 4 years ago
Franco Victorio 232c355b3a
Fix mentions of buidler (#2548) 4 years ago
Hadrien Croubois 36b855972b
Optimize implementation of ERC20Capped (#2524) 4 years ago
Francisco Giordano 735c03fcf3 Fix package.json files field 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Francisco Giordano c3178ff942 Add message to caution that SafeMath.sol is for Solidity 0.8 4 years ago
Hadrien Croubois f8cc8b844a
Minimal support for ERC2771 (GSNv2) (#2508) 4 years ago
Hadrien Croubois e341bdc1b7
Remove enumerable from AccessControl and add AccessControlEnumerable extension (#2512) 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
Francisco Giordano 0059b17dfc
Remove _isConstructor() check in initializer modifier (#2531) 4 years ago
Hadrien Croubois e733b24dfe
Refactor ERC165 to use function overriding instead of storage (#2505) 4 years ago
Hadrien Croubois f7c8252611
Remove GSNv1 contracts (#2521) 4 years ago
Hadrien Croubois e66e3ca523
Improve gas efficiency of EnumerableMap (#2518) 4 years ago
Hadrien Croubois a44303c373
Remove double sload when doing math checks in tokens (#2506) 4 years ago
Hadrien Croubois 9c1e703990
Add a Strings.toHexString function (#2504) 4 years ago
Hadrien Croubois f2112be4d8
Add revert string to Counter decrement overflow (#2500) 4 years ago
Hadrien Croubois b840341a77
Remove the storage associated with decimals (#2502) 4 years ago
Hadrien Croubois 93438eca0b
Merge 3.4 master into solc-0.8 (#2499) 4 years ago
Francisco Giordano fa64a1ced0 3.4.0 4 years ago
Francisco Giordano 0f553e7f9e Remove SafeMathMock compilation warnings (#2497) 4 years ago
Francisco Giordano f4e57fd529
Remove SafeMathMock compilation warnings (#2497) 4 years ago
Francisco Giordano a0e2bca79a Add "available since" comments in documentation 4 years ago
Francisco Giordano 63a0343dda Add "available since" comments in documentation 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
Hadrien Croubois 03832c130c
Make Context._msgData return "bytes calldata" (#2492) 4 years ago
Francisco Giordano 5609cd4c74 Fix merge errors 4 years ago
Francisco Giordano ff300b10e1 3.4.0-rc.0 4 years ago
Hadrien Croubois 18c7efe800
Make view and pure functions virtual (#2473) 4 years ago
Hadrien Croubois 0931062a3f
Use Address.sendValue instead of address.transfer in RefundEscrow (#2480) 4 years ago