After merging multiple assets, go back to batching native token transfers when pre-funding addresses #52
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil-ethereum#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As part of #51, I un-batched the transfers in
ensure-addresses-prefunded. The reason for this is that the erc20 transfers need to be initiated by the participant, since an on-chain batch contract doesn't have the authority. But we could still in principle do this for the native token, and at some point we should -- it just didn't seem worth the trouble at this time. Opening this ticket to track the issue.