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(forge-cli): Add --no-metadata as CLI compiler option #7684

Merged
merged 3 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. add no_metadata, equivalent to adding `bytecode_hash = "none" and c…

    …bor_metadata = false`
    zerosnacks committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3d72027 View commit details
    Browse the repository at this point in the history
  2. add basic smoke test for --no-metadata setting cbor_metadata to false…

    …, bytecode_hash to none
    zerosnacks committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    90052bb View commit details
    Browse the repository at this point in the history
  3. Update core.rs

    Co-authored-by: DaniPopes <[email protected]>
    zerosnacks and DaniPopes authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f3b5784 View commit details
    Browse the repository at this point in the history