Commit Graph

197 Commits (typo-fixes)

Author SHA1 Message Date
Arr00 3658269505
Add clear function to Enumerable{Set,Map} (#5486) 4 days ago
Hadrien Croubois 441dc141ac
Add Bytes32x2Set (#5442) 1 week ago
JohnBonny bd09096f17
fix spelling errors (#5489) 1 week ago
Ernesto García 2141d3faf5
Rename ERC4337Utils ENTRYPOINT to ENTRYPOINT_V07 (#5472) 1 week ago
Arr00 43b3319e5b
Add ERC6909 Implementation along with extensions (#5394) 1 week ago
Hadrien Croubois 19c2f2f5a5
SafeERC20.trySafeTransfer{,from} (#5483) 2 weeks ago
Hadrien Croubois 828dbc357c
Add stake management function to ERC4337Utils (#5471) 2 weeks ago
Hadrien Croubois 8c1b0ca82d
Add a governor extension that implements a proposal guardian (#5303) 3 weeks ago
sudo rm -rf --no-preserve-root / a55fabc405
Remove Unnecessary Initialisation of `_paused` (#5448) 3 weeks ago
Ernesto García 96b40d02c3
Expose `_isTrustedByTarget` internally in ERC2771Forwarder (#5416) 1 month ago
Hadrien Croubois 352ab13687
Add a Calldata library with `emptyBytes` and `emptyString` functions (#5422) 1 month ago
github-actions[bot] 7b74442c5e
Merge release-v5.2 branch (#5424) 1 month ago
Arr00 7526c8fe3b
Add interface for ERC6909 (#5343) 2 months ago
Arr00 03e06bf08c
Add GovernorSequentialProposalId extension for sequential numbers on proposals (#5290) 2 months ago
Ernesto García 3b240d7e6a
Use the `asset` getter in `totalAssets`, `_deposit` and `_withdraw` in ERC4626 (#5322) 2 months ago
Arr00 73b46e3bd1
Bubble up revert data on failed `Address.sendValue` (#5379) 2 months ago
Ernesto García 535b54da59
Rename `arrayLengthPointer` to `arrayLengthOffset` and add changeset (#5371) 2 months ago
leopardracer d11ed2fb0a
fix: typos in documentation files (#5305) 3 months ago
Hadrien Croubois 28aed34dc5
Merge account abstraction work into master (#5274) 4 months ago
Hadrien Croubois 2fa4d103fe
Add NoncesKeyed variant (#5272) 4 months ago
Hadrien Croubois c343ee3768
Bump pragma to 0.8.22 for all contract that depend on ERC1967Utils (#5273) 4 months ago
Hadrien Croubois f989fff931
Remove missed changeset from 5.1-rc.1 (#5270) 4 months ago
Hadrien Croubois 378914ceab
Delegate override vote (#5192) 4 months ago
github-actions[bot] 0034c30224
Merge release-v5.1 branch (#5266) 4 months ago
cairo 3291252c86
Document risk of `SafeERC20` and `ERC-7674` (#5262) 4 months ago
Hadrien Croubois fe6249ec2c
Bytes library and CAIP2/CAIP10 helpers (#5252) 4 months ago
Hadrien Croubois bd588959ad
Add toUint, toInt and hexToUint to Strings (#5166) 4 months ago
Hadrien Croubois cb7faaf4db
Add clone variant with per-instance immutable arguments (#5109) 5 months ago
Hadrien Croubois aec36ddd6a
Create a ERC1363Utils helper similar to existing ERC721Utils and ERC1155Utils (#5133) 7 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) 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) 9 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
Eric Lau 52c36d412e
Fix `UPGRADE_INTERFACE_VERSION` documentation in `ProxyAdmin` (#5031) 10 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
Ernesto García 11dc5e3809
Expose an initializer function for non-abstract contracts in their upgradeable versions (#5008) 10 months ago
Ernesto García 427b8bb028
Make Votes.sol _makeDelegateVotes internal (#5007) 10 months ago
Hadrien Croubois f8c2e1035e
Add Packing library (#4992) 11 months ago
Hadrien Croubois b6e07917eb
Transient version of ReentrancyGuard (#4988) 11 months ago
Hadrien Croubois d6ad9db0a0
Add transient storage slot support in StorageSlot.sol (#4980) 11 months ago
Hadrien Croubois cb2aaaa04a
Add slot derivation library (#4975) 11 months ago
Xenia d398d68944
Mask computed address in `Create2` and `Clones` libraries (#4941) 11 months ago
Hadrien Croubois 33ea1111b0
Avoid validating ECDSA signatures for addresses with code in SignatureChecker (#4951) 11 months ago