We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems my substrate build was broken after cargo updated the ring-proof to 665f5f51.
ring-proof
665f5f51
error[E0308]: arguments to this function are incorrect --> /Users/han/.cargo/git/checkouts/ring-vrf-fa8519651343a7ee/4b09416/bandersnatch_vrfs/src/ring.rs:85:9 | 85 | ring::index(self.pcs_params.clone(), &self.piop_params, pks).0 | ^^^^^^^^^^^ | note: expected `&_`, found `URS<Bls12<Config>>` --> /Users/han/.cargo/git/checkouts/ring-vrf-fa8519651343a7ee/4b09416/bandersnatch_vrfs/src/ring.rs:85:21 |
It took me some time to identify and locate this, and my workaround is to downgrade it to the previous version by doing:
cargo update -p ring@0.1.0 --precise 626c9598
Please take a look at this issue.
The text was updated successfully, but these errors were encountered:
This is not a ring-proof issue. The issue is that bandersnatch_vrfs has this as a git dependency without specify a revision. I'm on it
bandersnatch_vrfs
Sorry, something went wrong.
Fixed by: w3f/ring-vrf#92 and w3f/ring-vrf#93
No branches or pull requests
Seems my substrate build was broken after cargo updated the
ring-proof
to665f5f51
.It took me some time to identify and locate this, and my workaround is to downgrade it to the previous version by doing:
Please take a look at this issue.
The text was updated successfully, but these errors were encountered: