Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(solc): support emitting bytecode as extra files #2074

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Jan 25, 2023

Motivation

Closes foundry-rs/foundry#4114

adds bytecode and deployed-bytecode as additional optional to emit code as separate file

Solution

uses the existing selection variants, but adds additional matching for code bin

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog
  • Breaking changes

@gakonst gakonst merged commit f86bc24 into gakonst:master Jan 27, 2023
@itsdevbear
Copy link

🏋️🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support --bin to output bytecode.
3 participants