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

sol! tracking issue #74

Open
10 of 12 tasks
DaniPopes opened this issue Jun 7, 2023 · 3 comments
Open
10 of 12 tasks

sol! tracking issue #74

DaniPopes opened this issue Jun 7, 2023 · 3 comments
Assignees

Comments

@mahmudsudo
Copy link

can i take on this ?

@benluelo
Copy link
Contributor

benluelo commented Feb 22, 2024

Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.

@DaniPopes
Copy link
Member Author

Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.

@benluelo

No, that would be basically embedding a compiler frontend into the macro at that point which is just not worth it.

You should use JSON ABI input to pass in ABI generated from other tools, or write a simple interface inline.

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

4 participants