Commit Graph

1453 Commits

Author SHA1 Message Date
ecd2ca2cd7 4.7.3 2022-08-10 15:48:57 -03:00
e1878ace8c Fix ECDSA signature malleability (#3610)
(cherry picked from commit d693d89d99)
2022-08-10 15:41:37 -03:00
64e48203ce 4.7.2 2022-07-27 16:54:01 -03:00
8fb5f5774e Avoid returnbomb in ERC165Checker (#3587)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit dc4869eb23)
2022-07-27 16:45:55 -03:00
67b2572c6a Keep track of historical quorum values (#3561)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit 8ea1fc87c9)
2022-07-27 13:40:16 -03:00
4337192dc0 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>
(cherry picked from commit 81336aefb5)
2022-07-26 15:45:22 -03:00
41c7b25a65 Fix error in documentation and typo (#3567)
(cherry picked from commit 0ccfd2dbd3)
2022-07-21 12:55:33 -03:00
3b8b4ba82c 4.7.1 2022-07-19 18:36:15 -03:00
212de08e7f Fix issues caused by abi.decode reverting (#3552)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit 628a6e2866)
2022-07-19 18:36:04 -03:00
8c49ad74ea 4.7.0 2022-06-29 11:00:17 +02:00
0b238a536d Minor wording fixes ERC4626 contract (#3510)
(cherry picked from commit b159b3fee2)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2022-06-28 14:56:33 +02:00
e4748fbba1 Support memory arrays in MerkleTree multiproof (#3493)
(cherry picked from commit 2894059775)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2022-06-27 13:16:23 +02:00
b9710923a8 Make ERC4626 _deposit and _withdraw internal virtual (#3504)
(cherry picked from commit 74738721dc)
2022-06-24 14:55:42 -03:00
4307d74966 Add a caution note to ERC4626 about EOA access (#3503)
(cherry picked from commit 450c569d78)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2022-06-24 10:22:54 +02:00
1e7d735389 Clarify PaymentSplitter shares are static
(cherry picked from commit 4bf9ab41f8)
2022-06-23 18:35:35 -03:00
80c7a3ef43 Rename ERC20TokenizedVault to ERC4626 (#3467)
(cherry picked from commit a55b7d1372)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2022-06-14 11:45:28 +02:00
fac4326b5a 4.7.0-rc.0 2022-06-07 19:12:17 -03:00
7c75b8aa89 Add a SafeERC20:safePermit function (#3280) 2022-06-07 15:17:02 +00:00
08d109d877 Optimize Ownable and Pausable modifiers' size impact (#3347) 2022-06-07 15:21:58 +02:00
jjz
3ac4add548 Add sqrt for math (#3242) 2022-06-07 08:26:45 +02:00
994cf9b34b Clarify role of MinimalForwarder (#3399)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2022-06-06 18:27:56 -03: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
54ce38c2e5 Remove runtime check of ERC1967 storage slots (#3455) 2022-06-06 15:22:51 -03:00
d506e3b1a5 Simplify Initializable (#3450) 2022-06-03 19:30:50 +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
62f2c0531b Simplify ERC721 revert reasons (#3438) 2022-06-01 18:22:13 -03: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
6d00281593 Fix typo in README.adoc (#3445)
Fix typo and link
2022-06-01 22:26:39 +02:00
2b0b0bb186 Fix merkle multiProof for single leaf tree (#3446) 2022-06-01 20:21:56 +00:00
6766b2de3b Add getters for number of unclaimed tokens in PaymentSplitter (#3350) 2022-05-31 19:26:18 +00:00
82a63f6389 Remove redundant require in ERC721 (#3434)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2022-05-26 22:22:35 -03:00
488dd562fb Improve error messages for ERC721 and 1155 (#3254)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2022-05-27 00:52:43 +00:00
61294a62af Restore previous behavior of initializer during construction (#3344) 2022-05-25 15:01:45 -03:00
f8157ac854 Add multiProofVerify (#3276) 2022-05-25 09:39:15 +02:00
65b45726b3 Add memory safe assembly annotations (#3384)
Co-authored-by: Nate <nate@Nates-MacBook-Pro.local>
2022-05-23 15:37:08 -03:00
c019e7c5bb Fix typo causing broken URL in ERC20Snapshot comment (#3428) 2022-05-23 14:57:57 -03: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
6339027a7a Add mention of events possibly emitted (#3421) 2022-05-19 13:35:42 -03:00
46db8a98b0 Rename return parameter (#3413) 2022-05-19 15:52:54 +02:00
c2077f0034 Add warning about use of delete (#3412) 2022-05-18 21:27:33 +02:00
ee4d8380d3 Fix minor typo in IERC1155 and IERC721 docs (#3419) 2022-05-18 15:19:41 +02: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
e633ee9ed3 Fix spelling and grammar in comments (#3408) 2022-05-11 18:10:00 -03:00
3bdf4bfd29 Annotate Memory-Safe Assembly (#3392) 2022-05-06 19:49:02 -03:00
3b9381dfb1 Add customizable fee receiver to ERC20FlashMint (#3327)
Co-authored-by: Mazen Khalil <mazen@immunityledger.org>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2022-05-06 18:46:23 -03:00
07b1b472c0 Improve wording consistency in code/doc (#3365) 2022-05-04 18:20:59 -03:00