We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the "node header" section (https://spec.polkadot.network/#defn-node-header), "Reserved for compact encoding" is defined as 0001000. In reality it's 00000001.
https://github.com/paritytech/trie/blob/aff1cbac8f03e8dc7533263b374dc0fcd17444ad/test-support/reference-trie/src/substrate_like.rs#L55
The text was updated successfully, but these errors were encountered:
I confirm.
Sorry, something went wrong.
11c4b1a
Note that the text below that talk about distinguishing this value from the other because the other 4 bits are zero doesn't really make sense anymore.
remove deprecated sentence, context: #543
6212f2a
Fix compact node variant bits (see w3f/polkadot-spec#543)
c9c3462
lamafab
No branches or pull requests
In the "node header" section (https://spec.polkadot.network/#defn-node-header), "Reserved for compact encoding" is defined as 0001000. In reality it's 00000001.
https://github.com/paritytech/trie/blob/aff1cbac8f03e8dc7533263b374dc0fcd17444ad/test-support/reference-trie/src/substrate_like.rs#L55
The text was updated successfully, but these errors were encountered: