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
60205944bb
Adopt new Solidity features interfaceId, try/catch, keccak constants ( #2487 )
...
* Clean code
- using type().interfaceId to improve readeability of ERC165 registration
- hardcoding some keccak256 that are otherwise computed at construction.
* hardcode keccak256 result
* Improve code readeability using try/catch
* Remove hardcoded hash
tests show that solc 0.8.0 does the optimization as expected
* Use try/catch to improve readability
* ERC165Checker: Do not revert when returndata is empty + new test
* Address PR comments
* improve testing of ERC721Receiver errors
* put back comment about invalid interface id
* coverage does not support 0.8.1. Reverting back to 0.8.0
* bubble all data with length > 0 if onERC721Receive fails.
* Fix test: revert without message trigger is bubble with the default message
* using enum object to improve readability
2021-01-29 22:20:49 +01:00
03832c130c
Make Context._msgData return "bytes calldata" ( #2492 )
2021-01-29 12:51:51 -03:00
9f93e25b88
Merge branch 'solc-0.7' into 'solc-0.8'
2021-01-27 18:36:46 -03:00
afaebc3869
Disable solhint until Solidity 0.8 supported
2021-01-27 18:17:13 -03:00
fdf57a9788
Lint
2021-01-27 18:14:15 -03:00
5609cd4c74
Fix merge errors
2021-01-27 18:04:52 -03:00
a0323d446c
Transition from buidler to hardhat
2021-01-27 11:37:18 +01:00
0db76e98f9
Merge branch 'solc-0.7' into solc-0.8
2021-01-27 11:28:23 +01:00
fa33fbce75
Allow manual dispatch of Test CI job
...
(cherry picked from commit bcc7192af7 )
2021-01-26 18:21:49 -03:00
bcc7192af7
Allow manual dispatch of Test CI job
2021-01-26 18:20:33 -03:00
0d27b7a7ff
Add package-lock.json
2021-01-26 18:18:58 -03:00
6d202894b6
Merge branch 'master'
2021-01-26 18:58:15 +01:00
ff300b10e1
3.4.0-rc.0
v3.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
dd86c97e18
Fix scripts/prepare-docs.sh
2021-01-19 14:56:17 -03:00
5a8e6bda51
Update pull request template
2021-01-19 13:41:00 -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
974c534210
Update contracts to support Solidity 0.8.x ( #2442 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2021-01-14 19:38:53 -03:00
5a58fd2de0
Update lockfile ( #2467 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-01-13 21:06:06 -03:00
faec973e09
Make non-view functions virtual ( #2468 )
2021-01-13 18:25:39 -03:00
65b7e515a2
Align comments ( #2458 )
2021-01-11 16:43:45 -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
9daa0d4d2f
Update lockfile ( #2447 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-01-04 15:19:03 -03:00