James Finucane
|
08d109d877
|
Optimize Ownable and Pausable modifiers' size impact (#3347)
|
3 years ago |
jjz
|
3ac4add548
|
Add sqrt for math (#3242)
|
3 years ago |
onlineSoftwareDevOK
|
994cf9b34b
|
Clarify role of MinimalForwarder (#3399)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
051cc9e446
|
Revert unwanted breaking change in the Clones library (#3456)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
54ce38c2e5
|
Remove runtime check of ERC1967 storage slots (#3455)
|
3 years ago |
Francisco Giordano
|
d506e3b1a5
|
Simplify Initializable (#3450)
|
3 years ago |
Francisco Giordano
|
113443470c
|
Reorder arguments for multiProof functions (#3447)
|
3 years ago |
Hadrien Croubois
|
35090c1bf1
|
Add tests for improved coverage (#3448)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
5e00787199
|
ERC4626 (#3171)
|
3 years ago |
Francisco Giordano
|
62f2c0531b
|
Simplify ERC721 revert reasons (#3438)
|
3 years ago |
Troy Salem
|
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>
|
3 years ago |
Tadashi
|
6d00281593
|
Fix typo in README.adoc (#3445)
Fix typo and link
|
3 years ago |
Hadrien Croubois
|
2b0b0bb186
|
Fix merkle multiProof for single leaf tree (#3446)
|
3 years ago |
alonbg
|
6766b2de3b
|
Add getters for number of unclaimed tokens in PaymentSplitter (#3350)
|
3 years ago |
rotcivegaf
|
82a63f6389
|
Remove redundant require in ERC721 (#3434)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Kata
|
488dd562fb
|
Improve error messages for ERC721 and 1155 (#3254)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
61294a62af
|
Restore previous behavior of initializer during construction (#3344)
|
3 years ago |
Colin Hicks
|
f8157ac854
|
Add multiProofVerify (#3276)
|
3 years ago |
Nate Lapinski
|
65b45726b3
|
Add memory safe assembly annotations (#3384)
Co-authored-by: Nate <nate@Nates-MacBook-Pro.local>
|
3 years ago |
silencio
|
c019e7c5bb
|
Fix typo causing broken URL in ERC20Snapshot comment (#3428)
|
3 years ago |
Artur
|
de74c8c62c
|
Add bytes32 to uint enumerable map (#3416)
|
3 years ago |
Hadrien Croubois
|
b61faf8368
|
Procedural SafeCast.sol generation (#3245)
|
3 years ago |
ashhanai
|
c4f76cfa15
|
Add uint to uint enumerable map (#3338)
|
3 years ago |
Hadrien Croubois
|
6339027a7a
|
Add mention of events possibly emitted (#3421)
|
3 years ago |
Martín Triay
|
46db8a98b0
|
Rename return parameter (#3413)
|
3 years ago |
Lucas Alonso
|
c2077f0034
|
Add warning about use of delete (#3412)
|
3 years ago |
harold-nft
|
ee4d8380d3
|
Fix minor typo in IERC1155 and IERC721 docs (#3419)
|
3 years ago |
Pascal Marco Caversaccio
|
5772512058
|
Add `address` to `string` conversion (#3403)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
GitHubPang
|
e633ee9ed3
|
Fix spelling and grammar in comments (#3408)
|
3 years ago |
Kartik0099
|
3bdf4bfd29
|
Annotate Memory-Safe Assembly (#3392)
|
3 years ago |
Mazen Khalil
|
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>
|
3 years ago |
Hadrien Croubois
|
07b1b472c0
|
Improve wording consistency in code/doc (#3365)
|
3 years ago |
Hadrien Croubois
|
4574ce45b6
|
Add a cross-chain guide for the documentation (#3325)
|
3 years ago |
Hadrien Croubois
|
14ca3aeb79
|
Fix links in documentation (#3387)
|
3 years ago |
Pascal Marco Caversaccio
|
be3cfa0f90
|
Add custom error to `CrossChainEnabledPolygonChild` (#3380)
|
3 years ago |
Hadrien Croubois
|
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>
|
3 years ago |
Eric Lau
|
c12076fb7e
|
Fix ERC777 link (#3351)
|
3 years ago |
Francisco Giordano
|
cb14ea3c5c
|
Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
|
3 years ago |
Philippe Dumonet
|
28dd490726
|
Optimize ERC1167 proxy creation code by 1 opcode (#3329)
|
3 years ago |
Joey
|
bc810db320
|
Use a customizable _execute function in TimelockController (#3317)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Francisco Giordano
|
dd01889434
|
Remove outdated documentation in ERC2981._setTokenRoyalty
|
3 years ago |
mcIovin
|
731e199038
|
Improve docs for ERC721URIStorage._burn (#3324)
|
3 years ago |
dmfxyz
|
d4d8d2ed97
|
Fix burn documentation (#3246)
Co-authored-by: xombxomb <dmfinn@wustl.edu>
|
3 years ago |
Amin Bashiri
|
742e85be7c
|
Change zero address revert message in the balanceOf function of ERC721 and ERC1155 (#3314)
|
3 years ago |
Francisco Giordano
|
0762479dd5
|
Fix tests on upgradeable contracts after transpilation
|
3 years ago |
Hadrien Croubois
|
9af5af8fff
|
add transpilation guards to the crosschain mocks (#3306)
|
3 years ago |
Hadrien Croubois
|
d2832ca7a9
|
make ERC2981:royaltyInfo public (#3305)
|
3 years ago |
Jean Cvllr
|
3f49408fb6
|
Move event definition at the top of IERC20, IERC777 and IERC1820 (#3228)
|
3 years ago |
Jeff
|
e7719ded56
|
Match IERC721 function order with EIP spec (#3287)
|
3 years ago |
Hadrien Croubois
|
668a648bc6
|
Add utilities for CrossChain messaging (#3183)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |