Commit Graph

2018 Commits (d778ed6a0228c97ef333f4f1a6cb25df5e84e394)
 

Author SHA1 Message Date
Josselin ff0d820da6 solc-version: 4 years ago
Josselin 799fe16c21 Update solc-version recommended versions (fix #570) 4 years ago
Feist Josselin 1ebf43ce72
Merge pull request #576 from crytic/dev-fix-structure-to-list-conversion 4 years ago
Josselin 5af174946a Fix incorrect types to list conversion 4 years ago
Feist Josselin b9e0e0f7d9
Merge pull request #575 from crytic/bugfix/yul-state-variable 4 years ago
samczsun 0f68331a41 resolve state variables properly 4 years ago
Feist Josselin 18a9843ec5
Merge pull request #573 from crytic/dev-solc-version-set 4 years ago
Josselin 66e08ea195 Fix incorrect solc version for json-only 4 years ago
Feist Josselin 6845a9c43b
Merge pull request #572 from crytic/dev-copy-editing 4 years ago
Josselin cd592e2923 Copy editing on all public detectors 4 years ago
Feist Josselin f90eb65104
Merge pull request #569 from crytic/dev-type 4 years ago
Josselin c70f202138 Improve support for type() (fix #547) 4 years ago
Feist Josselin 97b775ed72
Merge pull request #567 from crytic/dev-abi-decode-complex-types 4 years ago
Josselin d791d105ec Add temporary support for abi.decode on complex type (temporary solution 4 years ago
Feist Josselin 6aab6bd951
Merge pull request #565 from crytic/dev-constant-total-ordering 4 years ago
Josselin bfaaf742f0 Add ending line to variables/constant.py 4 years ago
Josselin de7b81fee4 Add total ordering to Constant 4 years ago
Feist Josselin b742d222d0
Merge pull request #564 from crytic/dev-fix-tuple-index 4 years ago
Josselin 37d2967e9d Improve test on tuple_index existence 4 years ago
Feist Josselin c01984f80e
Merge pull request #563 from crytic/dev-fix-tuple-reassignement 4 years ago
Josselin a6a4d8ddc5 Fix incorrect tuple index 4 years ago
Josselin ac27e68f94 Fix incorrect handling of tuple variable re-assignement (bug introduced 4 years ago
Feist Josselin b840336fd4
Merge pull request #562 from crytic/dev-reentrancy-event 4 years ago
Josselin 7dd74dc887 Fix missing str conversion on reentrancy event 4 years ago
Feist Josselin ef38fc4ac8
Merge pull request #561 from crytic/bugfix/library-address 4 years ago
samczsun d42f3981e5 allow converting library to address 4 years ago
Feist Josselin f7d0c47501
Merge pull request #560 from crytic/dev-disallow-partial 4 years ago
Josselin a58d99ac2d Add --disallow-partial flag 4 years ago
Feist Josselin be281389bb
Merge pull request #555 from elopez/fix-linting-problems 4 years ago
Emilio López 84307e77d7 linting: Solve Dockerfile linting problems 4 years ago
Emilio López de0aa3f4ba linting: Solve Python linting problems 4 years ago
Emilio López 3f2527f227 linting: Solve shell linting errors 4 years ago
Emilio López e9f4283323 linting: Solve Markdown linting errors 4 years ago
Feist Josselin 0b2b2f6b7a
Merge pull request #551 from crytic/dev-abi-decode-one-type 4 years ago
Josselin 650e3ae99b Improve abi.decode support in case of single type to convert 4 years ago
Feist Josselin 8ee5614e4d
Merge pull request #550 from crytic/dev-array-slices 4 years ago
Josselin 26ca40b0ae Add partial support of array slices (fix #545) 4 years ago
Feist Josselin 1b005ef8f2
Merge pull request #548 from crytic/dev-tuples 4 years ago
Josselin 53dc37388e Several improvements in tuples and abi.decode support 4 years ago
Feist Josselin 5cea11612e
Merge pull request #546 from crytic/dev-printer-function-id-padding 4 years ago
Josselin a474896e50 Add padding on function id printer (fix #500) 4 years ago
Feist Josselin 823c27a2f9
Merge pull request #541 from crytic/dev-external-call-st-to-tuple 4 years ago
Feist Josselin 18d33c2d86
Merge pull request #502 from crytic/dev-yul 4 years ago
Josselin 945ff10aef Yul: minor modifs 4 years ago
Feist Josselin e32089ba32
Merge branch 'dev' into dev-yul 4 years ago
Josselin 2ee8aad7a6 Convert structure types to list of types if the lvalue is a tuple (fix #529 second issue) 4 years ago
Feist Josselin 04cd1d4dde
Merge pull request #540 from crytic/dev-storage-size-type-info 4 years ago
Josselin 26cd41c51f Missing import 4 years ago
Josselin a7ebc0903b Add storage_size for TypeInformation 4 years ago
Feist Josselin 3ffdbcdfc8
Merge pull request #539 from crytic/dev-fix-tuple-low-level 4 years ago