Igor Żuk
|
160bf1a6eb
|
Optimize toString (#3573)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
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)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2 years ago |
Francisco Giordano
|
93bc3b657b
|
Remove Codecov Patch status outside PRs
|
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)
Fix wording and grammar
|
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)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
24fc709533
|
Set up codespell (#3643)
|
2 years ago |
Hadrien Croubois
|
f491e98d37
|
Use unchecked for ERC721 balance updates (#3524)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Hadrien Croubois
|
98c3a79b57
|
Change execution order to avoid reentry through the _beforeTokenTransfer hook (#3611)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
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)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Francisco
|
27d4293db6
|
Remove redundant changelog entry
|
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)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
dependabot[bot]
|
2d4fb93087
|
Bump undici from 5.8.0 to 5.9.1 (#3632)
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.9.1)
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
GitHubPang
|
54dec0cad5
|
Fix typo in CHANGELOG (#3630)
|
2 years ago |
Francisco Giordano
|
bbb9a17872
|
Fix links in Utilities
|
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)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
t11s
|
324eda228c
|
Remove redundant ECDSA constraint (#3591)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2 years ago |
GitHubPang
|
2dc086563f
|
Fix misspelling in comment (#3613)
|
3 years ago |
Francisco Giordano
|
386848174b
|
Fix preset links in docs
|
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 |
renovate[bot]
|
ec825d8999
|
Update lockfile (#3592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
3 years ago |
Hadrien Croubois
|
ce0068c21e
|
Fix lint error in scripts/checks/compareGasReports.js
|
3 years ago |
Hadrien Croubois
|
bc14f8dc89
|
Fix contract bytecode length comparaison
|
3 years ago |
Hadrien Croubois
|
7b5ef46371
|
Add a GH action that checks changelog (#3588)
|
3 years ago |
Francisco Giordano
|
c11acfd9d3
|
Fix compiler warning
|
3 years ago |
Francisco Giordano
|
ffb0ae76e3
|
Update changelog
|
3 years ago |
Hadrien Croubois
|
dc4869eb23
|
Avoid returnbomb in ERC165Checker (#3587)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
8ea1fc87c9
|
Keep track of historical quorum values (#3561)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
0d91b620b7
|
Report changes to contract construction cost in CI (#3579)
|
3 years ago |
Hadrien Croubois
|
81336aefb5
|
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>
|
3 years ago |
Nicolas Bayle
|
7ddbfe181e
|
Add access control comment for ERC721 _burn function (#3576)
* Added access control comment for ERC721 _burn function
* Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Francisco <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
AN ❦
|
48dd186870
|
Improve readme style (#3577)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
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)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
3 years ago |
dependabot[bot]
|
6e8d885ca7
|
Bump undici from 5.5.1 to 5.8.0 (#3569)
Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0)
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
ptrcarta
|
0ccfd2dbd3
|
Fix error in documentation and typo (#3567)
|
3 years ago |