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

[Bug]: MsgMultiSend emits transfer event without sender attribute #21414

Closed
1 task done
udit-gulati opened this issue Aug 27, 2024 · 1 comment · Fixed by #21460
Closed
1 task done

[Bug]: MsgMultiSend emits transfer event without sender attribute #21414

udit-gulati opened this issue Aug 27, 2024 · 1 comment · Fixed by #21460
Labels

Comments

@udit-gulati
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

The 2 x/bank messages MsgSend and MsgMultiSend emits transfer event:

  • MsgSend emits transfer event with attributes sender, receiver and amount telling that there has been a transfer of token from one account to another with a given amount.
  • MsgMultiSend emits transfer event with attributesreceiver and amount multiple times, but sender is missing.

Cosmos SDK Version

main

How to reproduce?

Example transaction:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

2 participants
@udit-gulati and others