Skip to content

Allow Iterating over Bytes #2683

Open
Open
@fubuloubu

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions