mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
gossip: do not try to connect if we are not validators (#2786)
* gossip: do not issue a connection request if we are not a validator * guide updates * use all relevant authorities when issuing a request * use AuthorityDiscoveryApi instead * update comments to the status quo
This commit is contained in:
Generated
+4
@@ -5636,6 +5636,10 @@ dependencies = [
|
||||
"polkadot-node-subsystem",
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"sp-api",
|
||||
"sp-application-crypto",
|
||||
"sp-authority-discovery",
|
||||
"sp-keystore",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user