-
Notifications
You must be signed in to change notification settings - Fork 325
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 Multi-File Etherscan Verification Option #630
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for the submission! Very much appreciated ✨ 🙏
I'm wondering if this should be the default verification method used in dapp create --verify
, @MrChico do you have opinions here?
I don't think this should be the default verification method right now |
If the proposed changes are ok, just need to explore the inputJSON a bit more, if working on the missing |
the changes so far look good! With |
I'm getting a syntax error in
|
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.
---verify
seems to be broken now. I consistently get Fail - Unable to verify
when running dapp create --verify
on kovan with this branch.
and you're still missing an entry for --verify-multiple
in the OPTS
string here so right now I get an error: unknown option 'verify-multiple'
when I try dapp create --verify-multiple
oh, also please update the readme to mention these new options |
the close was an accident 🤦♀️ |
any blockers here? i much prefer multi-file verification
why so? 🤔 |
Hi @transmissions11, Thanks for your interest! The only blocker so far is the |
Ah interesting. The compilation stuff is a bit out of my league sadly. Thanks for all the work on this so far 🙏 |
Description:
Add
--multiple
opt todapp-verify-contract