-
-
Notifications
You must be signed in to change notification settings - Fork 23
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: adhoc library linking support #89
Conversation
see simple example here: https://github.com/unparalleled-js/ape-playground/blob/main/tests/conftest.py |
Some of the use-case would be simpler if we merge and use this PR: ApeWorX/ape#1292 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let it be known I hate solidity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the config handling, I think it would be too hard to use without deterministic deployments
What I did
fixes: #43
Fixes: APE-324
How I did it
add_library()
method.How to verify it
add_library()
methodChecklist