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

Return Revert result as Data #1566

Commits on May 29, 2023

  1. Return Revet result as Data

    This allows returning custom revert errors from solidity, they are ABI encoded functions that can represent rich and gas efficient revert messages.
    Victor Castell committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e039635 View commit details
    Browse the repository at this point in the history
  2. Check cast

    Victor Castell committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d8edf57 View commit details
    Browse the repository at this point in the history
  3. Cast check

    Victor Castell committed May 29, 2023
    Configuration menu
    Copy the full SHA
    23abf48 View commit details
    Browse the repository at this point in the history
  4. Lint

    Victor Castell committed May 29, 2023
    Configuration menu
    Copy the full SHA
    4cd2498 View commit details
    Browse the repository at this point in the history
  5. Lint

    Victor Castell committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e89d900 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add test for reverted transaction return value

    Victor Castell committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a3d4ebf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Lint

    Victor Castell committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3b0e5d1 View commit details
    Browse the repository at this point in the history
  2. Lint

    Victor Castell committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0bab130 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Apply feedback

    vcastellm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7faef92 View commit details
    Browse the repository at this point in the history