Hadrien Croubois
|
440b65bf77
|
Refactor ERC1155 transfers to use internal functions (#2636)
* Refactor ERC1155 transfers to use internal functions #2622
* apply length check to all internal calls
Co-authored-by: Robert Kaiser <kairo@kairo.at>
|
4 years ago |
Hadrien Croubois
|
df7996b671
|
add Available since 4.1 comments
(cherry picked from commit 9a698e6b7b )
|
4 years ago |
Hadrien Croubois
|
9a698e6b7b
|
add Available since 4.1 comments
|
4 years ago |
Hadrien Croubois
|
915109b2c4
|
Move UUPSUpgradeable to proxy/utils
(cherry picked from commit b9125001f0 )
|
4 years ago |
Hadrien Croubois
|
b9125001f0
|
Move UUPSUpgradeable to proxy/utils
|
4 years ago |
Hadrien Croubois
|
ad90dbdaff
|
4.1.0-rc.0
|
4 years ago |
Hadrien Croubois
|
e0a2b195e4
|
Add modifier & internal function with standard revert message in AccessControl (#2609)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
1c676ac0ec
|
Implement UUPS proxy (ERC1822) (#2542)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
555be63c90
|
Add support for EIP2098 "short signatures" in the ECDSA library (#2582)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Martín Triay
|
7f6a1666fa
|
Add Multicall module (#2608)
|
4 years ago |
Hadrien Croubois
|
0c621246d3
|
Add tooling to verify signatures with support for ERC1271 (#2532)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
5bd798c6e1
|
Add ERC3156 extension of ERC20 (flash minting and lending) (#2543)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
243adff49c
|
fix typo in ERC20's documentation
|
4 years ago |
Francisco Giordano
|
a673994de5
|
4.0.0
|
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 |
Francisco Giordano
|
90a72f9acd
|
Fix ERC721URIStorage in documentation
(cherry picked from commit 7c1625b0e0 )
|
4 years ago |
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)
Co-authored-by: Reason <Reason@Lee.com>
|
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)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
5171e46c47
|
Add an internal _useNonce(address) function in ERC20Permit (#2565)
|
4 years ago |
Hadrien Croubois
|
1ee939e7c4
|
4.0.0-rc.0
|
4 years ago |
Hadrien Croubois
|
27fc833550
|
Make ERC1155.uri public (#2576)
(cherry picked from commit 5dbbda5435 )
|
4 years ago |
Hadrien Croubois
|
0b3e0d74b0
|
Further reorganisation of the repo (#2575)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit f076ff5dbd )
|
4 years ago |
Hadrien Croubois
|
f076ff5dbd
|
Further reorganisation of the repo (#2575)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
b8ab763581
|
Add IERC20Metadata with name, symbol and decimals (#2561)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
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
|
b1e0aa487d
|
Fix AccessControlEnumerable not tracking renounceRole (#2572)
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
(cherry picked from commit 7adf0d88a0 )
|
4 years ago |
Julian M. Rodriguez
|
6505e28c40
|
removes invalid character in comments (#2571)
(cherry picked from commit fc004c0ad2 )
|
4 years ago |
Brandon Valosek
|
7adf0d88a0
|
Fix AccessControlEnumerable not tracking renounceRole (#2572)
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
|
4 years ago |
Julian M. Rodriguez
|
fc004c0ad2
|
removes invalid character in comments (#2571)
|
4 years ago |
Francisco Giordano
|
f07c39be8a
|
Add ERC165 interface detection to AccessControl (#2562)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
(cherry picked from commit 29ffe6f426 )
|
4 years ago |
Francisco Giordano
|
29ffe6f426
|
Add ERC165 interface detection to AccessControl (#2562)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
4 years ago |
Hadrien Croubois
|
954f6110d6
|
4.0.0-beta.1
|
4 years ago |
Hadrien Croubois
|
4390b8df12
|
Add ERC721URIStorage extension (#2555)
(cherry picked from commit 1705067e65 )
|
4 years ago |
Hadrien Croubois
|
1705067e65
|
Add ERC721URIStorage extension (#2555)
|
4 years ago |
Hadrien Croubois
|
136de91049
|
Rename variable master to implementation #2 (#2553)
(cherry picked from commit 103ff8e23d )
|
4 years ago |
Hadrien Croubois
|
103ff8e23d
|
Rename variable master to implementation #2 (#2553)
|
4 years ago |
Francisco Giordano
|
e2bf45f262
|
Rename variable master to implementation
(cherry picked from commit cdb929aada )
|
4 years ago |
Francisco Giordano
|
cdb929aada
|
Rename variable master to implementation
|
4 years ago |
Francisco Giordano
|
93d990c653
|
Optimize constructor of ERC777 (#2551)
(cherry picked from commit 62af16b9f2 )
|
4 years ago |
Francisco Giordano
|
62af16b9f2
|
Optimize constructor of ERC777 (#2551)
|
4 years ago |
Francisco Giordano
|
3dfd02b4b4
|
Fix link to TimelockController
(cherry picked from commit ba1d773176 )
|
4 years ago |
Hadrien Croubois
|
16312fcfb9
|
Rename UpgradeableProxy to ERC1967Proxy (#2547)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit c789941d76 )
|
4 years ago |
Franco Victorio
|
a81a88cca0
|
Fix mentions of buidler (#2548)
(cherry picked from commit 232c355b3a )
|
4 years ago |
Francisco Giordano
|
ba1d773176
|
Fix link to TimelockController
|
4 years ago |