Add BEEFY finality pallet with basic functionality (#1606)

* pallet-bridge-beefy: initial commit
This commit is contained in:
Serban Iorga
2022-11-21 18:52:24 +02:00
committed by Bastian Köcher
parent b3ab4a1b6a
commit 1f9110a065
11 changed files with 1813 additions and 0 deletions
@@ -10,6 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
# Bridge Dependencies
bp-beefy = { path = "../beefy", default-features = false }
bp-messages = { path = "../messages", default-features = false }
bp-runtime = { path = "../runtime", default-features = false }
fixed-hash = { version = "0.7.0", default-features = false }
@@ -34,6 +35,7 @@ sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master",
[features]
default = ["std"]
std = [
"bp-beefy/std",
"bp-messages/std",
"bp-runtime/std",
"fixed-hash/std",