-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Add ERC20 support to SplitPayment #898
Comments
Hey, I would like to code it. I have started to do it but I came accross two issues:
|
Awesome @pw94!
|
@frangio This would be great if you can review the PR so that current status of issue can be known. |
@Aniket-Engg much has changed since that PR was opened, so some updating will need to be done. I'll try to review it during these next couple days. |
This is part of a bigger challenge we have of uniformly handling tokens and ether in several of our contracts. We don't have a good design for this yet. Related to #1099. |
Fixed in #2858. |
SplitPayment
allows a group of people to receive ether payments proportionally to their shares. The functionclaim
extracts the correct amount of ether. We should add support to receive ERC20 token payments and for payees to claim them, probably through aclaim(ERC20 token)
function.See #859 for a use case.
The text was updated successfully, but these errors were encountered: