This commit is contained in:
Ricardo Guilherme Schmidt 2018-04-07 02:24:34 -03:00 committed by Oskar Thorén
parent 97ef15155d
commit 57ad2e7139
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
# Gas Abstraction
## Preamble ## Preamble
Idea: 73 Idea: 073-gas-abstraction
Title: Gas Abstraction Title: Gas Abstraction
Status: In Progress Status: In Progress
Created: 2018-02-01 Created: 2018-02-01
Requires: #145 Requires: 145-identity
## Summary ## Summary
@ -19,7 +21,6 @@ Users would sign a message request to contracts which will use user's balance of
- UX (Status): - UX (Status):
- Contributor/Testing: @iurimatias - Contributor/Testing: @iurimatias
## Product Overview ## Product Overview
A barrier for user adoption to blockchain through Status would be the need of holding two tokens for paying fees, ether gas for moving the [SNT](https://etherscan.io/address/0x744d70fdbe2ba4cf95131626614a1763df805b9e#readContract) fee from user balance to decentralized service provider. A barrier for user adoption to blockchain through Status would be the need of holding two tokens for paying fees, ether gas for moving the [SNT](https://etherscan.io/address/0x744d70fdbe2ba4cf95131626614a1763df805b9e#readContract) fee from user balance to decentralized service provider.
@ -46,7 +47,7 @@ Identity UX should allow user to choose what token it wants to use as gas price.
### Requirements & Dependancies ### Requirements & Dependancies
Idea [#145](https://github.com/status-im/ideas/pull/145) is important to seamless and safe integration of gas abstraction for any type of call. Idea [145-identity](https://github.com/status-im/ideas/pull/145) is important to seamless and safe integration of gas abstraction for any type of call.
Implemention of [EIP#191](https://github.com/ethereum/EIPs/issues/191) is somewhat important, specially for making signature verification slightly gas cheaper. Implemention of [EIP#191](https://github.com/ethereum/EIPs/issues/191) is somewhat important, specially for making signature verification slightly gas cheaper.
### Minimum Viable Product ### Minimum Viable Product
@ -73,6 +74,7 @@ Description:
- Moving SNT to other address from SNTController terms (paying gas in SNT) - Moving SNT to other address from SNTController terms (paying gas in SNT)
#### UX Integration #### UX Integration
Goal Date: 2018-05-15 Goal Date: 2018-05-15
Description: Description:
- User can create Identity paying in SNT. - User can create Identity paying in SNT.