Commit Graph

1864 Commits (e5f02bc6085662aeb557c33af19f432c31e90295)

Author SHA1 Message Date
Daniel Liu 005a35b02a
Optimize Math.max and SignedMath.max (#3679) 2 years ago
GitHubPang 84fafa7832
Fix typos (#3677) 2 years ago
Francisco e09ccd1449
Optimize votes lookups for recent checkpoints (#3673) 2 years ago
Helder Sepulveda 1f0e7cdf04
Add Ownable2Step extension with 2-step transfer (#3620) 2 years ago
Igor Żuk 160bf1a6eb
Optimize toString (#3573) 2 years ago
William Entriken 1eb55e2864
Remove unnecessary virtual (#3650) 2 years ago
Hadrien Croubois 4b8b92c8bf
Make VestingWallet payable to allow funding at construction (#3665) 2 years ago
Hadrien Croubois affe2456ea
Search the whole checkpoint trace if offset overflows during initial exponential search. (#3662) 2 years ago
Hadrien Croubois 71aaca2d9d
Extend Checkpoints with new sizes and lookup mechanisms (#3589) 2 years ago
gmhacker.eth 4b16e88747
Improve recommendation on ERC721 transferFrom vs safeTransferFrom (#3647) 2 years ago
Hadrien Croubois 141130db27
Inherit asset decimals in ERC4626 (#3639) 2 years ago
Lubin Tan e45b49eab8
Change 'caller' to 'sender' to more closely match EIP-4626 specs. (#3649) 2 years ago
GitHubPang 62bab225c1
Fix wording and grammar in docs (#3645) 2 years ago
hamiltoncyber dc14c72e53
Update comment for _beforeTokenTransfer (#3586) 2 years ago
Vectorized 6b9bda872d
Optimize Clones assembly (#3640) 2 years ago
ToweringTopaz 6d8017d07e
Optimize Create2.computeAddress (#3600) 2 years ago
Hadrien Croubois 24fc709533
Set up codespell (#3643) 2 years ago
Hadrien Croubois f491e98d37
Use unchecked for ERC721 balance updates (#3524) 2 years ago
Hadrien Croubois 98c3a79b57
Change execution order to avoid reentry through the _beforeTokenTransfer hook (#3611) 2 years ago
Hadrien Croubois 17bc2dabe0
Procedurally generate EnumerableSet and EnumerableMap (#3429) 2 years ago
Hadrien Croubois c797195f1d
Add getter for number of releasable tokens in VestingWallet (#3580) 2 years ago
Shatabarto "Rik" Bhattacharya 26cf47a2be
Add internal functions `_getInitializedVersion` and `_isInitializing` (#3598) 2 years ago
Hadrien Croubois 397c946141
Remove the draft prefix for EIP712 as it is now final (#3621) 2 years ago
Francisco 6729fec74a
Add warning about issue with Arbitrum cross-chain utilities (#3626) 2 years ago
matmilbury 4ae655c368
Update link to Consensys best practices (#3597) 3 years ago
t11s 324eda228c
Remove redundant ECDSA constraint (#3591) 3 years ago
GitHubPang 2dc086563f
Fix misspelling in comment (#3613) 3 years ago
Francisco d693d89d99
Fix ECDSA signature malleability (#3610) 3 years ago
Manfred Touron ff16696c9c
Update ERC777 event documentation (#3594) 3 years ago
Hadrien Croubois ca6f95a7da
Improve documentation in UUPSUpgradeable (#3606) 3 years ago
gmhacker.eth d514cdd26e
Preserve camelCase in GovernorCountingSimple (#3608) 3 years ago
0xAA 85a9bed49e
Remove unsued imported library "Math.sol" (#3605) 3 years ago
Francisco Giordano c11acfd9d3 Fix compiler warning 3 years ago
Hadrien Croubois dc4869eb23
Avoid returnbomb in ERC165Checker (#3587) 3 years ago
Hadrien Croubois 8ea1fc87c9
Keep track of historical quorum values (#3561) 3 years ago
Hadrien Croubois 81336aefb5
Fix arbitrum L1 to L2 crosschain call detection (#3578) 3 years ago
Nicolas Bayle 7ddbfe181e
Add access control comment for ERC721 _burn function (#3576) 3 years ago
Aleksei Magusev fbf235661e
Improve grammar in transfer error messages (#3542) 3 years ago
Nirban Chakraborty d1b1e17d23
Add internal overrideable _flashFee in ERC20FlashMint (#3551) 3 years ago
ptrcarta 0ccfd2dbd3
Fix error in documentation and typo (#3567) 3 years ago
Igor Żuk 580b7ab816
Optimize safe casting of signed numbers (#3565) 3 years ago
Hadrien Croubois 628a6e2866
Fix issues caused by abi.decode reverting (#3552) 3 years ago
Aleksei Magusev 6ab8d6a67e
Improve spelling in ERC1155 revert reasons (#3433) 3 years ago
Abhijit Roy 3210a8653b
Modify ReentrancyGuard to reduce contract size (#3515) 3 years ago
EthanOK 96163c87e3
Implicitly clear ERC721 approval on burn (#3538) 3 years ago
tonynoce 5e7e9acfa4
Fix broken forum URL (#3537) 3 years ago
Linhai Song 8b778fa20d
Move adds on total earlier to enable the use of unchecked (#3527) 3 years ago
Andrew Parker e02c378745
Implicitly clear ERC721 approval on transfers (#3481) 3 years ago
Siloé Garcez 597654db00
Fixed typos in `Math`: `sqrt` function. (#3522) 3 years ago
Paul Razvan Berg 5fbf494511
Use unchecked arithmetic in "_transfer", "_mint" and "_burn" (#3513) 3 years ago