|
|
88754d0b36
|
Add keys() accessor to EnumerableMaps (#3920)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2023-01-03 22:25:37 +01:00 |
|
|
|
2fc24fc8d4
|
Rename param to match the interface (#3917)
|
2023-01-03 12:30:51 -03:00 |
|
|
|
3a3c87b1a6
|
Fix docs for Math.log256 (#3916)
|
2023-01-03 11:52:53 -03:00 |
|
|
|
c1d9da4052
|
Use hardhat-exposed to reduce the need for mocks (#3666)
Co-authored-by: Francisco <fg@frang.io>
|
2023-01-03 14:38:13 +00:00 |
|
|
|
a81b0d0b21
|
Use unchecked in MerkleProof.processMultiProof (#3869)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Co-authored-by: Francisco <fg@frang.io>
|
2023-01-02 22:04:49 -03:00 |
|
|
|
a4596cab05
|
Add warning on SELFDESTRUCT usage with isContract (#3875)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-30 22:00:53 +00:00 |
|
|
|
bc50d373e3
|
Rename approved parameter in IERC721 (#3900)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-28 23:32:50 +00:00 |
|
|
|
b0db207e4e
|
Fix typos in testing files (#3899)
|
2022-12-28 20:16:56 -03:00 |
|
|
|
cafe5eb985
|
Update blurb on GovernorVotes compatibility (#3764)
|
2022-12-28 20:07:29 -03:00 |
|
|
|
8335676b0e
|
Add Strings.toString for signed integers (#3773)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Gbolahan <89295500+GbolahanAnon@users.noreply.github.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-12-28 22:46:52 +00:00 |
|
|
|
7a6a9d1516
|
Add Strings.equal (#3774)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-28 18:23:24 -03:00 |
|
|
|
b709eae01d
|
Update Prettier Solidity (#3898)
|
2022-12-23 22:28:05 -03:00 |
|
|
|
3d7a93876a
|
Improve documentation of Initializable getters (#3861)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2022-12-07 00:49:15 +00:00 |
|
|
|
93cd2ecb73
|
Improve readability of processMultiProof (#3854)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
|
2022-12-05 10:41:44 -03:00 |
|
|
|
24d1bb668a
|
Add Ownable2Step to the docs (#3836)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-01 10:34:58 -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 |
|
|
|
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 |
|
|
|
88a3f95715
|
Optimize condition in _disableInitializers (#3787)
|
2022-11-03 20:57:56 -03:00 |
|
|
|
d5ca39e9a2
|
Rename _isVaultCollateralized to _isVaultHealthy for clarity (#3796)
|
2022-11-02 11:46:08 -03:00 |
|
|
|
16fa1834e5
|
Fix MerkleProof natspec
(cherry picked from commit 7d01facdb8)
|
2022-11-01 15:22:56 -03:00 |
|
|
|
7d01facdb8
|
Fix MerkleProof natspec
|
2022-11-01 15:22:47 -03:00 |
|
|
|
8bfcb65924
|
Update recommendation of JS library for merkle trees
(cherry picked from commit 8d105825e9)
|
2022-11-01 15:14:20 -03:00 |
|
|
|
8d105825e9
|
Update recommendation of JS library for merkle trees
|
2022-11-01 15:13:50 -03:00 |
|
|
|
36951d5838
|
few typo fixes (#3779)
|
2022-10-26 17:02:57 +02:00 |
|
|
|
f99bc4e0cf
|
grammar fix (#3782)
|
2022-10-26 17:02:06 +02:00 |
|
|
|
25fe191202
|
Fix comment in ERC721Consecutive (#3778)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-10-25 01:46:51 +00:00 |
|
|
|
014ce9c6e6
|
ERC721ConsecutiveEnumerable is no longer unreachable
(cherry picked from commit a1948250ab)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2022-10-18 14:20:25 +02:00 |
|
|
|
a1948250ab
|
ERC721ConsecutiveEnumerable is no longer unreachable
|
2022-10-18 14:13:05 +02: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 |
|
|
|
eb03304b70
|
Add ReentrancyGuard status getter (#3714)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2022-10-17 14:43:45 +02:00 |
|
|
|
c463b8a67e
|
Fix typo in comment (#3765)
|
2022-10-17 14:42:18 +02:00 |
|
|
|
4e18cdc186
|
Update merkle multiproof docs with a caution note
(cherry picked from commit 8d908fe2c2)
|
2022-10-06 19:13:26 -03:00 |
|
|
|
8d908fe2c2
|
Update merkle multiproof docs with a caution note
|
2022-10-06 19:12:29 -03:00 |
|
|
|
47003aebec
|
typo fix (#3752)
|
2022-10-05 17:47:39 -03:00 |
|
|
|
34e5863cd5
|
Reduce gas in log256 (#3745)
|
2022-10-05 17:19:28 -03: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 |
|
|
|
16408a1dcf
|
Update Arbitrum's vendored contracts to Nitro (#3692)
Co-authored-by: Francisco <frangio.1@gmail.com>
(cherry picked from commit 9938a85558)
|
2022-09-30 12:55:01 -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 |
|
|
|
26dddee1c0
|
Fix typo (#3738)
|
2022-09-29 00:05:54 +02:00 |
|
|
|
14f98dbb58
|
Improve handling and docs for ERC4626.decimals (#3733)
|
2022-09-28 15:42:55 -03:00 |
|
|
|
9938a85558
|
Update Arbitrum's vendored contracts to Nitro (#3692)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-09-28 14:46:48 -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 |
|
|
|
fb9345814b
|
Remove unnecessary Address library import in SignatureChecker (#3731)
|
2022-09-27 10:26:17 +02:00 |
|