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

Make del_contract_data no-op for removing non-existent instance storage key. #951

Merged
merged 3 commits into from
Jul 14, 2023

Conversation

dmkozh
Copy link
Contributor

@dmkozh dmkozh commented Jul 14, 2023

What

Make del_contract_data no-op for removing non-existent instance storage key.

Resolves #949

Why

This was inconsistent with persistent/temp storage, which doesn't return error for non-existent keys.

Known limitations

N/A

…rage key.

This was inconsistent with persistent/temp storage, which doesn't return error for non-existent keys.
@dmkozh dmkozh enabled auto-merge (squash) July 14, 2023 23:36
@dmkozh dmkozh merged commit 2941946 into main Jul 14, 2023
8 checks passed
@dmkozh dmkozh deleted the instance_del branch July 14, 2023 23:41
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.

Make deleting instance storage entry not an error
2 participants