Interaction with Casper smart-contract source code verification service#144
Interaction with Casper smart-contract source code verification service#144moubctez wants to merge 33 commits intocasper-ecosystem:devfrom
Conversation
zacshowa
left a comment
There was a problem hiding this comment.
Largely looks good.
I would also like to see some discussion surrounding the retry logic in this code.
There are some style nits to address, and this change should be added to the change log entry corresponding to the release that you want this code to go out in.
zacshowa
left a comment
There was a problem hiding this comment.
I have one additional suggestion for the about message for the command, Other than that this looks good to me.
Co-authored-by: Zach Showalter <zacshowa@gmail.com>
Good suggestion. I've applied it. |
|
Just wanted to keep you up to date on this PR. Currently it's failing Cargo audit because of a dependency having a security issue, Once that PR merges, you should be able to cherry pick the changes into this PR and make it ready to merge. |
I have upgraded "vergen" to v8 to resolve the issue. |
…to contract-verification-command
|
@gRoussac Now |
|
@moubctez You build is failing tokio is an optional dep so it needs to be specified when used 44fef2d#file-lib-verification-rs-L11 probably an import issue for second error Thanks |
… feature. Note that reqwest is not optional and depends on tokio with "net" and "time" features enabled, so there is no additional burden.
Fix CI-CD tokio not optional
|
When/if merging please choose, "Squash and merge" thank you |
…tem#175 Part of casper-ecosystem#144 Enable CI CD check on feat-track-2.0
|
Hi @gRoussac , could we now merge this PR please? |
Allow interaction with Source Code Verification Service.
Check https://github.com/teonite/Casper-SCVS-Verificator for details.