Commit 51ae08d
chore(fw): raise an exception if an opcode recieves an invalid keyword argument (ethereum#1739)
* chore(fw): raise an exception if an opcode recieves an invalid keyword argument
* Add kwargs validation in Opcode.__call__ method in opcode.py
* Add test coverage in test_vm.py for validation behavior
* fix(tests): Incorrect kwargs usages
* fix(vm): tox, mypy
* fix(tests): kwargs fix
* fix: mypy
* fix(tests): Fix coverage
* Update docs/CHANGELOG.md
---------
Co-authored-by: Mario Vega <[email protected]>1 parent b04b49d commit 51ae08d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments