|
|
08d109d877
|
Optimize Ownable and Pausable modifiers' size impact (#3347)
|
2022-06-07 15:21:58 +02:00 |
|
|
|
3ac4add548
|
Add sqrt for math (#3242)
|
2022-06-07 08:26:45 +02:00 |
|
|
|
3aa7ff74b0
|
Update lockfile (#3442)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-06-06 21:31:16 +00:00 |
|
|
|
994cf9b34b
|
Clarify role of MinimalForwarder (#3399)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-06 18:27:56 -03:00 |
|
|
|
f6cd8032ba
|
Fix typo in crosschain.adoc (#3453)
|
2022-06-06 18:20:23 -03:00 |
|
|
|
051cc9e446
|
Revert unwanted breaking change in the Clones library (#3456)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-06 20:41:48 +00:00 |
|
|
|
54ce38c2e5
|
Remove runtime check of ERC1967 storage slots (#3455)
|
2022-06-06 15:22:51 -03:00 |
|
|
|
d506e3b1a5
|
Simplify Initializable (#3450)
|
2022-06-03 19:30:50 +00:00 |
|
|
|
113443470c
|
Reorder arguments for multiProof functions (#3447)
|
2022-06-03 09:36:14 +02:00 |
|
|
|
35090c1bf1
|
Add tests for improved coverage (#3448)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-02 23:01:55 +00:00 |
|
|
|
04204b8fb9
|
Improve GitHub Actions (#3451)
|
2022-06-02 19:42:49 -03:00 |
|
|
|
5e00787199
|
ERC4626 (#3171)
|
2022-06-02 10:03:03 +02:00 |
|
|
|
62f2c0531b
|
Simplify ERC721 revert reasons (#3438)
|
2022-06-01 18:22:13 -03:00 |
|
|
|
4fc9fd3efe
|
Support more efficient merkle proofs through calldata (#3200)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-01 20:36:42 +00:00 |
|
|
|
6d00281593
|
Fix typo in README.adoc (#3445)
Fix typo and link
|
2022-06-01 22:26:39 +02:00 |
|
|
|
2b0b0bb186
|
Fix merkle multiProof for single leaf tree (#3446)
|
2022-06-01 20:21:56 +00:00 |
|
|
|
6766b2de3b
|
Add getters for number of unclaimed tokens in PaymentSplitter (#3350)
|
2022-05-31 19:26:18 +00:00 |
|
|
|
4942bd19e2
|
Update lockfile (#3430)
|
2022-05-30 17:27:50 -03:00 |
|
|
|
82a63f6389
|
Remove redundant require in ERC721 (#3434)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-05-26 22:22:35 -03:00 |
|
|
|
488dd562fb
|
Improve error messages for ERC721 and 1155 (#3254)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-05-27 00:52:43 +00:00 |
|
|
|
61294a62af
|
Restore previous behavior of initializer during construction (#3344)
|
2022-05-25 15:01:45 -03:00 |
|
|
|
f8157ac854
|
Add multiProofVerify (#3276)
|
2022-05-25 09:39:15 +02:00 |
|
|
|
65b45726b3
|
Add memory safe assembly annotations (#3384)
Co-authored-by: Nate <nate@Nates-MacBook-Pro.local>
|
2022-05-23 15:37:08 -03:00 |
|
|
|
c019e7c5bb
|
Fix typo causing broken URL in ERC20Snapshot comment (#3428)
|
2022-05-23 14:57:57 -03:00 |
|
|
|
de74c8c62c
|
Add bytes32 to uint enumerable map (#3416)
|
2022-05-23 08:02:27 +00:00 |
|
|
|
b61faf8368
|
Procedural SafeCast.sol generation (#3245)
|
2022-05-21 14:38:31 +02:00 |
|
|
|
c4f76cfa15
|
Add uint to uint enumerable map (#3338)
|
2022-05-20 13:31:53 +00:00 |
|
|
|
6339027a7a
|
Add mention of events possibly emitted (#3421)
|
2022-05-19 13:35:42 -03:00 |
|
|
|
46db8a98b0
|
Rename return parameter (#3413)
|
2022-05-19 15:52:54 +02:00 |
|
|
|
c2077f0034
|
Add warning about use of delete (#3412)
|
2022-05-18 21:27:33 +02:00 |
|
|
|
ee4d8380d3
|
Fix minor typo in IERC1155 and IERC721 docs (#3419)
|
2022-05-18 15:19:41 +02:00 |
|
|
|
5772512058
|
Add address to string conversion (#3403)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-05-13 18:46:26 +00:00 |
|
|
|
cd2da98d4d
|
Refactor magic constant in TimelocController test (#3397)
|
2022-05-12 22:23:56 +00:00 |
|
|
|
e633ee9ed3
|
Fix spelling and grammar in comments (#3408)
|
2022-05-11 18:10:00 -03:00 |
|
|
|
3bdf4bfd29
|
Annotate Memory-Safe Assembly (#3392)
|
2022-05-06 19:49:02 -03:00 |
|
|
|
3b9381dfb1
|
Add customizable fee receiver to ERC20FlashMint (#3327)
Co-authored-by: Mazen Khalil <mazen@immunityledger.org>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-05-06 18:46:23 -03:00 |
|
|
|
07b1b472c0
|
Improve wording consistency in code/doc (#3365)
|
2022-05-04 18:20:59 -03:00 |
|
|
|
4574ce45b6
|
Add a cross-chain guide for the documentation (#3325)
|
2022-05-04 21:19:04 +00:00 |
|
|
|
5ed20f32cf
|
Update lockfile (#3386)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-05-04 18:04:52 -03:00 |
|
|
|
14ca3aeb79
|
Fix links in documentation (#3387)
|
2022-05-02 18:06:52 -03:00 |
|
|
|
1d2ab4f41c
|
Add 4.6 upgradeability notice
|
2022-05-02 18:05:40 -03:00 |
|
|
|
be3cfa0f90
|
Add custom error to CrossChainEnabledPolygonChild (#3380)
|
2022-04-29 16:14:18 +02:00 |
|
|
|
fcf35e5722
|
Fix changelog merge issue (#3364)
|
2022-04-27 09:40:13 +02:00 |
|
|
|
a035b235b4
|
Release v4.6 (#3358)
* 4.6.0-rc.0
* Fix release script to only release @openzeppelin/contracts
(cherry picked from commit 2bd75a44bb)
* make ERC2981:royaltyInfo public (#3305)
(cherry picked from commit d2832ca7a9)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* add transpilation guards to the crosschain mocks (#3306)
(cherry picked from commit 9af5af8fff)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Fix tests on upgradeable contracts after transpilation
(cherry picked from commit 0762479dd5)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Remove unused constructor argument
(cherry picked from commit 69c3781043)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
(cherry picked from commit cb14ea3c5c)
* Fix update-comment script to ignore invalid tags
(cherry picked from commit 848fef5b6c)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* 4.6.0
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-04-27 09:34:09 +02:00 |
|
|
|
848fef5b6c
|
Fix update-comment script to ignore invalid tags
|
2022-04-26 18:48:34 +02:00 |
|
|
|
85627ffa91
|
Update links in docs (#3356)
* Update links in Access Control section
* Update Tally url
* Update web3 url to the freshest version
|
2022-04-26 11:34:51 +02:00 |
|
|
|
c12076fb7e
|
Fix ERC777 link (#3351)
|
2022-04-23 16:35:04 +02:00 |
|
|
|
d4e6236b2b
|
Fix deprecated expectEvent.inLogs #3332 (#3333)
|
2022-04-23 10:20:55 -03:00 |
|
|
|
5a75065659
|
Fix typo in CHANGELOG (#3341)
|
2022-04-14 02:08:36 -03:00 |
|
|
|
cb14ea3c5c
|
Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
|
2022-04-14 00:21:52 +02:00 |
|