-
Notifications
You must be signed in to change notification settings - Fork 16
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
Relayed contract interactions ("gasless operation") #22
Comments
As far as I can see, there are 2 relevant proposal for tokens (aka "gasless token transfers", which is only part of the problem we have to address .. as in, we might want to be able to delegate_all_ write transactions in all XBR contracts): |
ideally, whatever token contract we use, that contract would be:
|
Naming: We should probably use relayer / relay instead of delegate / delegate wording PRO: the word "delegate" is already used in XBR, and seller/buyer delegates are active components (they have private keys themself, and do stuff themself without being directly 1:1 triggered from outside) |
partially landed already:
The last one depends on #48 |
the missing parts ^ are coming via #90 |
landed via #90 |
Expand all gas consuming (write transactional) SC functions in XBR smart contracts with
bytes signature
to allow delegated ETH/gas-less operationThe text was updated successfully, but these errors were encountered: