27fc833550
Make ERC1155.uri public ( #2576 )
...
(cherry picked from commit 5dbbda5435 )
2021-03-08 17:37:25 -03:00
0b3e0d74b0
Further reorganisation of the repo ( #2575 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
(cherry picked from commit f076ff5dbd )
2021-03-08 17:37:03 -03:00
d75b4cf613
Update changelog to list beta bugfix separately
...
(cherry picked from commit 5aab6ff81b )
2021-03-08 17:37:00 -03:00
b1e0aa487d
Fix AccessControlEnumerable not tracking renounceRole ( #2572 )
...
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
(cherry picked from commit 7adf0d88a0 )
2021-03-08 14:32:21 +01:00
f07c39be8a
Add ERC165 interface detection to AccessControl ( #2562 )
...
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com >
(cherry picked from commit 29ffe6f426 )
2021-03-04 18:50:49 -03:00
69ca2ad676
Fix name of ERC721URIStorage contract in changelog
...
(cherry picked from commit 3d587f3043 )
2021-03-03 12:50:05 -03:00
4390b8df12
Add ERC721URIStorage extension ( #2555 )
...
(cherry picked from commit 1705067e65 )
2021-03-03 16:15:51 +01:00
93d990c653
Optimize constructor of ERC777 ( #2551 )
...
(cherry picked from commit 62af16b9f2 )
2021-03-02 21:31:07 +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
15214a53ce
Optimize implementation of ERC20Capped ( #2524 )
...
(cherry picked from commit 36b855972b )
2021-03-01 12:09:21 -03:00
556cdf5f1a
4.0.0-beta.0
2021-02-22 17:44:21 -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
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
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
ee6348a7a0
change CHANGELOG indentation for consistency
2021-02-09 17:25:41 +01: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
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
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
fa64a1ced0
3.4.0
2021-02-02 16:15:12 -03:00
03832c130c
Make Context._msgData return "bytes calldata" ( #2492 )
2021-01-29 12:51:51 -03:00
6d202894b6
Merge branch 'master'
2021-01-26 18:58:15 +01:00
ff300b10e1
3.4.0-rc.0
2021-01-26 13:31:55 -03:00
18c7efe800
Make view and pure functions virtual ( #2473 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-26 13:23:23 -03:00
0931062a3f
Use Address.sendValue instead of address.transfer in RefundEscrow ( #2480 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-26 13:07:19 -03:00
3b4c951838
Fix ERC777 potential reentrancy issues ( #2483 )
2021-01-26 10:57:18 -03:00
c2c08af16d
Add ERC165Checker.getSupportedInterfaces ( #2469 )
...
Co-authored-by: conspyrosy <1027439+Spyros-Stylianou@users.noreply.github.com >
Co-authored-by: kamiebisu <kamiebisu@protonmail.com >
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com >
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-19 17:55:22 -03:00
9e49be41b6
Add ERC1167 library (minimal proxy) ( #2449 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-19 17:54:47 -03:00
c34211417c
Refactor SafeMath to avoid memory leaks ( #2462 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-18 18:06:27 -03:00
318c4b44ea
Move Context from GSN to utils directory ( #2453 )
...
Co-authored-by: Hadrien Croubois <hadrien@openzeppelin.com >
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-07 13:04:13 -03:00
b6e5187973
Use Address.sendValue for PaymentSplitter ( #2456 )
...
* use Address.sendValue instead of .transfer
* changelog entry
Co-authored-by: Hadrien Croubois <hadrien@openzeppelin.com >
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-07 13:03:20 -03:00
1e8cb4b4a4
Bubble revert reasons in proxy initialization ( #2454 )
...
Co-authored-by: Hadrien Croubois <hadrien@openzeppelin.com >
2021-01-07 12:45:36 -03:00
ecc66719bd
Add ERC20 Permit (EIP-2612) ( #2237 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
Co-authored-by: Santiago Palladino <spalladino@gmail.com >
2020-12-11 13:34:02 -03:00
883116e4af
Add ERC20 and ERC777 fixed supply presets #2377 ( #2399 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-12-02 14:51:33 -03:00
5748034cd3
Add EIP 712 helpers ( #2418 )
2020-12-02 13:17:24 -03:00
acac4a7fca
Merge branch 'release-v3.3'
2020-11-26 20:48:06 -03:00
6be5ffe54f
3.3.0
2020-11-26 20:43:43 -03:00
9e51b2e5df
Add beacon proxy changelog entry
2020-11-26 13:10:54 -03:00
7f8fc584de
Remove Address.functionDelegateCall
2020-11-24 18:47:09 -03:00
3881175d72
Fix TimelockController link in changelog
...
(cherry picked from commit ef32c04795 )
2020-11-19 16:05:16 -03:00
ef32c04795
Fix TimelockController link in changelog
2020-11-19 16:04:12 -03:00
f7bb84ce4c
Add changelog entry about support for both 0.6 and 0.7
...
(cherry picked from commit 5bd1c0d063 )
2020-11-18 16:31:41 -03:00
5bd1c0d063
Add changelog entry about support for both 0.6 and 0.7
2020-11-18 16:31:15 -03:00
58892471a3
Merge branch 'master' into solc-0.7
2020-11-17 21:34:25 -03:00
fce2513827
Remove date from changelog
2020-11-17 19:25:45 -03:00