-
Notifications
You must be signed in to change notification settings - Fork 21
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
Interaction with Casper smart-contract source code verification service #144
base: dev
Are you sure you want to change the base?
Interaction with Casper smart-contract source code verification service #144
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.
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.
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.
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 <[email protected]>
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.