Commit Graph

1984 Commits (7cabde94b955aeb4ea78922f345ef73c6aab808b)
 

Author SHA1 Message Date
Dominik Muhs a617f2775a Merge branch 'master' into fix/remove-unused 6 years ago
Bernhard Mueller f3c16d8617 Merge branch 'master' of github.com:ConsenSys/mythril 6 years ago
JoranHonig 395cbd2739
Merge pull request #560 from nbanmp/coloredlogs 6 years ago
JoranHonig ee73c3317e
Merge pull request #561 from p0n1/master 6 years ago
p0n1 e72c56e670 Merge branch 'master' of https://github.com/ConsenSys/mythril 6 years ago
p0n1 b50f72c1aa ethcontract: improve comments for placeholder replacing 6 years ago
Dominik Muhs 8f8bf3e7c1 Rename format var and refactor mstore memory loop 6 years ago
Dominik Muhs b53ac587c5 Rename fmt to format_type in cli interface 6 years ago
Nikhil Parasaram 9d3f7c394e
Merge pull request #559 from dmuhs/fix/style-static 6 years ago
Nikhil Parasaram e35ecfa20e
Merge pull request #544 from norhh/bugfix/541 6 years ago
p0n1 b7d9c22767 ethcontract: replace placeholder for library in creation_code 6 years ago
Nathan 39e58fcbdd added coloredlogs dependency to setup.py 6 years ago
Bernhard Mueller 4e403b018a
Fix messed-up formatting 6 years ago
Bernhard Mueller 818a340c36
Update README.md 6 years ago
Bernhard Mueller 0515a0b9dc
Re-add link #‑) 6 years ago
Bernhard Mueller 59f31f569e
Remve stray "[" 6 years ago
Bernhard Mueller ca1ea9b40c
Smaller Waffle Badge 6 years ago
Nathan f6b2352a60 Added coloredlogs 6 years ago
JoranHonig d345f4cd66
Merge pull request #558 from ConsenSys/JoranHonig-pipbadge 6 years ago
Dominik Muhs 6e8527af80 Remove trailing semicolon 6 years ago
Dominik Muhs cadf702ace Convert single-quoted to double-quoted docstrings 6 years ago
Dominik Muhs 0694867c2e Remove redundant parentheses 6 years ago
Dominik Muhs 0b422a5e42 Remove redeclared vars without usage 6 years ago
Dominik Muhs 06d0bca910 Add static methods where needed 6 years ago
JoranHonig d09c80581b
Merge pull request #551 from JoranHonig/features/vmtests/vmTests 6 years ago
JoranHonig 850032da41
Update README.md 6 years ago
JoranHonig fc0ead33b5
Add PyPI downloads badge 6 years ago
Dominik Muhs 128a6f76e2 Revert taint test refactoring to fix pytest fixtures 6 years ago
Dominik Muhs 0142e6e41b Fix builtin name shadowing 6 years ago
Dominik Muhs 2e56cef99a Fix outer scope variable shadowing 6 years ago
Dominik Muhs 2547f43f8a Remove unreachable code 6 years ago
Dominik Muhs 1428343a3d Remove even more unused variables 6 years ago
Dominik Muhs a85918a6f7 Remove unused variables from mythril 6 years ago
Dominik Muhs 9a90a92297 Remove unused variables from tests 6 years ago
Dominik Muhs 4dfff5fb2b Refactor loop to use enumerate 6 years ago
Dominik Muhs 3d4484811a Remove unused variables in instructions 6 years ago
Dominik Muhs 355d5edd87 Fix line spacing in evm 6 years ago
Dominik Muhs 12f8460628 Remove evm redundant parentheses 6 years ago
Dominik Muhs 527dd0b1d8 Remove evm unused variables 6 years ago
Dominik Muhs 6e86c183b2 Reformat evm from tabs to spaces 6 years ago
Dominik Muhs 217e9c01ea Remove unused variable 6 years ago
Bernhard Mueller 73acb9add2
Update README.md 6 years ago
Nikhil Parasaram 0e7b853270
Merge pull request #553 from maxme/issue/fix-solc-args-option 6 years ago
Maxime Biais 6fd8b76900
Fix the second issue with solc_args 6 years ago
Nikhil Parasaram 1ba8ecfb7b
Merge pull request #554 from dmuhs/fix/mutable-args 6 years ago
Bernhard Mueller 8f16025ab0
Update README.md 6 years ago
Dominik Muhs 462388cab2 Set default list before super call 6 years ago
Dominik Muhs f2677aa1ee Replace dict creation with dict literal 6 years ago
Dominik Muhs ba34b3629c Fix mutable default arg definitions 6 years ago
Maxime Biais b51eee3605
First step to fix the solc_args option 6 years ago