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

core/vm: implement opcode REVERT - eip#140 #3627

Closed
wants to merge 1 commit into from

Conversation

obscuren
Copy link
Contributor

@obscuren obscuren commented Feb 1, 2017

@mention-bot
Copy link

@obscuren, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Arachnid, @fjl and @Gustav-Simonsson to be potential reviewers.

@holiman
Copy link
Contributor

holiman commented Feb 21, 2017

You've implemented the first suggestion, which afaict has been superseeded by https://github.com/axic/EIPs/blob/20fdb8ccd069f5a70ebe8566c81d6f35086a6493/EIPS/eip-draft_revert_opcode.md . The big difference is that REVERT is more like RETURN, in that it returns an actual memory segment.

@obscuren
Copy link
Contributor Author

obscuren commented Mar 1, 2017

@holiman it hasn't been accepted yet. It was another proposal that was discussed.

@obscuren
Copy link
Contributor Author

obscuren commented Mar 6, 2017

PR has been updated according to the new specification

@holiman
Copy link
Contributor

holiman commented Mar 6, 2017

Just to be clear, which specification is being followed?

@obscuren
Copy link
Contributor Author

obscuren commented Mar 6, 2017

@holiman the one you linked.

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.

4 participants