|
|
171fa40bc8
|
ERC721 extension for efficient batch minting (#3311)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-09-05 23:09:30 +02:00 |
|
|
|
005a35b02a
|
Optimize Math.max and SignedMath.max (#3679)
Co-authored-by: Daniel Liu <liudaniel@qq.com>
|
2022-09-05 11:37:43 -03:00 |
|
|
|
84fafa7832
|
Fix typos (#3677)
|
2022-09-05 09:34:42 +02:00 |
|
|
|
e09ccd1449
|
Optimize votes lookups for recent checkpoints (#3673)
|
2022-09-04 22:48:26 +02:00 |
|
|
|
a60ae0f18b
|
Remove unused migrations directory
|
2022-09-02 20:48:21 -03:00 |
|
|
|
66ec91bc45
|
Update lockfile (#3669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-09-01 17:04:36 -03:00 |
|
|
|
1c3410aa75
|
Fix grammar, wording, and typos in changelog (#3668)
|
2022-09-01 19:26:06 +02:00 |
|
|
|
1f0e7cdf04
|
Add Ownable2Step extension with 2-step transfer (#3620)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-09-01 15:46:44 +00:00 |
|
|
|
160bf1a6eb
|
Optimize toString (#3573)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-31 23:08:35 +00:00 |
|
|
|
1eb55e2864
|
Remove unnecessary virtual (#3650)
|
2022-08-31 17:25:54 -03:00 |
|
|
|
4b8b92c8bf
|
Make VestingWallet payable to allow funding at construction (#3665)
|
2022-08-31 20:18:57 +02:00 |
|
|
|
affe2456ea
|
Search the whole checkpoint trace if offset overflows during initial exponential search. (#3662)
|
2022-08-30 22:59:23 +02:00 |
|
|
|
71aaca2d9d
|
Extend Checkpoints with new sizes and lookup mechanisms (#3589)
|
2022-08-30 21:32:12 +02:00 |
|
|
|
4b16e88747
|
Improve recommendation on ERC721 transferFrom vs safeTransferFrom (#3647)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-29 17:40:21 -03:00 |
|
|
|
93bc3b657b
|
Remove Codecov Patch status outside PRs
|
2022-08-26 14:03:47 -03:00 |
|
|
|
141130db27
|
Inherit asset decimals in ERC4626 (#3639)
|
2022-08-26 09:53:53 +02:00 |
|
|
|
e45b49eab8
|
Change 'caller' to 'sender' to more closely match EIP-4626 specs. (#3649)
|
2022-08-26 09:52:41 +02:00 |
|
|
|
62bab225c1
|
Fix wording and grammar in docs (#3645)
Fix wording and grammar
|
2022-08-25 10:52:41 -03:00 |
|
|
|
dc14c72e53
|
Update comment for _beforeTokenTransfer (#3586)
|
2022-08-24 12:07:35 -03:00 |
|
|
|
6b9bda872d
|
Optimize Clones assembly (#3640)
|
2022-08-24 09:25:52 +00:00 |
|
|
|
6d8017d07e
|
Optimize Create2.computeAddress (#3600)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-23 17:38:13 -03:00 |
|
|
|
24fc709533
|
Set up codespell (#3643)
|
2022-08-23 12:43:03 -03:00 |
|
|
|
f491e98d37
|
Use unchecked for ERC721 balance updates (#3524)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-23 02:48:09 +00:00 |
|
|
|
98c3a79b57
|
Change execution order to avoid reentry through the _beforeTokenTransfer hook (#3611)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-19 10:33:19 -03:00 |
|
|
|
17bc2dabe0
|
Procedurally generate EnumerableSet and EnumerableMap (#3429)
|
2022-08-19 14:12:18 +02:00 |
|
|
|
c797195f1d
|
Add getter for number of releasable tokens in VestingWallet (#3580)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-19 02:05:18 +00:00 |
|
|
|
27d4293db6
|
Remove redundant changelog entry
|
2022-08-18 22:54:43 -03:00 |
|
|
|
26cf47a2be
|
Add internal functions _getInitializedVersion and _isInitializing (#3598)
|
2022-08-18 20:42:31 -03:00 |
|
|
|
397c946141
|
Remove the draft prefix for EIP712 as it is now final (#3621)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-18 20:40:45 -03:00 |
|
|
|
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>
|
2022-08-18 18:47:26 -03:00 |
|
|
|
54dec0cad5
|
Fix typo in CHANGELOG (#3630)
|
2022-08-18 10:04:30 +02:00 |
|
|
|
bbb9a17872
|
Fix links in Utilities
|
2022-08-17 15:40:28 -03:00 |
|
|
|
6729fec74a
|
Add warning about issue with Arbitrum cross-chain utilities (#3626)
|
2022-08-17 18:07:36 +02:00 |
|
|
|
4ae655c368
|
Update link to Consensys best practices (#3597)
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-08-16 22:37:01 -03:00 |
|
|
|
324eda228c
|
Remove redundant ECDSA constraint (#3591)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-08-16 18:08:07 +00:00 |
|
|
|
2dc086563f
|
Fix misspelling in comment (#3613)
|
2022-08-12 10:44:20 +02:00 |
|
|
|
386848174b
|
Fix preset links in docs
|
2022-08-11 11:16:41 -03:00 |
|
|
|
d693d89d99
|
Fix ECDSA signature malleability (#3610)
|
2022-08-10 15:40:03 -03:00 |
|
|
|
ff16696c9c
|
Update ERC777 event documentation (#3594)
|
2022-08-10 14:21:23 +02:00 |
|
|
|
ca6f95a7da
|
Improve documentation in UUPSUpgradeable (#3606)
|
2022-08-10 11:15:08 +02:00 |
|
|
|
d514cdd26e
|
Preserve camelCase in GovernorCountingSimple (#3608)
|
2022-08-10 10:50:23 +02:00 |
|
|
|
85a9bed49e
|
Remove unsued imported library "Math.sol" (#3605)
|
2022-08-10 10:39:47 +02:00 |
|
|
|
ec825d8999
|
Update lockfile (#3592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-02 15:50:51 -03:00 |
|
|
|
ce0068c21e
|
Fix lint error in scripts/checks/compareGasReports.js
|
2022-07-29 09:38:10 +02:00 |
|
|
|
bc14f8dc89
|
Fix contract bytecode length comparaison
|
2022-07-29 09:31:02 +02:00 |
|
|
|
7b5ef46371
|
Add a GH action that checks changelog (#3588)
|
2022-07-27 23:10:59 +02:00 |
|
|
|
c11acfd9d3
|
Fix compiler warning
|
2022-07-27 16:47:36 -03:00 |
|
|
|
ffb0ae76e3
|
Update changelog
|
2022-07-27 16:44:34 -03:00 |
|
|
|
dc4869eb23
|
Avoid returnbomb in ERC165Checker (#3587)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-07-27 16:41:05 +00:00 |
|
|
|
8ea1fc87c9
|
Keep track of historical quorum values (#3561)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-07-27 13:23:10 -03:00 |
|