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: yul remapping issue #182

Merged
merged 4 commits into from
May 6, 2024
Merged

fix: yul remapping issue #182

merged 4 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Fix the nitro CI builds.

    For some reason, the master branch of nitro won't build the contracts
    if there are any remappings specified for a yul build.
    
    This change removes the remappings for the yul build.
    eljobe committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d615424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36913f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df13ab5 View commit details
    Browse the repository at this point in the history
  4. format: remappings

    gzeoneth committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b9e21f0 View commit details
    Browse the repository at this point in the history