Skip to content
New issue

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

Remove partial key size limit #578

Closed
cheme opened this issue Nov 5, 2022 · 0 comments
Closed

Remove partial key size limit #578

cheme opened this issue Nov 5, 2022 · 0 comments
Assignees

Comments

@cheme
Copy link

cheme commented Nov 5, 2022

The pr paritytech/substrate#12566 remove the partial key lenght limit as it was incorrectly implemented and did not make sense (code try to truncate is unpractical).
A limit should be added but as a max key length for host function.
In trie partial key description, the partial key could therefore be remove (of length $0 <= l_("pk"_N) < 2^(16)$ in nibbles`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants