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

ethers-solc: add immutableReferences output selector #1523

Merged

Conversation

tynes
Copy link
Contributor

@tynes tynes commented Jul 28, 2022

Motivation

It is a property on the deployed bytecode object
on the compiler output. This is the precursor for
forge inspect <contract-name> immutableReferences.

See https://docs.soliditylang.org/en/v0.8.15/using-the-compiler.html?highlight=immutable#output-description

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

It is a property on the deployed bytecode object
on the compiler output. This is the precursor for
`forge inspect <contract-name> immutableReferences`.
@tynes tynes force-pushed the feat/output-selection-immutable-references branch from 4f170a6 to e8cab82 Compare July 28, 2022 01:41
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@gakonst gakonst merged commit 16f686d into gakonst:master Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants