Open
Description
We have uint8
type now, it should be possible to iterate over bytes as a stream of uint8
types. Additionally, it should be possible to iterate over the code of an account for... reasons
for op in target.code:
... # Check stuff about bytecode