ae1e384a9a
Fix prepack script
...
(cherry picked from commit 10c52439dd5118d4b671e12d691bfde42c987fb9)
2021-03-03 16:32:22 +01:00
954f6110d6
4.0.0-beta.1
v4.0.0-beta.1
2021-03-03 16:23:38 +01:00
4390b8df12
Add ERC721URIStorage extension ( #2555 )
...
(cherry picked from commit 1705067e65 )
2021-03-03 16:15:51 +01:00
cb88e15b33
Enable optimizations when publishing package ( #2557 )
...
(cherry picked from commit 618a735816 )
2021-03-03 16:15:26 +01:00
136de91049
Rename variable master to implementation #2 ( #2553 )
...
(cherry picked from commit 103ff8e23d )
2021-03-03 12:33:03 +01:00
e2bf45f262
Rename variable master to implementation
...
(cherry picked from commit cdb929aada )
2021-03-02 21:30:26 -03:00
93d990c653
Optimize constructor of ERC777 ( #2551 )
...
(cherry picked from commit 62af16b9f2 )
2021-03-02 21:31:07 +01:00
3dfd02b4b4
Fix link to TimelockController
...
(cherry picked from commit ba1d773176 )
2021-03-02 21:14:33 +01:00
7a7bd8f6d7
Fix typo Controler -> Controller
...
(cherry picked from commit 583146f9d6 )
2021-03-02 21:14:26 +01:00
16312fcfb9
Rename UpgradeableProxy to ERC1967Proxy ( #2547 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
(cherry picked from commit c789941d76 )
2021-03-02 21:14:08 +01:00
a81a88cca0
Fix mentions of buidler ( #2548 )
...
(cherry picked from commit 232c355b3a )
2021-03-02 21:14:00 +01:00
5acedf5027
Change title of meta transactions page in docs sidebar
...
(cherry picked from commit 773c7265e8 )
2021-03-02 21:13:51 +01:00
566c601d41
Update lockfile ( #2546 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
(cherry picked from commit 742c436d28 )
2021-03-02 21:13:39 +01:00
15214a53ce
Optimize implementation of ERC20Capped ( #2524 )
...
(cherry picked from commit 36b855972b )
2021-03-01 12:09:21 -03:00
d5f4862405
Fix package.json files field
...
(cherry picked from commit 735c03fcf3 )
2021-02-24 00:36:08 -03:00
4a1985f870
Fix migrate-imports.js test for upgradeable paths
...
(cherry picked from commit 4519c237c5 )
2021-02-24 00:20:07 -03:00
ac8279a0a5
Update Antora component version
2021-02-23 23:31:48 -03:00
7cab19a2e4
Check upgradeable paths in migrate-imports test
...
(cherry picked from commit 4ee9fd77fd )
2021-02-23 23:31:34 -03:00
556cdf5f1a
4.0.0-beta.0
v4.0.0-beta.0
2021-02-22 17:44:21 -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
f4e57fd529
Remove SafeMathMock compilation warnings ( #2497 )
2021-02-02 11:46:23 -03:00
a0e2bca79a
Add "available since" comments in documentation
...
(cherry picked from commit 63a0343dda )
2021-02-01 21:45:27 -03:00
63a0343dda
Add "available since" comments in documentation
2021-02-01 21:44:58 -03:00
5db7413827
re-enabling safemath revert reasons in ERC20, ERC777 and ERC1155 ( #2491 )
...
* re-enabling safemath revert reasons in ERC20 and ERC1155
* adding revert messages to ERC777
* removing uncheck block
2021-02-01 11:00:16 +01:00
d163aeb80d
Update lockfile ( #2481 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-01-29 19:41:00 -03:00