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(solc): add support for library linking #656

Merged
merged 9 commits into from
Dec 8, 2021

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 6, 2021

Motivation

Add support for lib linking

Solution

Turn Bytecode's object into an enum and add support to link and resolve

following https://docs.soliditylang.org/en/develop/using-the-compiler.html#library-linking
and https://github.com/ethereum/solc-js

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

Copy link
Owner

@gakonst gakonst left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants