AlphaWallet / alpha-wallet-android

An advanced Ethereum mobile wallet
https://www.alphawallet.com
MIT License
585 stars 529 forks source link

Can you support EIP712 #2559

Open dinarpay opened 2 years ago

dinarpay commented 2 years ago

Hello We want to build a token on the xdai network Smart contract pays gas fees through relay defender openzeppelin The problem is that the wallet is asking to pay the gas fee xdai The contract pays the gas fee on behalf of the user. the other part The smart contract deducts a fee from our token, to offset network and operating fees And I can't make the app show the fixed amount being deducted from our token.

JamesSmartCell commented 2 years ago

EIP712? This is the SignTypedData standard. We support up to EIP712 v4.

It sounds like you are asking for something different.

What you are asking for may be done by the BlockNative simulation API (https://www.blocknative.com/simulation-platform). We are looking at implementing this which would show the breakdown you are after (I think).

Could you clarify if I am understanding your request?

dinarpay commented 2 years ago

do Gasless Transactions https://www.youtube.com/watch?v=mhAUmULLV44

JamesSmartCell commented 2 years ago

EIP-2771. It looks interesting, will need to investigate what layer this can be implemented at.

Do you have any use case examples?

dinarpay commented 2 years ago

Celo Network Stable tokens do not need gas in network coin cUSD cEUR

Firmi1 commented 2 years ago

Relayer is zpl.in api and it is not decentralized, can't imagine dumping it in alphawallet