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

Fix state leaf key removed query #98

Merged
merged 3 commits into from
Sep 17, 2021
Merged

Fix state leaf key removed query #98

merged 3 commits into from
Sep 17, 2021

Conversation

arijitAD
Copy link
Contributor

@arijitAD arijitAD commented Sep 9, 2021

The issue of storage key removal is fixed in #83 but the same issue exists for state key removal.

Fixes #99
Fixes #104

Copy link
Collaborator

@i-norden i-norden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see #95 (comment) we don't need to use these stored functions now that we have leaf_key stored for "Removed" nodes.

@arijitAD
Copy link
Contributor Author

Please see #95 (comment) we don't need to use these stored functions now that we have leaf_key stored for "Removed" nodes.

Updated the query.

Copy link
Collaborator

@i-norden i-norden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for making these updates

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

Successfully merging this pull request may close these issues.

Fix encoding when storage is empty Fix state leaf key removed query
2 participants