Skip to content

Commit

Permalink
Fix after ring-proof api change (paritytech#5126)
Browse files Browse the repository at this point in the history
Ring-proof backend API changed to take some params by ref.
Bandersnatch-VRF was not updated

(Fixed by: w3f/ring-vrf#92 and
w3f/ring-vrf#93)
  • Loading branch information
davxy authored and TarekkMA committed Aug 2, 2024
1 parent 5b152b6 commit d7bce4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ secp256k1 = { features = ["alloc", "recovery"], optional = true, workspace = tru
# bls crypto
w3f-bls = { optional = true, workspace = true }
# bandersnatch crypto
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "e9782f9", default-features = false, features = ["substrate-curves"], optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "0fef826", default-features = false, features = ["substrate-curves"], optional = true }

[dev-dependencies]
criterion = { workspace = true, default-features = true }
Expand Down

0 comments on commit d7bce4d

Please sign in to comment.