Skip to content

Commit

Permalink
Bandersnatch tweaks after backend update (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Sep 13, 2023
1 parent 0bebc8a commit 61be78c
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 111 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions substrate/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ documentation = "https://docs.rs/sp-core"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
arrayvec = { version = "0.7.2", default-features = false }
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive","max-encoded-len"] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
log = { version = "0.4.17", default-features = false }
Expand Down Expand Up @@ -58,7 +57,7 @@ sp-runtime-interface = { path = "../runtime-interface", default-features = false
# bls crypto
w3f-bls = { version = "0.1.3", default-features = false, optional = true}
# bandersnatch crypto
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "3119f51", default-features = false, optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "f4fe253", default-features = false, optional = true }

[dev-dependencies]
criterion = "0.4.0"
Expand All @@ -76,7 +75,6 @@ bench = false
default = [ "std" ]
std = [
"array-bytes",
"arrayvec/std",
"bandersnatch_vrfs/getrandom",
"blake2/std",
"bounded-collections/std",
Expand Down
Loading

0 comments on commit 61be78c

Please sign in to comment.