We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6feeb81 + 0c59b84 commit c51a87fCopy full SHA for c51a87f
.github/workflows/main.yml
@@ -43,19 +43,3 @@ jobs:
43
run: |
44
python setup.py install
45
python -m unittest discover "tests/"
46
-
47
- test27:
48
- runs-on: ubuntu-latest
49
50
- steps:
51
- - uses: actions/checkout@v3
52
53
- - name: Set up Python 2.7
54
- uses: actions/setup-python@v4
55
- with:
56
- python-version: 2.7
57
- - name: Run Tests 27
58
- run: |
59
- python setup.py install
60
- python -m unittest discover "tests/"
61
pyevmasm/evmasm.py
@@ -315,6 +315,7 @@ def writes_to_memory(self):
315
def reads_from_memory(self):
316
"""True if the instruction reads from memory"""
317
return self.semantics in {
318
+ "SHA3",
319
"MLOAD",
320
"CREATE",
321
"CALL",
0 commit comments