-
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 for feat-2.0 branch #184
Interaction with Casper smart-contract source code verification service for feat-2.0 branch #184
Conversation
Co-authored-by: Zach Showalter <zacshowa@gmail.com>
… feature. Note that reqwest is not optional and depends on tokio with "net" and "time" features enabled, so there is no additional burden.
@wojcik91 can you please pull feat-track-2.0 to remove that removes vergen dependency ? |
…ion-command-node-2.0 # Conflicts: # Cargo.toml # build.rs
@gRoussac I applied your review suggestions. |
@wojcik91 I need to checkout your branch to see what clippy complains about
|
@wojcik91 I think the best would be to bump the toolchain as per casper-node setting Please make this change reviewed by @mpapierski |
Update toolchain
I merged the update and it seems that locally it works now. Just out of curiosity - is there a specific reason why this project is not using a lockfile? Previously I did not notice this issue because this specific dependency was at 0.6.0 in my |
I see the test failure, will resolve. |
it's a long debate I have no opinion, I think committing lock files either rust or npm has pros and cons. Right now we have it on casper-node, not on the client, the client is more simple it should just pass CI/CD with cargo update in any case. We can not decide this for your PR but it might be considered I guess. |
Sure, I certainly don't aim to convince anyone to make any sweeping changes as part of this PR :) |
Port of changes from https://github.com/casper-ecosystem/casper-client-rs/pull/144/files adjusted to be merged into the branch tracking Node version 2.0