ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 410 forks source link

Token Standard approve/transferFrom features #453

Open ghost opened 6 years ago

ghost commented 6 years ago

@tymat commented on Apr 24, 2016, 2:40 AM UTC:

The Token standard has approve and transferFrom functions that can be used to allow users to spend from an account. Currently the only way to make these accessible to the end user is to have them add the ABI in a separate "Watch Contract" instance. It would be nice if the wallet had this functionality for all tokens added.

This issue was moved by @evertonfraga from ethereum/mist/issues/512.

ghost commented 6 years ago

@alexvandesande commented on Apr 24, 2016, 2:03 PM UTC:

Yes, will put it on the roadmap.

ghost commented 6 years ago

@alexvandesande commented on Apr 24, 2016, 2:16 PM UTC:

Looking at the current standard I realize why we can't implement it now. There are some very practical aspects on what's required for it to be implemented that we need to solidify as the standard token v1.

I will modify these and then submit a ERC/EIP requesting the solidification of that code as the minimal version 1 standard.