Francisco Giordano
f06738828b
Migrate to Hardhat ( #2397 )
4 years ago
Francisco Giordano
b6b1c0130b
3.2.2-solc-0.7
4 years ago
Francisco Giordano
ea305cf32e
Change convention for unreleased changelog entries
4 years ago
Francisco Giordano
d41102d6c3
add changelog entry for #2396
4 years ago
Francisco Giordano
0c27ecc536
configure renovate using openzeppelin shareable config
4 years ago
soham
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.
4 years ago
CallMeGwei
e5fbbda9ba
Add audit links to readme and doc index ( #2392 )
4 years ago
psykeeper
7650210ad6
Make contracts abstract if they had internal constructors ( #2383 )
4 years ago
Francisco Giordano
ba125961d6
Update lockfile ( #2381 )
4 years ago
Roman Semenov
2bb06b1af4
Replace `if (...) revert()` with `require(...)` ( #2376 )
4 years ago
James Zaki
8108f2f9b9
Fixed comment typo ( #2372 )
4 years ago
Francisco Giordano
08dfaab829
Add changelog entry for TimelockController
4 years ago
Francisco Giordano
d1c121b599
Test ERC165 support in ERC1155Holder ( #2365 )
4 years ago
Nicolás Venturo
e98b187e64
Fix typos in ERC20 docs ( #2364 )
4 years ago
Anton Bukov
87326f7313
Add functionStaticCall and functionDelegateCall methods to Address library ( #2333 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
7f3eee750a
Add TimelockController ( #2354 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
ace35fdeda
Update all dependencies transitively ( #2363 )
4 years ago
renovate[bot]
bf4c9d700d
Update all non-major dependencies ( #2349 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Igor Yalovoy
c7d99531a7
Re-enable coverage analysis ( #2291 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Ross Campbell
ca7ee098ca
Fix whitespace in IERC721Receiver ( #2359 )
...
Slight nit on spacing to reduce # of lines // conform to other OZ function syntax
4 years ago
Francisco Giordano
ec8efd52b4
3.2.1-solc-0.7
4 years ago
Francisco Giordano
9a83ced46e
Add changelog entry for 3.2.1-solc-0.7
4 years ago
Francisco Giordano
0d7bf01ac1
Merge branch 'solc-0.7' into release-v3.2.0-solc-0.7
4 years ago
Ross Campbell
1229c28ce0
Update ERC20.sol ( #2357 )
...
Remove unused `Address` library import, references.
4 years ago
Francisco Giordano
f7ca35c9c6
Configure solhint for solc 0.7
4 years ago
Francisco Giordano
c08d1439dd
Bump solhint to 3.2.0
...
(cherry picked from commit 09d437c1f9
)
4 years ago
Francisco Giordano
09d437c1f9
Bump solhint to 3.2.0
4 years ago
Francisco Giordano
492d4ac013
Merge branch 'release-v3.2.0' into master
4 years ago
Francisco Giordano
870ea2a88a
Add -solc-0.7 version tag
4 years ago
Francisco Giordano
29f4a38c0d
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
1ada3b633e
3.2.0
4 years ago
Francisco Giordano
0ce14a078a
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
45b81c969f
Add note about proxy changes in the changelog
...
(cherry picked from commit cfb7f80003
)
4 years ago
Francisco Giordano
cfb7f80003
Add note about proxy changes in the changelog
4 years ago
Francisco Giordano
628dea7a08
update new contracts for solidity 0.7
4 years ago
Francisco Giordano
22de765f3c
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Nikhil Desai
ae4e9845de
Fix a grammatical error in a comment ( #2352 )
...
changed a comment in the isContract function to make it grammatically right.
4 years ago
dependabot[bot]
95dc7525ac
Bump decompress from 4.2.0 to 4.2.1 ( #2347 )
...
Bumps [decompress](https://github.com/kevva/decompress ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/kevva/decompress/releases )
- [Commits](https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
f1cce7e223
Bump tree-kill from 1.2.1 to 1.2.2 ( #2348 )
...
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/pkrumins/node-tree-kill/releases )
- [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Francisco Giordano
f2fb8cf23b
3.2.0-rc.0
4 years ago
Francisco Giordano
9f900f6dba
Add changelog entries for proxies and ERC20Snapshot
4 years ago
Francisco Giordano
91f16a7e47
Adapt proxies to Contracts conventions ( #2345 )
4 years ago
Francisco Giordano
6bc2ae3731
Add documentation for proxies ( #2344 )
4 years ago
Francisco Giordano
885b76f66f
Fix AsciiDoc missing attribute references
4 years ago
Andrew B Coathup
ded2b0a55c
Fix minor typos and grammar in docs ( #2338 )
...
* Fix typos and formatting
* Add Solidity release dates: releases-stability
4 years ago
renovate[bot]
0f08b1d099
Update dependency mocha to v8.1.3 ( #2340 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
tincho
aaa5ef81cf
Fix typos ( #2343 )
4 years ago
Francisco Giordano
cb791a1b21
Add Proxies from OpenZeppelin SDK ( #2335 )
4 years ago
dibi91
0b489f4d79
Improve test descriptions #1157 ( #2334 )
...
Co-authored-by: Paolo Dibitonto <p.dibitonto@almaviva.it>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
5 years ago
Francisco Giordano
c187517395
fix solhint func-visibility for 0.7.0
5 years ago