Commit Graph

1929 Commits (9ea595eb25562d6e415eb1e4aefc092f874a38da)

Author SHA1 Message Date
Nikhil Parasaram c6b41223d8 Assert timeout to > 0 6 years ago
Nikhil Parasaram cb0156c520 Move back the index variable in instructions.py 6 years ago
Nikhil Parasaram fcddf06e98 Clean up instructions.py and refactor with black 6 years ago
Nikhil Parasaram 792adf884d Add type hints and function documentation for the class 6 years ago
Nikhil Parasaram 5ca8dec4be Remove solver per branch and dynamically construct solver 6 years ago
Joran Honig 39f7ecf566 add initial independence solver object to smt 6 years ago
Joran Honig a82940de2c add initial implementation of dependence map 6 years ago
Nikhil Parasaram 8b3522ef23 Fix the tests 6 years ago
Nikhil Parasaram dce26a37b2 Fix all the mypy errors 6 years ago
Nikhil Parasaram a7dfe98f1c Fix more mypy errors 6 years ago
Nikhil Parasaram 3f6dbacd9d Fix all the mypy errors in instructions.py 6 years ago
Nikhil Parasaram 06b92199f0 Fix the typehinting of svm.py and instructions.py for merge 6 years ago
Nikhil Parasaram 1a0e65f4e4 Use the recent definitions of Memory() and Storage() 6 years ago
Nikhil Parasaram cb07c584d4 Remove unused imports in mythril.py 6 years ago
Joran Honig bc7225322d add check for possible reads 6 years ago
Joran Honig e5f6b55ccb remove unnecessary variable 6 years ago
Joran Honig 88e551cb83 remove unnecessary init 6 years ago
Dimitar Bounov 40f45d2983 ugh formatting 6 years ago
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
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 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
Joran Honig df5d2c07c0 adapt register_laser_hooks to return ValueError 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 8bbfa04133 Move signatures.db to assets and also copy signatures to .mythril home directory 6 years ago
Nikhil Parasaram ffcc2aeb34 Eliminate 0x in the bytecode while searching for offset 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
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
Dimitar Bounov cfc4746291 Fix formatting 6 years ago
Dimitar Bounov 4c1ddb9fbe Add z3 mypy stubs; Add types to mythril/laser/smt/*.py 6 years ago