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

feat!: before send hooks #8

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat!: before send hooks #8

wants to merge 2 commits into from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented May 19, 2024

closes #6

When a token is sent, allow a token admin to register cosmwasm execution to perform some other logic before it applies. Doing so without an SDK fork :)

TODO

  • support multi send bank messages
  • match osmosis spec (Msg, sudoexec, cli, and storageKeeper methods)
  • We should fire for ALL bank send events, regardless of denom name? (worry: spam, upside: follow events)

@Reecepbcups
Copy link
Member Author

Should backport to main_wasmvm1 as well

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.

feat: perform action on transfer
1 participant