-
-
Notifications
You must be signed in to change notification settings - Fork 130
Cannot verify complex contract infrastructure #13
Comments
Thanks for opening this issue. I'm currently on holiday, so I'll be able to take a look at this next week. |
ping @rkalis |
Hey thanks for the additional ping. Sorry for dropping the ball on this one. I finally came back to the real world after finishing my Master's thesis. I'm trying to debug this one, but when I clone the repo you linked, the code is very different from what you posted in here. I copy-pasted in your comments above, and was able to run the migrations, and pushed the code to a new repo rkalis/issue13. After migration to Rinkeby I tried to run I suspect this might have something to do with the flattening of the code with sol-merger. Perhaps it's because of the 'contract' keyword inside the revert reason string. What do you think @RyuuGan? |
Thank you for taking the time researching the issue that could have happened. I'll try to remove all solidity keywords from comments and revert messages in order for this to go through. Are you aware of any other problem that I can encounter when verifying contract? |
@rkalis I can check it out, it might be a bug in |
I fixed the |
Hey @rkalis, Just want to know what is your possible ETA on this? Just want to organize my work and sorry for additional ping. |
Just published |
Hi,
I am trying to verify contracts from this repo
https://github.com/swarmfund/swarm-compliant-contract
.But my contracts cannot get verified.
Here are the migration scripts.
1_deploy_src20registry.js
2_deploy_factory.js
Here is
truffle-config.js
Looking forward to this issue beeing fixed @rkalis :)
The text was updated successfully, but these errors were encountered: