We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should return a transfer event with a few attributes: https://github.com/cosmos/cosmos-sdk/blob/84c33215658131d87daf3c629e909e12ed9370fa/x/bank/keeper/send.go#L142-L147
transfer
Actually, maybe the message one as well, although we strip that off when it is called from a wasm contract.
message
Let's go and make this as close to x/wasm behavior as possible, especially as some reply blocks may look at the events.
reply
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It should return a
transfer
event with a few attributes: https://github.com/cosmos/cosmos-sdk/blob/84c33215658131d87daf3c629e909e12ed9370fa/x/bank/keeper/send.go#L142-L147Actually, maybe the
message
one as well, although we strip that off when it is called from a wasm contract.Let's go and make this as close to x/wasm behavior as possible, especially as some
reply
blocks may look at the events.The text was updated successfully, but these errors were encountered: