Francisco Giordano
af95fe7a93
Reorder package.json fields
4 years ago
Francisco Giordano
705b0b0001
Improve GitHub Actions node_modules caching
4 years ago
Francisco Giordano
35c931126b
Remove old contracts/examples directory from package.json
4 years ago
Francisco Giordano
6aada9d356
Update dependencies
4 years ago
Francisco Giordano
da9161fc91
Migrate to GitHub Actions
4 years ago
Francisco Giordano
1e78adc28c
Refactor buidler config
4 years ago
Nicolás Venturo
fcdf8f4618
Add BytesSet ( #2395 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
8533499507
Lint
4 years ago
Francisco Giordano
fb4659c5d7
Change convention for unreleased changelog entries
4 years ago
Francisco Giordano
a1408a3411
Add scripts for when publishing @openzeppelin/contracts directly
4 years ago
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