|
|
e919d96ff2
|
Add ERC1155.totalSupply that returns overall supply count (#3962)
|
2023-01-25 21:39:02 +01:00 |
|
|
|
c5d040beb9
|
Remove Address.isContract (#3945)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-01-24 17:59:07 -03:00 |
|
|
|
147dc89054
|
Merge branch 'master' into next-v5.0
|
2023-01-14 18:51:03 -03:00 |
|
|
|
6b17b33430
|
Use a staticcall to fetch ERC20.decimals in ERC4626 (#3943)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2023-01-12 12:33:15 -03:00 |
|
|
|
d210847e28
|
Fix ERC20._update (#3921)
Co-authored-by: Francisco <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-01-10 17:21:35 -03:00 |
|
|
|
97bba5adaa
|
Remove ERC1155 hooks (#3876)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2023-01-10 11:13:05 +01:00 |
|
|
|
d59306bd06
|
Improve ERC20.decimals documentation (#3933)
|
2023-01-06 14:09:02 +01:00 |
|
|
|
2fc24fc8d4
|
Rename param to match the interface (#3917)
|
2023-01-03 12:30:51 -03:00 |
|
|
|
bc50d373e3
|
Rename approved parameter in IERC721 (#3900)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-28 23:32:50 +00:00 |
|
|
|
4147005b0c
|
Update Prettier Solidity (#3898)
|
2022-12-26 23:28:51 -03:00 |
|
|
|
b709eae01d
|
Update Prettier Solidity (#3898)
|
2022-12-23 22:28:05 -03:00 |
|
|
|
9cbe8b340c
|
Merge branch 'master' into next-v5.0
|
2022-12-19 18:17:33 -03:00 |
|
|
|
3c80a42866
|
Remove hooks from ERC20 (#3838)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-12-14 16:43:45 -03:00 |
|
|
|
e2d2ebc8fc
|
Make ERC20Votes independent from ERC20Permit (#3816)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-11-29 11:25:52 -03:00 |
|
|
|
8f8fd84f1e
|
Improve some NatSpec and revert reasons (#3809)
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
2022-11-25 12:55:16 -03:00 |
|
|
|
4a9db80cb9
|
Remove presets (#3637)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
2022-11-25 12:46:47 -03:00 |
|
|
|
7c5f6bc2c8
|
Merge branch 'release-v4.8'
|
2022-11-09 19:23:01 -03:00 |
|
|
|
49c0e4370d
|
4.8.0
|
2022-11-08 11:29:29 -03:00 |
|
|
|
0b6becd49f
|
Remove the draft prefix to ERC20Permit (#3793)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-11-04 12:55:55 -03:00 |
|
|
|
d5ca39e9a2
|
Rename _isVaultCollateralized to _isVaultHealthy for clarity (#3796)
|
2022-11-02 11:46:08 -03:00 |
|
|
|
25fe191202
|
Fix comment in ERC721Consecutive (#3778)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-10-25 01:46:51 +00:00 |
|
|
|
1f18fea1de
|
4.8.0-rc.2
|
2022-10-17 18:53:40 +02:00 |
|
|
|
3742c16948
|
Refactor consecutive transfer hooks (#3753)
(cherry picked from commit 08d5e4a9b0)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2022-10-17 18:42:01 +02:00 |
|
|
|
08d5e4a9b0
|
Refactor consecutive transfer hooks (#3753)
|
2022-10-17 17:09:23 +02:00 |
|
|
|
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>
|
2022-10-17 17:00:47 +02:00 |
|
|
|
50501a751e
|
Update docs pipeline to solidity-docgen@0.6 (#3707)
(cherry picked from commit c52625018b)
|
2022-09-30 12:55:21 -03:00 |
|
|
|
f0de978a9e
|
Improve handling and docs for ERC4626.decimals (#3733)
(cherry picked from commit 14f98dbb58)
|
2022-09-30 12:55:06 -03:00 |
|
|
|
0b3acb286a
|
Recommended improvement to ERC721Consecutive (#3712)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit c22db8104e)
|
2022-09-30 12:54:56 -03:00 |
|
|
|
c52625018b
|
Update docs pipeline to solidity-docgen@0.6 (#3707)
|
2022-09-30 12:52:45 -03:00 |
|
|
|
14f98dbb58
|
Improve handling and docs for ERC4626.decimals (#3733)
|
2022-09-28 15:42:55 -03:00 |
|
|
|
c22db8104e
|
Recommended improvement to ERC721Consecutive (#3712)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-09-27 16:13:15 -03:00 |
|
|
|
16791134c1
|
4.8.0-rc.1
|
2022-09-23 18:59:29 +02:00 |
|
|
|
d89a62e0a6
|
Improve ERC20FlashMint documentation (#3719)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
(cherry picked from commit aa4b901788)
|
2022-09-23 12:28:34 -03:00 |
|
|
|
089f9b95af
|
Ignore specific warnings and make the rest into errors (#3695)
(cherry picked from commit 046121e080)
|
2022-09-23 12:28:19 -03:00 |
|
|
|
aa4b901788
|
Improve ERC20FlashMint documentation (#3719)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2022-09-23 11:48:39 +02:00 |
|
|
|
046121e080
|
Ignore specific warnings and make the rest into errors (#3695)
|
2022-09-22 22:33:13 +02:00 |
|
|
|
a615329423
|
Make ERC721Votes no longer a Draft (#3699)
(cherry picked from commit 7a14f6c595)
|
2022-09-17 13:04:59 -03:00 |
|
|
|
7a14f6c595
|
Make ERC721Votes no longer a Draft (#3699)
|
2022-09-17 18:03:03 +02:00 |
|
|
|
5e6fd491f3
|
4.8.0-rc.0
|
2022-09-07 18:08:32 -03:00 |
|
|
|
3c552e6e03
|
Fix relevant warnings (#3685)
|
2022-09-07 15:56:18 -03:00 |
|
|
|
171fa40bc8
|
ERC721 extension for efficient batch minting (#3311)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-09-05 23:09:30 +02:00 |
|
|
|
e09ccd1449
|
Optimize votes lookups for recent checkpoints (#3673)
|
2022-09-04 22:48:26 +02:00 |
|
|
|
4b16e88747
|
Improve recommendation on ERC721 transferFrom vs safeTransferFrom (#3647)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-29 17:40:21 -03:00 |
|
|
|
141130db27
|
Inherit asset decimals in ERC4626 (#3639)
|
2022-08-26 09:53:53 +02:00 |
|
|
|
dc14c72e53
|
Update comment for _beforeTokenTransfer (#3586)
|
2022-08-24 12:07:35 -03:00 |
|
|
|
24fc709533
|
Set up codespell (#3643)
|
2022-08-23 12:43:03 -03:00 |
|
|
|
f491e98d37
|
Use unchecked for ERC721 balance updates (#3524)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-23 02:48:09 +00:00 |
|
|
|
98c3a79b57
|
Change execution order to avoid reentry through the _beforeTokenTransfer hook (#3611)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-19 10:33:19 -03:00 |
|
|
|
397c946141
|
Remove the draft prefix for EIP712 as it is now final (#3621)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-18 20:40:45 -03:00 |
|
|
|
ff16696c9c
|
Update ERC777 event documentation (#3594)
|
2022-08-10 14:21:23 +02:00 |
|