You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Hi @conlan, thanks for opening this issue. A similar point was raised by @prestwich in #15 about seemingly random linebreaks, that turned out to be removed comments. Comments are removed because truffle-plugin-verify uses sol-merger to flatten source files, which deletes the comments.
In #15@RyuuGan said he didn't want to implement comment parsing in sol-merger, but I can imagine that he'd be open to a good PR that adds preservation of comments.
If it's important that comments are preserved, the best way would probably be to raise such a PR to the sol-merger repository.
Hey there! Loving this tool so far -- the only issue is that it appears that comments aren't preserved after verifying?
You can see comments here:
but not showing up on etherscan verification:
Lemme know if you need any more details or if this is a known issue :)
The text was updated successfully, but these errors were encountered: