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

Allow multiple transfers in a single tx #2596

Closed
Tracked by #2530
grarco opened this issue Feb 12, 2024 · 3 comments · Fixed by #3356
Closed
Tracked by #2530

Allow multiple transfers in a single tx #2596

grarco opened this issue Feb 12, 2024 · 3 comments · Fixed by #3356
Assignees
Labels
client pre-mainnet Must happen before mainnet. SDK wasm

Comments

@grarco
Copy link
Collaborator

grarco commented Feb 12, 2024

We should allow multiple token transfers in a single transaction, i.e. involving more than one sender/receiver and with different tokens. We could either modify the current tx_transfer or come up with a different one. We'll also need to update the client and SDK to produce this new type of transactions.

@cwgoes
Copy link
Collaborator

cwgoes commented Feb 12, 2024

It may make sense to make this change in conjunction with #1677.

@cwgoes
Copy link
Collaborator

cwgoes commented Apr 24, 2024

Moving this to phase 1 so we can avoid breaking transaction format changes.

@brentstone brentstone mentioned this issue May 7, 2024
2 tasks
@cwgoes
Copy link
Collaborator

cwgoes commented May 14, 2024

Note that this is two parts:

  • Batching multiple inner transactions in one transaction (this is Tx batching #3103)
  • Vectorized balance changes in a single transfer inner tx (no PR yet)

@grarco grarco mentioned this issue Jun 4, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client pre-mainnet Must happen before mainnet. SDK wasm
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants