f076ff5dbd
Further reorganisation of the repo ( #2575 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-03-08 17:06:54 -03:00
b8ab763581
Add IERC20Metadata with name, symbol and decimals ( #2561 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-03-08 19:53:01 +00:00
78a9821129
Mint ERC777 without reception ack ( #2552 )
2021-03-08 19:44:31 +00:00
5dbbda5435
Make ERC1155.uri public ( #2576 )
2021-03-08 15:42:34 -03:00
7adf0d88a0
Fix AccessControlEnumerable not tracking renounceRole ( #2572 )
...
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
2021-03-08 13:44:20 +01:00
fc004c0ad2
removes invalid character in comments ( #2571 )
2021-03-08 13:42:35 +01:00
29ffe6f426
Add ERC165 interface detection to AccessControl ( #2562 )
...
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com >
2021-03-04 18:50:12 -03:00
ec63c604ab
Fix prepack script
2021-03-03 17:06:05 +01:00
3d587f3043
Fix name of ERC721URIStorage contract in changelog
2021-03-03 12:49:22 -03:00
1705067e65
Add ERC721URIStorage extension ( #2555 )
2021-03-03 12:13:09 -03:00
618a735816
Enable optimizations when publishing package ( #2557 )
2021-03-03 12:01:54 -03:00
103ff8e23d
Rename variable master to implementation #2 ( #2553 )
2021-03-03 12:31:33 +01:00
cdb929aada
Rename variable master to implementation
2021-03-02 21:25:56 -03:00
62af16b9f2
Optimize constructor of ERC777 ( #2551 )
2021-03-02 21:29:05 +01:00
ba1d773176
Fix link to TimelockController
2021-03-02 15:53:03 -03:00
583146f9d6
Fix typo Controler -> Controller
2021-03-02 15:32:10 -03:00
c789941d76
Rename UpgradeableProxy to ERC1967Proxy ( #2547 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-03-02 11:20:59 -03:00
232c355b3a
Fix mentions of buidler ( #2548 )
2021-03-02 09:24:37 +01:00
773c7265e8
Change title of meta transactions page in docs sidebar
2021-03-01 14:38:12 -03:00
742c436d28
Update lockfile ( #2546 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-01 14:02:18 -03:00
36b855972b
Optimize implementation of ERC20Capped ( #2524 )
2021-02-24 22:07:03 +00:00
735c03fcf3
Fix package.json files field
2021-02-24 00:35:47 -03:00
4519c237c5
Fix migrate-imports.js test for upgradeable paths
2021-02-23 23:50:40 -03:00
4ee9fd77fd
Check upgradeable paths in migrate-imports test
2021-02-23 23:29:43 -03:00
c760fe9a2e
Update package-lock.json
2021-02-22 17:44:02 -03:00
24a0bc23cf
Reorganize the repo structure ( #2503 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-22 16:44:16 +00:00
c3178ff942
Add message to caution that SafeMath.sol is for Solidity 0.8
2021-02-19 18:17:42 -03:00
f8cc8b844a
Minimal support for ERC2771 (GSNv2) ( #2508 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-19 15:36:48 -03:00
e341bdc1b7
Remove enumerable from AccessControl and add AccessControlEnumerable extension ( #2512 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-19 17:36:56 +00:00
09734e8028
Remove enumerable from ERC721 and add an ERC721Enumerable extension ( #2511 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-19 13:24:39 -03:00
7d20d0e2d2
Use immutable variables where possible ( #2528 )
...
Co-authored-by: rotciv <victorfage@gmail.com >
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com >
2021-02-19 11:11:54 -03:00
0059b17dfc
Remove _isConstructor() check in initializer modifier ( #2531 )
...
* Remove _isConstructor() check in initializer modifier
* add changelog entry
2021-02-18 20:53:00 -03:00
e733b24dfe
Refactor ERC165 to use function overriding instead of storage ( #2505 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-18 19:02:28 +00:00
f7c8252611
Remove GSNv1 contracts ( #2521 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-18 15:27:18 +00:00
e66e3ca523
Improve gas efficiency of EnumerableMap ( #2518 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-18 15:19:57 +00:00
24660c3e48
Fix keccak256 typo ( #2525 )
2021-02-17 13:34:39 +01:00
ee6348a7a0
change CHANGELOG indentation for consistency
2021-02-09 17:25:41 +01:00
a44303c373
Remove double sload when doing math checks in tokens ( #2506 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-09 12:58:23 -03:00
f49e9ee41b
Update lockfile ( #2493 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-02-09 11:59:35 -03:00
1ba03b164a
Add support for eth-gas-reporter ( #2501 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-09 00:42:35 +00:00
9c1e703990
Add a Strings.toHexString function ( #2504 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-02-08 20:55:56 +00:00
f2112be4d8
Add revert string to Counter decrement overflow ( #2500 )
2021-02-04 20:28:13 +00:00
c82895fb65
Fix codecov reports
2021-02-04 17:15:32 -03:00
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 >
2021-02-04 20:06:00 +01:00
ed7623273a
Fix prepare-docs-solc.js for Hardhat
2021-02-04 14:22:19 -03:00
9425a7e0ab
Merge branch 'solc-0.8'
...
Conflicts:
CHANGELOG.md
package-lock.json
test/math/SafeMath.test.js
2021-02-02 22:13:28 +01:00
93438eca0b
Merge 3.4 master into solc-0.8 ( #2499 )
...
* 3.4.0-rc.0
* Allow manual dispatch of Test CI job
* Update lockfile (#2481 )
Co-authored-by: Renovate Bot <bot@renovateapp.com >
* Add "available since" comments in documentation
* Add "available since" comments in documentation
(cherry picked from commit 63a0343dda )
* Remove SafeMathMock compilation warnings (#2497 )
* Remove SafeMathMock compilation warnings (#2497 )
(cherry picked from commit f4e57fd529 )
* 3.4.0
* fix safemath test to use renamed function from the mock
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-02-02 22:07:56 +01:00
e28615628b
Merge branch 'release-v3.4'
2021-02-02 16:16:16 -03:00
fa64a1ced0
3.4.0
v3.4.0
2021-02-02 16:15:12 -03:00
0f553e7f9e
Remove SafeMathMock compilation warnings ( #2497 )
...
(cherry picked from commit f4e57fd529 )
2021-02-02 12:03:02 -03:00