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[codegen]!: check returndatasize even when skip_contract_check is set #4148

Commits on Jun 14, 2024

  1. feat[codegen]: simplify returndatasize check

    include the check even when `skip_contract_check` is `True`. this is a
    slight performance regression in that case, but it is easier to reason
    about and also ensures the user always decodes valid data.
    charles-cooper committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    88b893b View commit details
    Browse the repository at this point in the history
  2. update docs

    charles-cooper committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3686d37 View commit details
    Browse the repository at this point in the history
  3. update a test

    charles-cooper committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7709564 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a100d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3d3e9a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    7c3ddad View commit details
    Browse the repository at this point in the history