Commit Graph

164 Commits (f590fcdfe9dfd73d9fb4c11b9e6c58f8fd3ca23c)

Author SHA1 Message Date
Francisco Giordano a98814b930 Fix documentation typos 4 years ago
Francisco Giordano 10c763da6f Fix whitespace in doc comments 4 years ago
Francisco Giordano a020a55f9d Fix whitespace in doc comments 4 years ago
William Morriss 165e6f1948
EnumerableSet: Remove Boundary Check in _at (#2606) 4 years ago
William Morriss 750a17653d
Optimize removal in EnumerableSet (#2605) 4 years ago
Hadrien Croubois df7996b671 add Available since 4.1 comments 4 years ago
Hadrien Croubois 9a698e6b7b add Available since 4.1 comments 4 years ago
Hadrien Croubois 1c676ac0ec
Implement UUPS proxy (ERC1822) (#2542) 4 years ago
Hadrien Croubois 555be63c90
Add support for EIP2098 "short signatures" in the ECDSA library (#2582) 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) 4 years ago
Reason d5194725b7
Add optimization for EnumerableSet (#2588) 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) 4 years ago
Hadrien Croubois f076ff5dbd
Further reorganisation of the repo (#2575) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Hadrien Croubois f7c8252611
Remove GSNv1 contracts (#2521) 4 years ago
Hadrien Croubois e66e3ca523
Improve gas efficiency of EnumerableMap (#2518) 4 years ago
Hadrien Croubois 9c1e703990
Add a Strings.toHexString function (#2504) 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) 4 years ago
Francisco Giordano a0e2bca79a Add "available since" comments in documentation 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) 4 years ago
Hadrien Croubois c34211417c
Refactor SafeMath to avoid memory leaks (#2462) 4 years ago
Andre Korol 974c534210
Update contracts to support Solidity 0.8.x (#2442) 4 years ago
Hadrien Croubois 318c4b44ea
Move Context from GSN to utils directory (#2453) 4 years ago
Alex Beregszaszi 6be0b410dc
Use explicit conversions between addresses and numbers (#2439) 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) 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) 4 years ago
Nikhil Desai ae4e9845de
Fix a grammatical error in a comment (#2352) 4 years ago
tincho aaa5ef81cf
Fix typos (#2343) 4 years ago
Francisco Giordano 4eb8d2bb10 Revert "feat: use extcodesize for isContract to reduce gas (#2311)" 5 years ago
Elena Gesheva 04fc35707d
Migrate contracts to Solidity 0.7 (#2319) 5 years ago
Julian M. Rodriguez c801c8d2bb
feat: use extcodesize for isContract to reduce gas (#2311) 5 years ago
Francisco Giordano ef3bbbcf40
Add readme notices with link to docs site (#2300) 5 years ago
Nicolás Venturo 02a6b05bde Update functionCall docs 5 years ago
Nicolás Venturo 242400e9ea Update functionCall docs 5 years ago
Francisco Giordano 7f62c8e145
Fix docs links to overloaded functions (#2275) 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) 5 years ago
Nicolás Venturo fac773ac99 Add SPX license identifier (#2235) 5 years ago
Anton Bukov d418da6b91
Decrease CREATE2 address computation gas usage from 623 to 539 (#2244) 5 years ago
Julian M. Rodriguez 5513dfd3cf
Adding SafeCast variants for signed integers (#2243) 5 years ago