Add Multi-File Etherscan Verification Option#630
Add Multi-File Etherscan Verification Option#630naszam wants to merge 24 commits intodapphub:masterfrom
Conversation
|
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.
---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
--multipleopt todapp-verify-contract