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

[transfer] Optimize transfers by grouping by to address and nftid #111

Open
Montspy opened this issue Oct 5, 2022 · 0 comments
Open

[transfer] Optimize transfers by grouping by to address and nftid #111

Montspy opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Montspy
Copy link
Owner

Montspy commented Oct 5, 2022

For airdrops, often a single NFT is sent multiple times to the same wallet.
These transfers of the same NFT to the same address can be grouped into one transfer.

Proposal for ordered mode: group before transferring
Proposal for random mode: random pick ahead of time, then group before transferring.

@Montspy Montspy added the enhancement New feature or request label Oct 5, 2022
@Montspy Montspy self-assigned this Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant