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

[x/programs] Support key deletion #590

Closed
exdx opened this issue Oct 30, 2023 · 1 comment · Fixed by #737
Closed

[x/programs] Support key deletion #590

exdx opened this issue Oct 30, 2023 · 1 comment · Fixed by #737
Labels
enhancement New feature or request wasmlanche

Comments

@exdx
Copy link
Contributor

exdx commented Oct 30, 2023

Currently in wasm program state.rs only (get, store) operations are supported. To remove key/value pairs from storage, a delete function can be added.

Rationale:

  • For an NFT, when the owner of an NFT burns their NFT, their balance in the program state should be deleted entirely, if their new balance reaches 0.
@exdx exdx added the enhancement New feature or request label Oct 30, 2023
@exdx exdx added this to the v0.1.3 (WASM Programs + Parallel Execution) milestone Oct 30, 2023
@patrick-ogrady patrick-ogrady removed this from the v0.1.3 (WASM Programs + Parallel Execution) milestone Nov 9, 2023
Copy link

github-actions bot commented Jan 9, 2024

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will exempt this issue from future lifecycle events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wasmlanche
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants