|
|
96b40d02c3
|
Expose _isTrustedByTarget internally in ERC2771Forwarder (#5416)
|
2025-01-10 14:59:14 -06:00 |
|
|
|
13781c1f49
|
Add missing Calldata, Bytes, CAIP2 and CAIP10 API references (#5428)
|
2025-01-10 10:43:28 -06:00 |
|
|
|
2e27a0c74b
|
Update governor docs (#5420)
|
2025-01-10 10:43:11 -06:00 |
|
|
|
352ab13687
|
Add a Calldata library with emptyBytes and emptyString functions (#5422)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2025-01-09 19:48:32 -06:00 |
|
|
|
7b74442c5e
|
Merge release-v5.2 branch (#5424)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Sam Bugs <101145325+0xsambugs@users.noreply.github.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
Co-authored-by: wizard <112275929+famouswizard@users.noreply.github.com>
Co-authored-by: leopardracer <136604165+leopardracer@users.noreply.github.com>
Co-authored-by: cairo <cairoeth@protonmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: Simka <0xsimka@gmail.com>
Co-authored-by: Voronor <129545215+voronor@users.noreply.github.com>
|
2025-01-09 17:16:31 +01:00 |
|
|
|
a2a5dc26a1
|
Update _revokeRole documentation in AccessControl (#5321)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2025-01-06 18:43:40 -06:00 |
|
|
|
a99b31f990
|
Optimize MerkleTree for loops by using uint256 iterators (#5415)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2025-01-06 18:02:58 -06:00 |
|
|
|
45dd083602
|
Update ReentrancyGuardTransient documentation (#5417)
|
2025-01-06 17:53:34 -06:00 |
|
|
|
bf69b60146
|
Make IERC7579Execution payable (#5410)
|
2025-01-06 11:20:11 +01:00 |
|
|
|
dd04dfe75d
|
Update links to the eth_sign JSON-RPC method in MessageHashUtils (#5407)
|
2024-12-26 19:26:15 -06:00 |
|
|
|
c3b3ae7e82
|
Fix inaccurate comment for the callGasLimit function in ERC4337Utils (#5397)
|
2024-12-23 12:39:10 -06:00 |
|
|
|
7526c8fe3b
|
Add interface for ERC6909 (#5343)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2024-12-20 14:56:20 +01:00 |
|
|
|
03e06bf08c
|
Add GovernorSequentialProposalId extension for sequential numbers on proposals (#5290)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2024-12-19 11:19:06 +01:00 |
|
|
|
3b240d7e6a
|
Use the asset getter in totalAssets, _deposit and _withdraw in ERC4626 (#5322)
|
2024-12-19 11:15:56 +01:00 |
|
|
|
73b46e3bd1
|
Bubble up revert data on failed Address.sendValue (#5379)
|
2024-12-17 12:48:40 +01:00 |
|
|
|
535b54da59
|
Rename arrayLengthPointer to arrayLengthOffset and add changeset (#5371)
|
2024-12-13 12:46:04 -06:00 |
|
|
|
77d4a73c87
|
Add checks to ERC7579Utils.decodeBatch (#5353)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2024-12-12 14:53:52 -06:00 |
|
|
|
8939cb7835
|
Documentation: Fix README.adoc (#5361)
|
2024-12-12 12:34:22 +01:00 |
|
|
|
a39556f475
|
Fix GovernorTimelockCompound and TESTING.md grammar (#5356)
|
2024-12-11 10:09:11 -06:00 |
|
|
|
063fbb3a1f
|
Fix typo in ERC721 API reference docs (#5329)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2024-12-05 15:30:23 -06:00 |
|
|
|
a3a6db86d5
|
Fix typo in ERC4337Utils.paymasterData comments (#5333)
|
2024-12-02 14:48:25 +01:00 |
|
|
|
78be1b39aa
|
Implement feedback for M-01, L-08, L-09 (#5324)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2024-11-29 10:53:54 -06:00 |
|
|
|
653963beb2
|
Various changes to code clarity (Fix N-07) (#5317)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-11-27 14:25:30 -06:00 |
|
|
|
fdf7012d3b
|
Optimize log256's binary search (#5284)
|
2024-11-26 12:15:53 -06:00 |
|
|
|
4afd599329
|
Document canonicalization in CAIP2 and CAIP10 libraries (#5319)
|
2024-11-26 10:33:52 -06:00 |
|
|
|
0df841d2d7
|
Complete docstrings L-10 (#5315)
|
2024-11-25 14:31:30 -06:00 |
|
|
|
c3cb7a0295
|
Deduplicate logic in Votes.sol (#5314)
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-11-25 11:47:55 -06:00 |
|
|
|
2562c11f25
|
Document VotesExtended assumptions (#5306)
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2024-11-25 11:43:21 -06:00 |
|
|
|
e1d44e0342
|
Add factory(), factoryData() and paymasterData() helpers to ERC4337Utils (#5313)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2024-11-25 11:35:09 -06:00 |
|
|
|
0513853ca5
|
Rephrase VoteReduced event docs (#5318)
|
2024-11-25 11:28:59 -06:00 |
|
|
|
ed98138a78
|
Add missing docstrings (#5311)
Co-authored-by: cairo <cairoeth@protonmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2024-11-25 12:15:23 -05:00 |
|
|
|
b3ce884628
|
Refactor parseUint, parseInt and parseHexUint to check bounds (#5304)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2024-11-25 11:05:40 +01:00 |
|
|
|
23f4452b21
|
Document voting counting until casted in GovernorCountingOverridable (#5309)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2024-11-22 16:45:05 +01:00 |
|
|
|
ccb39d2765
|
Improve general documentation for 5.2 (#5310)
|
2024-11-21 16:43:13 +01:00 |
|
|
|
7105693e3c
|
Change NoncesKeyed._useNonce to return a keyed value (#5312)
|
2024-11-21 16:34:00 +01:00 |
|
|
|
ccb5f2d8ca
|
Fix 5.2 audit L-05, N-03, N-04, N-05 and N-06 issues (#5308)
|
2024-11-20 15:21:49 +07:00 |
|
|
|
ffca412299
|
Note native ERC20 behavior in VestingWallet (#5299)
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-11-20 09:59:49 +07:00 |
|
|
|
dac63c4612
|
Fix docs in the extending-contracts section (#5300)
|
2024-11-18 15:40:14 +07:00 |
|
|
|
448efeea66
|
Optimize log2 with a lookup table (#5236)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: cairo <cairoeth@protonmail.com>
|
2024-10-29 17:09:20 +01:00 |
|
|
|
bcdfa848a6
|
Remove unused import in SafeERC20 (#5278)
|
2024-10-25 17:26:35 +02:00 |
|
|
|
28aed34dc5
|
Merge account abstraction work into master (#5274)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
Co-authored-by: cairo <cairoeth@protonmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-10-23 09:19:13 +02:00 |
|
|
|
2fa4d103fe
|
Add NoncesKeyed variant (#5272)
|
2024-10-23 09:16:10 +02:00 |
|
|
|
29f4059773
|
Bump pragma of files that depend on mcopy (#5276)
|
2024-10-22 17:01:26 -04:00 |
|
|
|
c343ee3768
|
Bump pragma to 0.8.22 for all contract that depend on ERC1967Utils (#5273)
|
2024-10-22 16:57:10 +02:00 |
|
|
|
a4dc928a93
|
ERC20: optimized gas costs in _spendAllowance (#5271)
|
2024-10-21 13:39:21 +02:00 |
|
|
|
2a83a217af
|
GovernorCountingOverridable testing with timestamp (#5269)
|
2024-10-18 14:45:36 +02:00 |
|
|
|
378914ceab
|
Delegate override vote (#5192)
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-10-18 14:17:20 +02:00 |
|
|
|
0034c30224
|
Merge release-v5.1 branch (#5266)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: cairo <cairoeth@protonmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: sudo rm -rf --no-preserve-root / <pcaversaccio@users.noreply.github.com>
Co-authored-by: danilo neves cruz <cruzdanilo@gmail.com>
Co-authored-by: omahs <73983677+omahs@users.noreply.github.com>
Co-authored-by: skyge <1506186404li@gmail.com>
Co-authored-by: PurrProof <149718167+PurrProof@users.noreply.github.com>
Co-authored-by: Eric Lau <ericglau@outlook.com>
Co-authored-by: plooten <sunxingzhecrypto@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Md Zartaj Afser <91191500+Zartaj0@users.noreply.github.com>
|
2024-10-17 17:41:15 +02:00 |
|
|
|
3291252c86
|
Document risk of SafeERC20 and ERC-7674 (#5262)
|
2024-10-17 13:33:22 +02:00 |
|
|
|
fe6249ec2c
|
Bytes library and CAIP2/CAIP10 helpers (#5252)
Co-authored-by: cairo <cairoeth@protonmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
|
2024-10-14 22:41:08 +02:00 |
|