Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnonymousVoting.sol: avoid jump and jumpi instructions #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fedorloshakov
Copy link

Due to warnings, replacing jump and jumpi instructions with for and switch assembly commands. Because of if, for whatever reason, caused errors during compilation, use switch as an alternative with empty default case.

Signed-off-by: Fedor Loshakov fedorloshakov@gmail.com

Signed-off-by: Fedor Loshakov <fedorloshakov@gmail.com>
@fedorloshakov fedorloshakov changed the title anonymousvoting: avoid jump and jumpi instructions anonymousvoting.sol: avoid jump and jumpi instructions Jan 27, 2018
@fedorloshakov fedorloshakov changed the title anonymousvoting.sol: avoid jump and jumpi instructions AnonymousVoting.sol: avoid jump and jumpi instructions Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant