|
|
53235263a3
|
Implement 0x00 version of EIP-191 in ECDSA Library (#4063)
|
2023-02-22 15:22:50 +01:00 |
|
|
|
1e245aa54b
|
Add isValidERC1271SignatureNow to SignatureChecker library (#3932)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-21 15:16:44 +00:00 |
|
|
|
08d085f2c9
|
Fix ERC4906 compliance of ERC721URIStorage (#4055)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-17 13:43:23 -03:00 |
|
|
|
d64d7aa5d1
|
ERC4626 inflation attack mitigation (#3979)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-17 10:08:31 +01:00 |
|
|
|
790cc5b65a
|
Add timestamp based governor with EIP-6372 and EIP-5805 (#3934)
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2023-02-09 22:33:55 +01:00 |
|
|
|
d625cb45ea
|
Include EIP-5267 discovery in EIP-712 (#3969)
Co-authored-by: Francisco <frangio.1@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-08 15:53:57 +01:00 |
|
|
|
260e082ed1
|
Add a library for handling short strings in a gas efficient way (#4023)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2023-02-06 09:59:25 +01:00 |
|
|
|
91e8d0ba3c
|
Add string and bytes support to the StorageSlots library (#4008)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2023-02-01 18:46:05 -03:00 |
|
|
|
a28aafdc85
|
Use Prettier for JS files (#3913)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-01-04 15:03:40 +01:00 |
|
|
|
88754d0b36
|
Add keys() accessor to EnumerableMaps (#3920)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2023-01-03 22:25:37 +01: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 |
|
|
|
2336bd3e8e
|
Simplify ESLint config (#3903)
|
2022-12-29 17:08:12 -03:00 |
|
|
|
cc27aed391
|
Improve Strings equal tests (#3902)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-29 19:11:15 +00: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 |
|
|
|
8f8fd84f1e
|
Improve some NatSpec and revert reasons (#3809)
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
2022-11-25 12:55:16 -03:00 |
|
|
|
7201e6707f
|
Fix typo in a comment (#3747)
|
2022-10-03 10:06:44 +02:00 |
|
|
|
c08c6e1b84
|
Add fuzz testing of mulDiv (#3717)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2022-09-23 18:45:20 -03:00 |
|
|
|
8f0d4d4a41
|
Fix fuzzing coverage (#3716)
|
2022-09-22 23:13:09 +02:00 |
|
|
|
7a14f6c595
|
Make ERC721Votes no longer a Draft (#3699)
|
2022-09-17 18:03:03 +02:00 |
|
|
|
80ae402387
|
Add fuzz tests for Math.sqrt & Math.logX using Foundry (#3676)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-09-07 14:25:29 -03:00 |
|
|
|
c1d6e39aab
|
Add log2, log10 and log256 functions (#3670)
|
2022-09-07 08:29:48 +00: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 |
|
|
|
160bf1a6eb
|
Optimize toString (#3573)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-31 23:08:35 +00:00 |
|
|
|
71aaca2d9d
|
Extend Checkpoints with new sizes and lookup mechanisms (#3589)
|
2022-08-30 21:32:12 +02:00 |
|
|
|
324eda228c
|
Remove redundant ECDSA constraint (#3591)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-16 18:08:07 +00:00 |
|
|
|
d693d89d99
|
Fix ECDSA signature malleability (#3610)
|
2022-08-10 15:40:03 -03:00 |
|
|
|
dc4869eb23
|
Avoid returnbomb in ERC165Checker (#3587)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-07-27 16:41:05 +00:00 |
|
|
|
628a6e2866
|
Fix issues caused by abi.decode reverting (#3552)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-07-18 21:01:20 +00:00 |
|
|
|
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>
|
2022-06-27 17:51:33 -03:00 |
|
|
|
6f88199db9
|
Optimize Address.functionCall removing redundant isContract check (#3469)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-06-27 17:02:33 -03:00 |
|
|
|
2894059775
|
Support memory arrays in MerkleTree multiproof (#3493)
|
2022-06-27 13:15:52 +02:00 |
|
|
|
3ac4add548
|
Add sqrt for math (#3242)
|
2022-06-07 08:26:45 +02:00 |
|
|
|
051cc9e446
|
Revert unwanted breaking change in the Clones library (#3456)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-06 20:41:48 +00:00 |
|
|
|
113443470c
|
Reorder arguments for multiProof functions (#3447)
|
2022-06-03 09:36:14 +02:00 |
|
|
|
35090c1bf1
|
Add tests for improved coverage (#3448)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-02 23:01:55 +00:00 |
|
|
|
5e00787199
|
ERC4626 (#3171)
|
2022-06-02 10:03:03 +02:00 |
|
|
|
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>
|
2022-06-01 20:36:42 +00:00 |
|
|
|
2b0b0bb186
|
Fix merkle multiProof for single leaf tree (#3446)
|
2022-06-01 20:21:56 +00:00 |
|
|
|
f8157ac854
|
Add multiProofVerify (#3276)
|
2022-05-25 09:39:15 +02:00 |
|
|
|
de74c8c62c
|
Add bytes32 to uint enumerable map (#3416)
|
2022-05-23 08:02:27 +00:00 |
|
|
|
b61faf8368
|
Procedural SafeCast.sol generation (#3245)
|
2022-05-21 14:38:31 +02:00 |
|
|
|
c4f76cfa15
|
Add uint to uint enumerable map (#3338)
|
2022-05-20 13:31:53 +00:00 |
|
|
|
5772512058
|
Add address to string conversion (#3403)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-05-13 18:46:26 +00:00 |
|
|
|
d4e6236b2b
|
Fix deprecated expectEvent.inLogs #3332 (#3333)
|
2022-04-23 10:20:55 -03:00 |
|
|
|
668a648bc6
|
Add utilities for CrossChain messaging (#3183)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-03-30 11:41:04 -03:00 |
|
|
|
faf5820f03
|
Fix many spelling errors (#3274)
|
2022-03-22 18:16:20 -03:00 |
|
|
|
b13bdb0249
|
Add bytes32 to bytes32 enumerable map (#3192)
* feat(enumerablemap): add bytes32 to bytes32 map
* chore(changelog): edit CHANGELOG
* feat(enumerable map): edit struct visibility
|
2022-03-22 16:36:29 +01:00 |
|