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
Several minor issues discovered while reading mtrie code.
utils.ReadShortData()
flattener.EncodeStorableTrie()
Ledger.Set()
Updates epic #1744
See PR opened to resolve this issue.
PR reviewed and merged with each item resolved.
The text was updated successfully, but these errors were encountered:
fxamacker
Successfully merging a pull request may close this issue.
Problem Definition
Several minor issues discovered while reading mtrie code.
utils.ReadShortData()
shouldn't return "rest" with extra dataflattener.EncodeStorableTrie()
, which can cause extra memory allocLedger.Set()
Updates epic #1744
Proposed Solution
See PR opened to resolve this issue.
Definition of Done
PR reviewed and merged with each item resolved.
The text was updated successfully, but these errors were encountered: