Hadrien Croubois
d104ced953
fix changelog format
...
(cherry picked from commit 2658e01baa
)
4 years ago
renovate[bot]
1fd54698ff
Update lockfile ( #2573 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
(cherry picked from commit 9612b891c9
)
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
Francisco Giordano
d75b4cf613
Update changelog to list beta bugfix separately
...
(cherry picked from commit 5aab6ff81b
)
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
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
69ca2ad676
Fix name of ERC721URIStorage contract in changelog
...
(cherry picked from commit 3d587f3043
)
4 years ago
Hadrien Croubois
ae1e384a9a
Fix prepack script
...
(cherry picked from commit 10c52439dd5118d4b671e12d691bfde42c987fb9)
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
cb88e15b33
Enable optimizations when publishing package ( #2557 )
...
(cherry picked from commit 618a735816
)
4 years ago
Hadrien Croubois
136de91049
Rename variable master to implementation #2 ( #2553 )
...
(cherry picked from commit 103ff8e23d
)
4 years ago
Francisco Giordano
e2bf45f262
Rename variable master to implementation
...
(cherry picked from commit cdb929aada
)
4 years ago
Francisco Giordano
93d990c653
Optimize constructor of ERC777 ( #2551 )
...
(cherry picked from commit 62af16b9f2
)
4 years ago
Francisco Giordano
3dfd02b4b4
Fix link to TimelockController
...
(cherry picked from commit ba1d773176
)
4 years ago
Francisco Giordano
7a7bd8f6d7
Fix typo Controler -> Controller
...
(cherry picked from commit 583146f9d6
)
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
5acedf5027
Change title of meta transactions page in docs sidebar
...
(cherry picked from commit 773c7265e8
)
4 years ago
renovate[bot]
566c601d41
Update lockfile ( #2546 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
(cherry picked from commit 742c436d28
)
4 years ago
Hadrien Croubois
15214a53ce
Optimize implementation of ERC20Capped ( #2524 )
...
(cherry picked from commit 36b855972b
)
4 years ago
Francisco Giordano
d5f4862405
Fix package.json files field
...
(cherry picked from commit 735c03fcf3
)
4 years ago
Francisco Giordano
4a1985f870
Fix migrate-imports.js test for upgradeable paths
...
(cherry picked from commit 4519c237c5
)
4 years ago
Francisco Giordano
ac8279a0a5
Update Antora component version
4 years ago
Francisco Giordano
7cab19a2e4
Check upgradeable paths in migrate-imports test
...
(cherry picked from commit 4ee9fd77fd
)
4 years ago
Francisco Giordano
556cdf5f1a
4.0.0-beta.0
4 years ago
Francisco Giordano
c760fe9a2e
Update package-lock.json
4 years ago
Hadrien Croubois
24a0bc23cf
Reorganize the repo structure ( #2503 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
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 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
e341bdc1b7
Remove enumerable from AccessControl and add AccessControlEnumerable extension ( #2512 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
09734e8028
Remove enumerable from ERC721 and add an ERC721Enumerable extension ( #2511 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
7d20d0e2d2
Use immutable variables where possible ( #2528 )
...
Co-authored-by: rotciv <victorfage@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
4 years ago
Francisco Giordano
0059b17dfc
Remove _isConstructor() check in initializer modifier ( #2531 )
...
* Remove _isConstructor() check in initializer modifier
* add changelog entry
4 years ago
Hadrien Croubois
e733b24dfe
Refactor ERC165 to use function overriding instead of storage ( #2505 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
f7c8252611
Remove GSNv1 contracts ( #2521 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
e66e3ca523
Improve gas efficiency of EnumerableMap ( #2518 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Luiz Hamilton Soares
24660c3e48
Fix keccak256 typo ( #2525 )
4 years ago
Hadrien Croubois
ee6348a7a0
change CHANGELOG indentation for consistency
4 years ago
Hadrien Croubois
a44303c373
Remove double sload when doing math checks in tokens ( #2506 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
renovate[bot]
f49e9ee41b
Update lockfile ( #2493 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Hadrien Croubois
1ba03b164a
Add support for eth-gas-reporter ( #2501 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
9c1e703990
Add a Strings.toHexString function ( #2504 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
f2112be4d8
Add revert string to Counter decrement overflow ( #2500 )
4 years ago
Francisco Giordano
c82895fb65
Fix codecov reports
4 years ago
Hadrien Croubois
b840341a77
Remove the storage associated with decimals ( #2502 )
...
* Removing the storage associated with decimals
* changelog entry
* changelog link to new issue number
* Update contracts/token/ERC20/ERC20.sol
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* Update contracts/token/ERC20/ERC20.sol
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* Update CHANGELOG.md
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
ed7623273a
Fix prepare-docs-solc.js for Hardhat
4 years ago
Hadrien Croubois
9425a7e0ab
Merge branch 'solc-0.8'
...
Conflicts:
CHANGELOG.md
package-lock.json
test/math/SafeMath.test.js
4 years ago