fa65bf89be
Remove inheritance that conflicts with upgradeable transpiler
2020-11-30 16:34:07 -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
4297be6ac1
Use custom ids for timelock docs section titles
...
(cherry picked from commit 7d02933da3 )
2020-11-26 19:13:44 -03:00
7d02933da3
Use custom ids for timelock docs section titles
2020-11-26 19:12:58 -03:00
d2003a6fff
Fix NatSpec comment syntax
...
(cherry picked from commit ef0483b4be )
2020-11-26 18:57:46 -03:00
ef0483b4be
Fix NatSpec comment syntax
2020-11-26 18:56:49 -03:00
951e946e71
Add a beacon proxy contract ( #2411 )
...
Co-authored-by: Santiago Palladino <spalladino@gmail.com >
2020-11-26 13:03:01 -03:00
1fccf6fa53
3.3.0-rc.2
2020-11-24 18:51:47 -03:00
7f8fc584de
Remove Address.functionDelegateCall
2020-11-24 18:47:09 -03:00
1d1d2ba661
Add mention of TimelockController in intro to access docs
...
(cherry picked from commit 520bf7ac61 )
2020-11-24 18:15:57 -03:00
520bf7ac61
Add mention of TimelockController in intro to access docs
2020-11-24 18:14:40 -03:00
42da4d6867
Fix name of argument in docstring
...
Fixes #2410
2020-11-18 18:54:09 -03:00
c67d81bae1
3.3.0-rc.1
2020-11-17 21:39:45 -03:00
a5d1ac7ed0
Merge branch 'master' into release-v3.3
2020-11-17 21:39:07 -03:00
877f440331
Fix package.json version out of sync
2020-11-17 21:37:21 -03:00
90ed1af972
Support compiling with solc 0.7 ( #2408 )
2020-11-17 21:29:39 -03:00
25ac33486c
3.3.0-rc.0
2020-11-17 18:58:48 -03:00
3d2e5c0310
Update lockfile ( #2384 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-11-13 22:50:00 -03:00
af95fe7a93
Reorder package.json fields
2020-11-09 16:40:38 -03:00
fcdf8f4618
Add BytesSet ( #2395 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-11-04 16:57:48 -03:00
2bb06b1af4
Replace if (...) revert() with require(...) ( #2376 )
2020-10-13 18:36:47 -03:00
8108f2f9b9
Fixed comment typo ( #2372 )
2020-10-07 17:43:40 -03:00
e98b187e64
Fix typos in ERC20 docs ( #2364 )
2020-09-17 19:45:12 -03:00
87326f7313
Add functionStaticCall and functionDelegateCall methods to Address library ( #2333 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-09-17 16:19:11 -03:00
7f3eee750a
Add TimelockController ( #2354 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-09-17 16:16:05 -03:00
ca7ee098ca
Fix whitespace in IERC721Receiver ( #2359 )
...
Slight nit on spacing to reduce # of lines // conform to other OZ function syntax
2020-09-15 19:30:09 -03:00
1229c28ce0
Update ERC20.sol ( #2357 )
...
Remove unused `Address` library import, references.
2020-09-14 13:35:46 -03:00
09d437c1f9
Bump solhint to 3.2.0
2020-09-10 20:37:32 -03:00
492d4ac013
Merge branch 'release-v3.2.0' into master
2020-09-10 20:27:39 -03:00
1ada3b633e
3.2.0
2020-09-10 20:10:42 -03:00
ae4e9845de
Fix a grammatical error in a comment ( #2352 )
...
changed a comment in the isContract function to make it grammatically right.
2020-09-08 14:50:12 -03:00
f2fb8cf23b
3.2.0-rc.0
2020-09-03 16:26:55 -03:00
91f16a7e47
Adapt proxies to Contracts conventions ( #2345 )
2020-09-03 13:49:47 -03:00
6bc2ae3731
Add documentation for proxies ( #2344 )
2020-09-02 20:19:54 -03:00
ded2b0a55c
Fix minor typos and grammar in docs ( #2338 )
...
* Fix typos and formatting
* Add Solidity release dates: releases-stability
2020-09-01 15:19:17 -03:00
aaa5ef81cf
Fix typos ( #2343 )
2020-09-01 14:57:40 -03:00
cb791a1b21
Add Proxies from OpenZeppelin SDK ( #2335 )
2020-08-27 21:02:42 -03:00
6d5a73815d
Fix ERC20Snapshot#_beforeTokenTransfer ( #2328 )
2020-08-14 11:59:20 -03:00
9700e6b4bd
Use beforeTokenTransfer hook in ERC20Snapshot ( #2312 )
2020-08-11 16:51:58 -03:00
0c667ca32a
docs: add note explaining opinionated presets ( #2313 )
...
* docs: add notes explaining presets
* fix links for mint function
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-07-21 19:04:21 -03:00
7c4a2a0a29
Fix comment reference for function hash ( #2307 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-07-21 17:06:36 -03:00
c801c8d2bb
feat: use extcodesize for isContract to reduce gas ( #2311 )
...
* feat: use extcodesize for isContract to reduce gas
* feat: add changelog entry
2020-07-14 17:08:41 -03:00
ef3bbbcf40
Add readme notices with link to docs site ( #2300 )
...
* add readme notices
* remove period after url
2020-06-29 17:23:53 -03:00
6d987f1418
Merge branch 'release-v3.1.0'
2020-06-23 16:10:59 -03:00
de99bccbfd
3.1.0
2020-06-23 16:09:01 -03:00
0cc882ef9d
typo fix: forwared -> forwarded ( #2290 )
2020-06-23 14:25:30 -03:00
3f4420527b
Separate mapping keyword by whitespace ( #2287 )
...
Co-authored-by: pm_468 <oleg.kuzmenko@lindenvalley.de >
2020-06-19 11:00:05 -03:00
02a6b05bde
Update functionCall docs
...
(cherry picked from commit 242400e9ea )
2020-06-12 13:23:07 -03:00
242400e9ea
Update functionCall docs
2020-06-12 13:22:52 -03:00