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

corrections to compact encoding when n>= 2^30 #655

Closed bhargavbh closed 1 year ago

bhargavbh commented 1 year ago

resolves https://github.com/w3f/polkadot-spec/issues/654. Definition of compact encoding modified such that m now denotes the lenght of the original integer to be encoded. Added a note to clarify ambiguity. Minor typo fixed for the mode when 2^14 <= n <2^30.