Bump BEEFY (#2946)

This commit is contained in:
Andreas Doerr
2021-04-28 09:39:19 +02:00
committed by GitHub
parent c86a774b9d
commit a8b64f12ec
+6 -5
View File
@@ -456,7 +456,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
[[package]] [[package]]
name = "beefy-gadget" name = "beefy-gadget"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#ad64f84dc7e2929eee0b821dc41d9a1ef93ab10b"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"futures 0.3.14", "futures 0.3.14",
@@ -470,6 +470,7 @@ dependencies = [
"sc-network-gossip", "sc-network-gossip",
"sp-api", "sp-api",
"sp-application-crypto", "sp-application-crypto",
"sp-arithmetic",
"sp-blockchain", "sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-core", "sp-core",
@@ -483,7 +484,7 @@ dependencies = [
[[package]] [[package]]
name = "beefy-gadget-rpc" name = "beefy-gadget-rpc"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#ad64f84dc7e2929eee0b821dc41d9a1ef93ab10b"
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-primitives", "beefy-primitives",
@@ -504,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "beefy-primitives" name = "beefy-primitives"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#ad64f84dc7e2929eee0b821dc41d9a1ef93ab10b"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -4527,7 +4528,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-beefy" name = "pallet-beefy"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#ad64f84dc7e2929eee0b821dc41d9a1ef93ab10b"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"frame-support", "frame-support",
@@ -10622,7 +10623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"rand 0.7.3", "rand 0.3.23",
"static_assertions", "static_assertions",
] ]