Francisco Giordano
|
a98814b930
|
Fix documentation typos
|
4 years ago |
Francisco Giordano
|
10c763da6f
|
Fix whitespace in doc comments
(cherry picked from commit a020a55f9d )
|
4 years ago |
Francisco Giordano
|
a020a55f9d
|
Fix whitespace in doc comments
|
4 years ago |
William Morriss
|
165e6f1948
|
EnumerableSet: Remove Boundary Check in _at (#2606)
* remove boundary check
* fix tests for EnumerableSet "index out of bound"
* Changelog
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
4 years ago |
William Morriss
|
750a17653d
|
Optimize removal in EnumerableSet (#2605)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
df7996b671
|
add Available since 4.1 comments
(cherry picked from commit 9a698e6b7b )
|
4 years ago |
Hadrien Croubois
|
9a698e6b7b
|
add Available since 4.1 comments
|
4 years ago |
Hadrien Croubois
|
1c676ac0ec
|
Implement UUPS proxy (ERC1822) (#2542)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
555be63c90
|
Add support for EIP2098 "short signatures" in the ECDSA library (#2582)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Martín Triay
|
7f6a1666fa
|
Add Multicall module (#2608)
|
4 years ago |
Hadrien Croubois
|
0c621246d3
|
Add tooling to verify signatures with support for ERC1271 (#2532)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Reason
|
d5194725b7
|
Add optimization for EnumerableSet (#2588)
Co-authored-by: Reason <Reason@Lee.com>
|
4 years ago |
Hadrien Croubois
|
82e3ec3afe
|
Fix MerkleProof generation in tests and add some documentation (#2585)
|
4 years ago |
Hadrien Croubois
|
0b3e0d74b0
|
Further reorganisation of the repo (#2575)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit f076ff5dbd )
|
4 years ago |
Hadrien Croubois
|
f076ff5dbd
|
Further reorganisation of the repo (#2575)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
24a0bc23cf
|
Reorganize the repo structure (#2503)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
f7c8252611
|
Remove GSNv1 contracts (#2521)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e66e3ca523
|
Improve gas efficiency of EnumerableMap (#2518)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
9c1e703990
|
Add a Strings.toHexString function (#2504)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
f2112be4d8
|
Add revert string to Counter decrement overflow (#2500)
|
4 years ago |
Hadrien Croubois
|
93438eca0b
|
Merge 3.4 master into solc-0.8 (#2499)
* 3.4.0-rc.0
* Allow manual dispatch of Test CI job
* Update lockfile (#2481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* Add "available since" comments in documentation
* Add "available since" comments in documentation
(cherry picked from commit 63a0343dda )
* Remove SafeMathMock compilation warnings (#2497)
* Remove SafeMathMock compilation warnings (#2497)
(cherry picked from commit f4e57fd529 )
* 3.4.0
* fix safemath test to use renamed function from the mock
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
4 years ago |
Francisco Giordano
|
a0e2bca79a
|
Add "available since" comments in documentation
(cherry picked from commit 63a0343dda )
|
4 years ago |
Francisco Giordano
|
63a0343dda
|
Add "available since" comments in documentation
|
4 years ago |
Hadrien Croubois
|
03832c130c
|
Make Context._msgData return "bytes calldata" (#2492)
|
4 years ago |
Francisco Giordano
|
5609cd4c74
|
Fix merge errors
|
4 years ago |
Hadrien Croubois
|
18c7efe800
|
Make view and pure functions virtual (#2473)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
c34211417c
|
Refactor SafeMath to avoid memory leaks (#2462)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Andre Korol
|
974c534210
|
Update contracts to support Solidity 0.8.x (#2442)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
318c4b44ea
|
Move Context from GSN to utils directory (#2453)
Co-authored-by: Hadrien Croubois <hadrien@openzeppelin.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Alex Beregszaszi
|
6be0b410dc
|
Use explicit conversions between addresses and numbers (#2439)
Co-authored-by: hrkrshnn <webmail.hari@gmail.com>
Co-authored-by: cameel <cameel2@gmail.com>
|
4 years ago |
Alex Beregszaszi
|
051d340171
|
Use bytes1 and avoid using the obsolete byte type (#2438)
|
4 years ago |
Francisco Giordano
|
7f8fc584de
|
Remove Address.functionDelegateCall
|
4 years ago |
Francisco Giordano
|
90ed1af972
|
Support compiling with solc 0.7 (#2408)
|
4 years ago |
Nicolás Venturo
|
fcdf8f4618
|
Add BytesSet (#2395)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
psykeeper
|
7650210ad6
|
Make contracts abstract if they had internal constructors (#2383)
|
4 years ago |
Anton Bukov
|
87326f7313
|
Add functionStaticCall and functionDelegateCall methods to Address library (#2333)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Nikhil Desai
|
ae4e9845de
|
Fix a grammatical error in a comment (#2352)
changed a comment in the isContract function to make it grammatically right.
|
4 years ago |
tincho
|
aaa5ef81cf
|
Fix typos (#2343)
|
4 years ago |
Francisco Giordano
|
4eb8d2bb10
|
Revert "feat: use extcodesize for isContract to reduce gas (#2311)"
This reverts commit c801c8d2bb .
|
5 years ago |
Elena Gesheva
|
04fc35707d
|
Migrate contracts to Solidity 0.7 (#2319)
* Update contract pragmas to solidity 0.7
* Remove internal declaration on constructors
* Reference SafeMath explicitely
* Remove public constructor declaration from abstract contracts
* Remove public constructor declaration from non-abstract contracts
|
5 years ago |
Julian M. Rodriguez
|
c801c8d2bb
|
feat: use extcodesize for isContract to reduce gas (#2311)
* feat: use extcodesize for isContract to reduce gas
* feat: add changelog entry
|
5 years ago |
Francisco Giordano
|
ef3bbbcf40
|
Add readme notices with link to docs site (#2300)
* add readme notices
* remove period after url
|
5 years ago |
Nicolás Venturo
|
02a6b05bde
|
Update functionCall docs
(cherry picked from commit 242400e9ea )
|
5 years ago |
Nicolás Venturo
|
242400e9ea
|
Update functionCall docs
|
5 years ago |
Francisco Giordano
|
7f62c8e145
|
Fix docs links to overloaded functions (#2275)
* fix links to overloaded functions
* fix Address xrefs
Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
|
5 years ago |
Nicolás Venturo
|
b72088a90a
|
Add 'available since' notices
|
5 years ago |
Julian M. Rodriguez
|
8b58fc7191
|
feat: add wrapper function for low level calls (#2264)
* feat: add wrapper function for low level calls
* add error message parameter
* adding unit tests and required mocks
* implement error message on SafeERC20
* fixed variable name in tests
* Add missing tests
* Improve docs.
* Add functionCallWithValue
* Add functionCallWithValue
* Skip balance check on non-value functionCall variants
* Increase out of gas test timeout
* Fix compile errors
* Apply suggestions from code review
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* Add missing tests
* Add changelog entry
Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
5 years ago |
Nicolás Venturo
|
fac773ac99
|
Add SPX license identifier (#2235)
(cherry picked from commit 56de324afe )
|
5 years ago |
Anton Bukov
|
d418da6b91
|
Decrease CREATE2 address computation gas usage from 623 to 539 (#2244)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
5 years ago |
Julian M. Rodriguez
|
5513dfd3cf
|
Adding SafeCast variants for signed integers (#2243)
* feat: Adding SafeCast variants for signed integers
* Add newline at EOF
* Update CHANGELOG.md
* Update contracts/utils/SafeCast.sol
Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
|
5 years ago |