Hadrien Croubois
|
397c946141
|
Remove the draft prefix for EIP712 as it is now final (#3621)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Francisco
|
6729fec74a
|
Add warning about issue with Arbitrum cross-chain utilities (#3626)
|
3 years ago |
matmilbury
|
4ae655c368
|
Update link to Consensys best practices (#3597)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
t11s
|
324eda228c
|
Remove redundant ECDSA constraint (#3591)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
GitHubPang
|
2dc086563f
|
Fix misspelling in comment (#3613)
|
3 years ago |
Francisco
|
d693d89d99
|
Fix ECDSA signature malleability (#3610)
|
3 years ago |
Manfred Touron
|
ff16696c9c
|
Update ERC777 event documentation (#3594)
|
3 years ago |
Hadrien Croubois
|
ca6f95a7da
|
Improve documentation in UUPSUpgradeable (#3606)
|
3 years ago |
gmhacker.eth
|
d514cdd26e
|
Preserve camelCase in GovernorCountingSimple (#3608)
|
3 years ago |
0xAA
|
85a9bed49e
|
Remove unsued imported library "Math.sol" (#3605)
|
3 years ago |
Francisco Giordano
|
c11acfd9d3
|
Fix compiler warning
|
3 years ago |
Hadrien Croubois
|
dc4869eb23
|
Avoid returnbomb in ERC165Checker (#3587)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
8ea1fc87c9
|
Keep track of historical quorum values (#3561)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
81336aefb5
|
Fix arbitrum L1 to L2 crosschain call detection (#3578)
* Fix arbitrum L1 to L2 crosschain call detection
* fix BridgeArbitrumL2Mock
* update changelog
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Nicolas Bayle
|
7ddbfe181e
|
Add access control comment for ERC721 _burn function (#3576)
* Added access control comment for ERC721 _burn function
* Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Francisco <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Aleksei Magusev
|
fbf235661e
|
Improve grammar in transfer error messages (#3542)
|
3 years ago |
Nirban Chakraborty
|
d1b1e17d23
|
Add internal overrideable _flashFee in ERC20FlashMint (#3551)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
ptrcarta
|
0ccfd2dbd3
|
Fix error in documentation and typo (#3567)
|
3 years ago |
Igor Żuk
|
580b7ab816
|
Optimize safe casting of signed numbers (#3565)
|
3 years ago |
Hadrien Croubois
|
628a6e2866
|
Fix issues caused by abi.decode reverting (#3552)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Aleksei Magusev
|
6ab8d6a67e
|
Improve spelling in ERC1155 revert reasons (#3433)
|
3 years ago |
Abhijit Roy
|
3210a8653b
|
Modify ReentrancyGuard to reduce contract size (#3515)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
EthanOK
|
96163c87e3
|
Implicitly clear ERC721 approval on burn (#3538)
|
3 years ago |
tonynoce
|
5e7e9acfa4
|
Fix broken forum URL (#3537)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Linhai Song
|
8b778fa20d
|
Move adds on total earlier to enable the use of unchecked (#3527)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Andrew Parker
|
e02c378745
|
Implicitly clear ERC721 approval on transfers (#3481)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Siloé Garcez
|
597654db00
|
Fixed typos in `Math`: `sqrt` function. (#3522)
|
3 years ago |
Paul Razvan Berg
|
5fbf494511
|
Use unchecked arithmetic in "_transfer", "_mint" and "_burn" (#3513)
|
3 years ago |
micahriggan
|
4a194b3a1c
|
Fix typo in ERC4626 comments (#3518)
|
3 years ago |
Hadrien Croubois
|
3dac7bbed7
|
Merge v4.7 back into master (#3516)
|
3 years ago |
Pascal Marco Caversaccio
|
b159b3fee2
|
Minor wording fixes `ERC4626` contract (#3510)
|
3 years ago |
ashhanai
|
e734b42fc2
|
Enable using ERC165 check for one supported interface directly (#3339)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Pascal Marco Caversaccio
|
40172c22d9
|
Refactor address-to-hex-string conversion in `_checkRole` function (#3509)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Mikhail Melnik
|
6f88199db9
|
Optimize Address.functionCall removing redundant isContract check (#3469)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
Daniel Von Fange
|
e8c60f92e3
|
Remove unused using statements in GovernorCompatibilityBravo (#3506)
|
3 years ago |
Hadrien Croubois
|
2894059775
|
Support memory arrays in MerkleTree multiproof (#3493)
|
3 years ago |
Hadrien Croubois
|
74738721dc
|
Make ERC4626 _deposit and _withdraw internal virtual (#3504)
|
3 years ago |
Francisco
|
450c569d78
|
Add a caution note to ERC4626 about EOA access (#3503)
|
3 years ago |
Francisco Giordano
|
4bf9ab41f8
|
Clarify PaymentSplitter shares are static
|
3 years ago |
Mikhail Melnik
|
cb3f2ab900
|
Address.functionCall internal call stack simplification (#3468)
|
3 years ago |
Hadrien Croubois
|
a55b7d1372
|
Rename ERC20TokenizedVault to ERC4626 (#3467)
|
3 years ago |
Hadrien Croubois
|
7c75b8aa89
|
Add a SafeERC20:safePermit function (#3280)
|
3 years ago |
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 |