w3f / polkadot-spec

The Polkadot Protocol Specification
https://spec.polkadot.network
Creative Commons Attribution Share Alike 4.0 International
179 stars 70 forks source link

Clarify Authority weights are equal #672

Closed bhargavbh closed 1 year ago

bhargavbh commented 1 year ago

The definition of Authority List states that it is a list of pairs of (AuthorityID, AuthorityWeight). Currently in Polkadot, the authorities are not weighted, hence the weight is always equal to 1. This should be clarified in the definition.

bhargavbh commented 1 year ago

https://github.com/w3f/polkadot-spec/pull/675 closes the issue