Commit Graph

302 Commits (5ae630684a0f57de400ef69499addab4c32ac8fb)

Author SHA1 Message Date
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
Nicolás Venturo 56de324afe
Add SPX license identifier (#2235) 5 years ago
Brendan Chou cfa9ad9943
Fix ReentrancyGuard for Proxy Pattern (#2171) 5 years ago
Nicolás Venturo c20e620a06 Improve Pausable docs 5 years ago
Nicolás Venturo 5bb8d0245b
Improve Hooks documentation (#2199) 5 years ago
Nicolás Venturo cca71ab709
Fix deprecation warnings (#2115) 5 years ago
Francisco Giordano 8b10cb38d8
Rename Strings.fromUint256 to Strings.toString (#2188) 5 years ago
Nicolás Venturo c4e5daff86 Fix Pausable docs 5 years ago
Nicolás Venturo 402c6ab4cc
Update docs (#2168) 5 years ago
Nicolás Venturo bd0778461d
Add EnumerableMap, refactor ERC721 (#2160) 5 years ago
corydickson feb7ead005
Add revert if the bytecode length is zero (#2117) 5 years ago
Nicolás Venturo 7415ebe8bc
API improvements for EnumerableSet (#2151) 5 years ago
pepelu 4476a2d531
Unsigned conversion #2111 (#2123) 5 years ago
Nicolás Venturo a8d6f13c94 Remove all 'available since' notices 5 years ago
Nicolás Venturo 9975a1a0c2
Remove Address.toPayable (#2133) 5 years ago
Nicolás Venturo c9630526e2
Draft and lifecycles directories cleanup (#2122) 5 years ago
Anton Bukov e2813df879
Use bytes32 explicitly for Create2.computeAddress() (#2088) 5 years ago
Anton Bukov 19417c7cd5
Rename CREATE2 argument from bytecodeHash to bytecode and add new method for precomputed bytecode hash (#2087) 5 years ago
Nicolás Venturo 5dfe7215a9
Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Nicolás Venturo 941d305044 Update docs 5 years ago