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

fix[codegen]: zero-length dynarray abi_decode validation #4060

Merged

Commits on May 29, 2024

  1. add a test for another abi_decode edge case

    ---------
    
    Co-authored-by: cyberthirst <cyberthirst.eth@gmail.com>
    Co-authored-by: Robert Chen <me@robertchen.cc>
    3 people committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5a76c75 View commit details
    Browse the repository at this point in the history
  2. fix the validation

    charles-cooper committed May 29, 2024
    Configuration menu
    Copy the full SHA
    34dfcb6 View commit details
    Browse the repository at this point in the history
  3. add a performance note

    charles-cooper committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2a08a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    230f368 View commit details
    Browse the repository at this point in the history
  5. update comment

    charles-cooper committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f023ea2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d15c788 View commit details
    Browse the repository at this point in the history
  2. multiply by item size

    charles-cooper committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3a54fd7 View commit details
    Browse the repository at this point in the history
  3. update comments

    charles-cooper committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bd0f000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3d7a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce377b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db8af50 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #39 from cyberthirst/fix/abi-decode-recursion

    add decode tests for dynarrays
    charles-cooper committed May 30, 2024
    Configuration menu
    Copy the full SHA
    46291cd View commit details
    Browse the repository at this point in the history
  8. manual optimization

    charles-cooper committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ca82bd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df81057 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. add more abi decode tests

    cyberthirst committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2aaf8ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from cyberthirst/fix/abi-decode-recursion

    add more abi decode tests
    charles-cooper committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b5e1cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5463a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    2a80e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed06e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b038729 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from cyberthirst/fix/abi-decode-recursion

    remove asserts from tests which fail in the decoder
    charles-cooper committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    d32dd73 View commit details
    Browse the repository at this point in the history