mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
Add support for Grandpa warp sync (#2301)
* Add support for Grandpa warp sync * Don't pull the warp sync crate if not full-node
This commit is contained in:
@@ -16,6 +16,7 @@ sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "mast
|
||||
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
@@ -103,6 +104,7 @@ default = ["db", "full-node"]
|
||||
db = ["service/db"]
|
||||
full-node = [
|
||||
"polkadot-node-core-av-store",
|
||||
"sc-finality-grandpa-warp-sync"
|
||||
]
|
||||
|
||||
runtime-benchmarks = [
|
||||
|
||||
Reference in New Issue
Block a user