Commit Graph

3362 Commits (feature/tx_lists)
 

Author SHA1 Message Date
Dimitar Bounov e2f473c264 Tighten typing of the SymbolFactory classes 6 years ago
Nikhil Parasaram 6ff814ed01 Reformat account.py with black 6 years ago
Nikhil Parasaram 1944936ed3 Remove type ignore int() 6 years ago
Nikhil Parasaram adb8905282 Remove the type ignore's description comment 6 years ago
Nikhil Parasaram 552d6737bd Remove type ignore for jinja2 6 years ago
Nikhil Parasaram 8422a80ba6 Specify the reason for the ignoring jinja2.autoescape's type 6 years ago
Nikhil Parasaram 23c408ca2d Fix rest of the the mypy issues which aren't related to smt abstraction module 6 years ago
Nikhil Parasaram 8c69821058 Try removing type ignores and add the github issue if not possible 6 years ago
JoranHonig 549c80179f
Merge branch 'develop' into bugfix/812 6 years ago
Joran Honig 7a9929816a take last element instead of popping the transaction 6 years ago
Nikhil Parasaram f01187aed7 Fix mypy conflicts in laser 6 years ago
Nikhil Parasaram cbd344b8e8 Reduce type hinting errors 6 years ago
Nikhil Parasaram 3023785143
Merge pull request #882 from ConsenSys/bugfix/873 6 years ago
Nikhil Parasaram 9131799e81 Fix type hints for trasaction_models module 6 years ago
Nikhil Parasaram b2b21431cd Fix all mypy issues in instructions module 6 years ago
Nikhil Parasaram d35bb7892f Reduce type hint errors to 48 6 years ago
Nikhil Parasaram eb5850c643 Type hint more modules 6 years ago
Nikhil Parasaram 0f61e60a09 Fix all type hinting errors in native contracts 6 years ago
Nikhil Parasaram e8b4800824 Remove extra str's 6 years ago
Nikhil Parasaram 5a0940bd10 Remove print in signatures file 6 years ago
Nikhil Parasaram 70c5d29027 Add more type hints from analysis modules 6 years ago
Nikhil Parasaram 1f1d6f17d7 Fix some more type hints for analysis and laser modules 6 years ago
Nikhil Parasaram 00644776d7
Merge branch 'develop' into bugfix/812 6 years ago
Joran Honig df5d2c07c0 adapt register_laser_hooks to return ValueError 6 years ago
Joran Honig d516e31773 Merge remote-tracking branch 'origin/features/prune' into features/prune 6 years ago
Joran Honig 58e78e99f3 Add missing docstring 6 years ago
Nikhil Parasaram 35ddf21b94 Fix most of the type hint errors in instructions.py file 6 years ago
Nikhil Parasaram b57017832c Fix all svm errors in mypy 6 years ago
Nikhil Parasaram a25d782b90 Fix type hinting to mythril module and fix typehints in svm, disassembler, state modules 6 years ago
Nikhil Parasaram 5ae1052bdf reformat setup.py with black 6 years ago
Nikhil Parasaram ef2a56c898 Merge with develop 6 years ago
Nikhil Parasaram ddcbdf5d07 Fix merge conflicts 6 years ago
Nikhil Parasaram 4540a4e3e2 Use /root/ to copy over ~ 6 years ago
Nikhil Parasaram 852c9b5bc1
Merge pull request #888 from ConsenSys/bugfix/docker-dev 6 years ago
Nikhil Parasaram e5b8b8cfae Copy the signatures file to docker's mythril home 6 years ago
Nikhil Parasaram 4592a6bf5d Copy the signatures file to .mythril in Dockerfile 6 years ago
Nikhil Parasaram cc100ced90 Merge branch 'develop' of github.com:ConsenSys/mythril into bugfix/873 6 years ago
Nikhil Parasaram 8bbfa04133 Move signatures.db to assets and also copy signatures to .mythril home directory 6 years ago
JoranHonig 8366ad4965
Merge pull request #849 from hzzhang/hzzhang/iprof 6 years ago
JoranHonig 717826ff47
Merge branch 'develop' into hzzhang/iprof 6 years ago
Nikhil Parasaram ffcc2aeb34 Eliminate 0x in the bytecode while searching for offset 6 years ago
Nikhil Parasaram 94e52b75e1
Merge pull request #872 from nbanmp/dynld_bugfix 6 years ago
Nikhil Parasaram c398e48a01
Merge branch 'develop' into dynld_bugfix 6 years ago
Nikhil Parasaram bb14aca266
Merge pull request #884 from ConsenSys/bugfix/877 6 years ago
Nikhil Parasaram 1a105dea05
Merge branch 'develop' into bugfix/877 6 years ago
JoranHonig 712c9ba395
Merge pull request #880 from JoranHonig/features/return_array_of_issue_templates 6 years ago
Dimitar Bounov 88782d2432 Add BaseSolver class and restructure Solver and Optimize as children to get more precise type information. Tighten typing of BaseSolver.add and BaseSolver.append; Fix PEP8 nits 6 years ago
JoranHonig b236f5204c
Merge branch 'develop' into features/return_array_of_issue_templates 6 years ago
Dimitar Bounov dca634a2a1 Remove Python 3.6 style class member type hints from Array 6 years ago
Dimitar Bounov d9de7a86c7 Convert some type names to strings to avoid breaking runtime 6 years ago