Francisco Giordano
fce2513827
Remove date from changelog
4 years ago
Francisco Giordano
3debb8820e
Fix changelog versioning to include date only after final release
...
(cherry picked from commit d3a4e31fe2
)
4 years ago
Francisco Giordano
d3a4e31fe2
Fix changelog versioning to include date only after final release
4 years ago
Francisco Giordano
25ac33486c
3.3.0-rc.0
4 years ago
Francisco Giordano
5803e11663
Improve script to version changelog
4 years ago
Francisco Giordano
b33372cc92
Fix changelog entry for Bytes32Set
4 years ago
renovate[bot]
bcb2b5d1cd
Update lockfile ( #2407 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Francisco Giordano
3f2a2b5f62
Configure compilation with solc 0.7.4
4 years ago
Francisco Giordano
4972bf4f23
Merge branch 'master' into solc-0.7
4 years ago
renovate[bot]
3d2e5c0310
Update lockfile ( #2384 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
f547b6ff27
Remove outdated comment in testing.md
4 years ago
Andrew B Coathup
5272799bdd
Fix ERC1155 URI example ( #2401 )
4 years ago
Francisco Giordano
1a230e3aa5
Rename upgrade-safe package to upgradeable
4 years ago
Francisco Giordano
679b7d147c
Clean Buidler cache before publishing
4 years ago
Francisco Giordano
8effd1e02a
Add scripts for when publishing @openzeppelin/contracts directly
...
(cherry picked from commit a1408a3411
)
4 years ago
Francisco Giordano
cb19930b83
Run tests on release branches
4 years ago
Francisco Giordano
c6b07b33c5
Lint
4 years ago
Francisco Giordano
47e37975c9
Remove bad SafeCast test
4 years ago
Francisco Giordano
5472eedbad
Add guide about OZ Contracts Upgrade Safe ( #2403 )
...
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
4 years ago
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