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

Add Token Meta Transactions #221

Open
riusricardo opened this issue Jun 7, 2019 · 0 comments
Open

Add Token Meta Transactions #221

riusricardo opened this issue Jun 7, 2019 · 0 comments

Comments

@riusricardo
Copy link
Contributor

riusricardo commented Jun 7, 2019

Scope

  • Tokens ERC-20 and ERC-721 can't be transferred unless the required gas for the transaction is payed by the sender.
  • In order to use this functionality, the tokens need to have a glue layer to enable the usage of the gas station.
  • The actual limitation is that the Meta transactions are signed by the sender, in this case the relay. To accept this limitation, the tokens need to use a special function to get the original sender and stop considering the relay as the sender.

Deliverables

  • ERC-20 and ERC721 meta transactions glue layer.
  • Update the required ERC-721/Badges to use this new approach.
  • Update the ERC-20 contracts like the vendable token, to use this functionality.

Roles

bounty gardener: @riusricardo / 10%
bounty worker: name / 80%
bounty reviewer: name / 10%

iamonuwa pushed a commit to iamonuwa/burner-wallet that referenced this issue Jul 17, 2019
…o-cents

Parse float value from url instead of integer
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