Commit Graph

990 Commits (9e970eb9faee9e1921cc41509ad0cc354f3e555b)

Author SHA1 Message Date
Hadrien Croubois d8bbd34676
Update declaration of memory safe assembly blocks (#5172) 5 months ago
Hadrien Croubois 231fae33f0
Add Binary heap structure (#5084) 7 months ago
Hadrien Croubois e30b390d84
Add `ERC7674` (draft) (#5071) 7 months ago
Hadrien Croubois b73bcb231f
Process and verify merkle proofs (and multiproof) with custom hash function (#4887) 7 months ago
Hadrien Croubois 05f218fb66
Implement P256 verification via RIP-7212 precompile with Solidity fallback (#4881) 7 months ago
Hadrien Croubois 5480641e5c
Reduce memory leakage from returndata in SafeERC20 (#5090) 8 months ago
Hadrien Croubois 83c7e45092
Fix dirty bits in upper bits in implementation address in `Clones.sol` (#5069) 8 months ago
Hadrien Croubois 53b5d84212
Add bytes6 to the Packing library. (#5077) 8 months ago
Hadrien Croubois dc62599257
Extended packing and extracting library for value types (#5056) 8 months ago
Hadrien Croubois d8e799db98
Implement RSA verification (#4952) 8 months ago
cairo 337bfd5ea4
Add utility function for converting an address to checksummed string (#5067) 8 months ago
Hadrien Croubois c1d6ad5a30
Add GovernorCountingFractional (#5045) 8 months ago
Dimitrios Papathanasiou 984233dcad
Bubble up `returndata` from reverted Create2 deployments (#5052) 9 months ago
Ernesto García 52e0e3e783
Extend `onlyAuthorized` to support extra functions in AccessManager (#5014) 9 months ago
Ernesto García f1a69f164e
Add Halmos support for formal verification (#5034) 9 months ago
alex d947fb056d
Fix typo in GovernorVotesQuorumFraction.test.js (#5041) 9 months ago
yanziseeker 48ce444477
Fix Governor.t.sol's duplicate words (#5037) 9 months ago
Hadrien Croubois c80b675b8d
Add CircularBuffer data structure (#4913) 10 months ago
Lohann Paterno Coutinho Ferreira 4032b42694
Branchless ternary, min and max methods (#4976) 10 months ago
Hadrien Croubois f8c2e1035e
Add Packing library (#4992) 10 months ago
Hadrien Croubois b6e07917eb
Transient version of ReentrancyGuard (#4988) 10 months ago
Hadrien Croubois d6ad9db0a0
Add transient storage slot support in StorageSlot.sol (#4980) 10 months ago
Hadrien Croubois cb2aaaa04a
Add slot derivation library (#4975) 11 months ago
Renan Souza 5e3ba29b08
Procedurally generate Arrays.sol (#4859) 11 months ago
Xenia d398d68944
Mask computed address in `Create2` and `Clones` libraries (#4941) 11 months ago
Franco Victorio c03952acbe
Remove `async` from `describe` blocks and add missing `await` in tests (#4942) 11 months ago
Hadrien Croubois 92ff025622
Add a MerkleTree builder (#3617) 11 months ago
Anton Bukov e83142944f
Add ability to create clones with initial `value` in Clones.sol (#4936) 11 months ago
Alexander González 7a29f7df51
Improve MerkleProof tests (#4937) 11 months ago
Hadrien Croubois 92224533b1
Merge pull request from GHSA-9vx6-7xxf-x967 11 months ago
Renan Souza 8b4b7b8d04
Simplify finance tests (#4912) 12 months ago
Renan Souza 141c947921
Update chai matchers (#4899) 12 months ago
Hadrien Croubois 96e5c0830a
Deduplicate code in `scripts/helpers` and `test/helpers/iterate` (#4895) 12 months ago
Ernesto García 4e7e6e54da
Add `bytes memory` version of `Math.modExp` (#4893) 12 months ago
Hadrien Croubois ae1bafcb48
Add VestingWalletWithCliff (#4870) 1 year ago
Hadrien Croubois f8b1ddf591
Add variants of Array.sort for address[] and bytes32[] (#4883) 1 year ago
Igor Żuk 17a8955cd8
Optimize Math operations using branchless bool to uint translation. (#4878) 1 year ago
Hadrien Croubois 0a757ec463
Add `sort` in memory to Arrays library (#4846) 1 year ago
Hadrien Croubois 036c3cbef2
Replace custom errors with native panic codes in DoubleEndedQueue (#4872) 1 year ago
Mihir Wadekar 192e873fcb
Add `Math.modExp` and a `Panic` library (#3298) 1 year ago
Hadrien Croubois 7eba10dd1e
Move ERC721 and ERC1155 receiver checks to dedicate libraries (#4845) 1 year ago
Hadrien Croubois 61117c4db8
Bound lookup in arrays with duplicate (#4842) 1 year ago
Ernesto García 6b30d2d8de
Fuzz Base64 and Base64URL (#4853) 1 year ago
Hadrien Croubois e86bb45477
Add a Math.inv function that inverse a number in Z/nZ (#4839) 1 year ago
Vittorio Minacori e5f02bc608
Add ERC1363 implementation (#4631) 1 year ago
Hadrien Croubois a5c4cd8182
Add new EnumerableMap types (#4843) 1 year ago
Vladislav Volosnikov dfae50fa5b
Refactor abs without logical branching (#4497) 1 year ago
Hadrien Croubois 692dbc560f
Add Base64Url encoding (#4822) 1 year ago
Hadrien Croubois efb8c1af6e
Fix gas report generation (#4824) 1 year ago
Renan Souza e68720efb6
Refactor supports interface (#4817) 1 year ago