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(validator): generate abi name if not provided #6981

Merged
merged 4 commits into from
Apr 22, 2024

Commits on Apr 16, 2024

  1. fix(validator): generate abi name if not provided

    In the case of public mappings, the ABI generated has a blank name set.
    This results in blank ids for such inputs within the JSON schema. Post
    1f81ff0, the number of unique ids is
    used to convert the JSON scheme into Zod, and hence the presence of
    blank ids is a concern.
    
    This commit generates the `abiName` if one is not provided to a value
    equal to the `${level}/${index}`.
    
    Fixes web3#6965.
    MaxMustermann2 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f37fb45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88da655 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge release 4.8.0

    MaxMustermann2 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ee917b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb0776 View commit details
    Browse the repository at this point in the history