JulissaDantes
|
e2d2ebc8fc
|
Make ERC20Votes independent from ERC20Permit (#3816)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Francisco
|
8f8fd84f1e
|
Improve some NatSpec and revert reasons (#3809)
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
2 years ago |
Hadrien Croubois
|
4a9db80cb9
|
Remove presets (#3637)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
2 years ago |
Francisco Giordano
|
49c0e4370d
|
4.8.0
|
2 years ago |
Hadrien Croubois
|
0b6becd49f
|
Remove the draft prefix to ERC20Permit (#3793)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
d5ca39e9a2
|
Rename `_isVaultCollateralized` to `_isVaultHealthy` for clarity (#3796)
|
2 years ago |
matthiasgeihs
|
25fe191202
|
Fix comment in ERC721Consecutive (#3778)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
1f18fea1de
|
4.8.0-rc.2
|
2 years ago |
Francisco
|
3742c16948
|
Refactor consecutive transfer hooks (#3753)
(cherry picked from commit 08d5e4a9b0 )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Francisco
|
08d5e4a9b0
|
Refactor consecutive transfer hooks (#3753)
|
2 years ago |
z0r0z
|
02722fcc03
|
Use unchecked in ERC20Votes and fix typo (#3748)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Francisco
|
50501a751e
|
Update docs pipeline to solidity-docgen@0.6 (#3707)
(cherry picked from commit c52625018b )
|
2 years ago |
Francisco
|
f0de978a9e
|
Improve handling and docs for ERC4626.decimals (#3733)
(cherry picked from commit 14f98dbb58 )
|
2 years ago |
Hadrien Croubois
|
0b3acb286a
|
Recommended improvement to ERC721Consecutive (#3712)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit c22db8104e )
|
2 years ago |
Francisco
|
c52625018b
|
Update docs pipeline to solidity-docgen@0.6 (#3707)
|
2 years ago |
Francisco
|
14f98dbb58
|
Improve handling and docs for ERC4626.decimals (#3733)
|
2 years ago |
Hadrien Croubois
|
c22db8104e
|
Recommended improvement to ERC721Consecutive (#3712)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
16791134c1
|
4.8.0-rc.1
|
2 years ago |
tincho
|
d89a62e0a6
|
Improve `ERC20FlashMint` documentation (#3719)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
(cherry picked from commit aa4b901788 )
|
2 years ago |
Francisco
|
089f9b95af
|
Ignore specific warnings and make the rest into errors (#3695)
(cherry picked from commit 046121e080 )
|
2 years ago |
tincho
|
aa4b901788
|
Improve `ERC20FlashMint` documentation (#3719)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Francisco
|
046121e080
|
Ignore specific warnings and make the rest into errors (#3695)
|
2 years ago |
Francisco
|
a615329423
|
Make ERC721Votes no longer a Draft (#3699)
(cherry picked from commit 7a14f6c595 )
|
2 years ago |
Francisco
|
7a14f6c595
|
Make ERC721Votes no longer a Draft (#3699)
|
2 years ago |
Francisco Giordano
|
5e6fd491f3
|
4.8.0-rc.0
|
2 years ago |
Francisco
|
3c552e6e03
|
Fix relevant warnings (#3685)
|
2 years ago |
Hadrien Croubois
|
171fa40bc8
|
ERC721 extension for efficient batch minting (#3311)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Francisco
|
e09ccd1449
|
Optimize votes lookups for recent checkpoints (#3673)
|
2 years ago |
gmhacker.eth
|
4b16e88747
|
Improve recommendation on ERC721 transferFrom vs safeTransferFrom (#3647)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
141130db27
|
Inherit asset decimals in ERC4626 (#3639)
|
2 years ago |
hamiltoncyber
|
dc14c72e53
|
Update comment for _beforeTokenTransfer (#3586)
|
2 years ago |
Hadrien Croubois
|
24fc709533
|
Set up codespell (#3643)
|
2 years ago |
Hadrien Croubois
|
f491e98d37
|
Use unchecked for ERC721 balance updates (#3524)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
98c3a79b57
|
Change execution order to avoid reentry through the _beforeTokenTransfer hook (#3611)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
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 |
Manfred Touron
|
ff16696c9c
|
Update ERC777 event documentation (#3594)
|
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 |
Aleksei Magusev
|
6ab8d6a67e
|
Improve spelling in ERC1155 revert reasons (#3433)
|
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 |
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 |
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 |
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 |
Hadrien Croubois
|
a55b7d1372
|
Rename ERC20TokenizedVault to ERC4626 (#3467)
|
3 years ago |