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

Dynamically linked libraries #15

Closed
RaoulSchaffranek opened this issue Sep 17, 2024 · 1 comment
Closed

Dynamically linked libraries #15

RaoulSchaffranek opened this issue Sep 17, 2024 · 1 comment

Comments

@RaoulSchaffranek
Copy link
Member

Dynamically linked libraries cause a crash during deployment time.

We should:

  1. Create test cases
  2. Update our documentation with a working example for dynamically linked libraries.
  3. Improve the error messages
@RaoulSchaffranek
Copy link
Member Author

This turned out to be slightly more involved than anticipated. It's not sufficient to just deploy and link the libraries before deploying the main contract. We must also change various places touching the sourcemaps.

This PR to pyevmasm should help us with the latter.

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

No branches or pull requests

1 participant