Skip to content

Ethereal poc5 rc8 for loop like while loop crashes UI #52

@SimonTomlin

Description

@SimonTomlin

The following simple contract crashes the UI
Its a for loop set up to act like a while loop

init {
}
main {
int16 start_nonce = 2000
int32 bet_nonce = 2200
for start_nonce < bet_nonce {
start_nonce = start_nonce + 10
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions