-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add configuration option to return interface declarations without pragma/spdx/comments #89
Comments
Thanks for opening this! I'll knock this out over the weekend. |
Sorry for the delay @tintinweb, but I just put up a draft PR #91 to address this. I've got some more testing to do on it before I publish it in a release, but quick question for you... Would you consider leaving Of course feel free to keep using that option, but thought I'd ask :) |
Hey @gnidan, thanks for adding this feature 🤗. There are two reasons for omitting everything other than pure solidity code in solidity-shell.
I think the better solution is to link your tool in the Readme. Open to other ideas 😊. Cheers 🙌 |
Hey @tintinweb, sorry for the delay in publishing these changes. They're live now in v0.7.0 and greater, and you probably noticed that I just opened tintinweb/solidity-shell#26 to incorporate them into solidity-shell. Understood about the attribution message... thanks for mentioning it in your README's acknowledgements! 🙇 Anyway, closing this issue now :) Thanks again! |
Heya 🙌
I'm using abi-to-sol with solidity-shell to fetch abi and autogenerate interfaces from etherscan and just wanted to say this lib is amazing!
My tool merges the generated interface decl into an existing source unit that defines an SPDX header and version pragma already. Would it be possible to add options to output the interface declarations (and types etc.) without any inline comments, SPDX, or pragma?
thanks!
ref: tintinweb/solidity-shell#20
The text was updated successfully, but these errors were encountered: