mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 08:15:44 +00:00
Make public addresses go first in authority discovery DHT records (#3757)
Make sure explicitly set by the operator public addresses go first in the authority discovery DHT records. Also update `Discovery` behavior to eliminate duplicates in the returned addresses. This PR should improve situation with https://github.com/paritytech/polkadot-sdk/issues/3519. Obsoletes https://github.com/paritytech/polkadot-sdk/pull/3657.
This commit is contained in:
@@ -29,6 +29,7 @@ multihash = { version = "0.18.1", default-features = false, features = [
|
||||
"sha2",
|
||||
"std",
|
||||
] }
|
||||
linked_hash_set = "0.1.4"
|
||||
log = { workspace = true, default-features = true }
|
||||
prost = "0.12"
|
||||
rand = "0.8.5"
|
||||
|
||||
Reference in New Issue
Block a user