268c6ab36c
Edit ERC20 API index to make it clearer
2020-12-09 20:04:08 -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
061e7f0da7
Fix Solidity warning
2020-12-01 18:33:58 -03:00
fa2b204535
Update TimelockController docs ( #2415 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com >
2020-11-30 20:14:02 -03:00
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
3f2a2b5f62
Configure compilation with solc 0.7.4
2020-11-16 14:17:03 -03:00
4972bf4f23
Merge branch 'master' into solc-0.7
2020-11-16 14:11:46 -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
b6b1c0130b
3.2.2-solc-0.7
2020-10-28 16:33:23 -03:00
0f55c18595
Fix/solc 0.7.4 warnings #2391 ( #2396 )
...
* Fix unnamed return variable warning
This commit fixes warnings thrown by the solc 0.7.4 compiler:
"Warning: Unnamed return variable can remain unassigned. Add an explicit
return with value to all non-reverting code paths or name the variable."
* Fix function state mutability warning
This commit fixes warnings thrown by the solc 0.7.4 compiler:
"Warning: Function state mutability can be restricted to pure"
* Fix shadows an existing declaration warning
This commit fixes warnings thrown by the solc 0.7.4 compiler:
"Warning: This declaration shadows an existing declaration."
1. Arguments by default are not underscored.
2. If the name isn't available due to shadowing, use prefix underscore.
3. If prefix underscore isn't available due to shadowing, use suffix underscore.
2020-10-28 13:42:38 -03:00
7650210ad6
Make contracts abstract if they had internal constructors ( #2383 )
2020-10-20 12:24:46 -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
ec8efd52b4
3.2.1-solc-0.7
2020-09-15 18:17:10 -03:00
0d7bf01ac1
Merge branch 'solc-0.7' into release-v3.2.0-solc-0.7
2020-09-15 17:48:27 -03:00
1229c28ce0
Update ERC20.sol ( #2357 )
...
Remove unused `Address` library import, references.
2020-09-14 13:35:46 -03:00
c08d1439dd
Bump solhint to 3.2.0
...
(cherry picked from commit 09d437c1f9 )
2020-09-10 20:39:26 -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
870ea2a88a
Add -solc-0.7 version tag
2020-09-10 20:26:59 -03:00
29f4a38c0d
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
2020-09-10 20:14:37 -03:00
1ada3b633e
3.2.0
2020-09-10 20:10:42 -03:00
628dea7a08
update new contracts for solidity 0.7
2020-09-08 20:15:43 -03:00
22de765f3c
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
2020-09-08 20:14: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