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

Implement REVERT (EIP140) #1661

Merged
merged 8 commits into from Feb 13, 2017
Merged

Implement REVERT (EIP140) #1661

merged 8 commits into from Feb 13, 2017

Commits on Feb 10, 2017

  1. Add REVERT to libevmasm

    axic committed Feb 10, 2017
    Copy the full SHA
    148f923 View commit details
    Browse the repository at this point in the history
  2. Support revert()

    axic committed Feb 10, 2017
    Copy the full SHA
    f3158f9 View commit details
    Browse the repository at this point in the history
  3. Document revert()

    axic committed Feb 10, 2017
    Copy the full SHA
    1fcad8b View commit details
    Browse the repository at this point in the history
  4. Use the REVERT opcode for throw;

    axic committed Feb 10, 2017
    Copy the full SHA
    586d156 View commit details
    Browse the repository at this point in the history
  5. Document revert()

    axic committed Feb 10, 2017
    Copy the full SHA
    28a7b1e View commit details
    Browse the repository at this point in the history
  6. Add tests for revert()

    axic committed Feb 10, 2017
    Copy the full SHA
    f26fe5b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    30cfad3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c8ec795 View commit details
    Browse the repository at this point in the history