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

Problem: Missing "multi-send" transfer event support #682

Open
calvinaco opened this issue Feb 4, 2022 · 0 comments
Open

Problem: Missing "multi-send" transfer event support #682

calvinaco opened this issue Feb 4, 2022 · 0 comments

Comments

@calvinaco
Copy link
Collaborator

Background

In Cosmos SDK, there is a "multi-send" (InputOutputCoins) support in bank keeper (Ref: https://github.com/cosmos/cosmos-sdk/blob/1321bc1614df068f1bce50170f891a77b1e831a3/x/bank/keeper/send.go#L70). In the current begin_block and end_block parser it does not support it yet.

In particular, the "multi-send" is characterised by

  • No sender key in the transfer event
  • Followed the pattern:
    • message event
    • followed by multiple pairs of
      • coin_received event (post-v0.43)
      • transfer event
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

No branches or pull requests

1 participant