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

CW20 balance tracking #78

Closed
bryanchriswhite opened this issue Sep 8, 2022 · 0 comments · Fixed by #106
Closed

CW20 balance tracking #78

bryanchriswhite opened this issue Sep 8, 2022 · 0 comments · Fixed by #106
Labels
C-enhancement Category: New feature or request
Milestone

Comments

@bryanchriswhite
Copy link

bryanchriswhite commented Sep 8, 2022

Acceptance Criteria

  1. An entity exists which is analogous to the NativeBalanceChange.
  2. Handlers exists which cover contract execution with all CW20 methods and creates instance(s) of the new entity, tracking the respective change (e.g. burn method would create an instance with a negative amount, transfer would create an instance with positive amount for the receiver and negative for the sender).
@bryanchriswhite bryanchriswhite added this to the v0.2 milestone Sep 8, 2022
@bryanchriswhite bryanchriswhite added the C-enhancement Category: New feature or request label Sep 13, 2022
@bryanchriswhite bryanchriswhite linked a pull request Sep 27, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants