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

feat: rework contract runtime error processing #4181

Merged
merged 19 commits into from
Apr 14, 2021
Merged

feat: rework contract runtime error processing #4181

merged 19 commits into from
Apr 14, 2021

Commits on Apr 13, 2021

  1. feat: rework Wasmer1 error processing

    Make sure errors processed in the similar manner between Wasmer 0.x and Wasmer 1.x.
    Introduced explicit non-deterministic error.
    
    Test plan
    ---------
    Reworked error cases tests to make them uniform, then `cargo test`.
    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    b2a6d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2641d36 View commit details
    Browse the repository at this point in the history
  3. Review feedback.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    60e6a2a View commit details
    Browse the repository at this point in the history
  4. Fix EVM error message.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    549f582 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b67513d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28c2d52 View commit details
    Browse the repository at this point in the history
  7. Further review feedback.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    bdc1bce View commit details
    Browse the repository at this point in the history
  8. Few final comments.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5656615 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1541dcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    882eb2e View commit details
    Browse the repository at this point in the history
  11. Into -> From

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1273bf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b350e6 View commit details
    Browse the repository at this point in the history
  13. Typo.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    55d6801 View commit details
    Browse the repository at this point in the history
  14. Fix tests.

    olonho committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9bca1f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5afaca4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7b3a6d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Fix EVM errors.

    olonho committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    378b864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27541bf View commit details
    Browse the repository at this point in the history
  3. Fix formatting.

    olonho committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4d4033a View commit details
    Browse the repository at this point in the history