You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eth clone app should be able to decode common token operations. We believe that having an app that only offers blind signing does not provide sufficient security to our users.
Actual behaviour
Currently, the Conflux eSpace app requires blind signing for all contract transactions.
Of these, we hope that Ledger can at least decode the following: BNB, ETH, MULTI, PPI, USDC, USDT, WBTC, WCFX.
Swappi LP tokens (similar to Uniswap LPs) are also often transferred, what do you recommend for these? Not sure how the eth app deals with such tokens.
As I recall, app-ethereum used to be able to have a fallback decoder for ERC20 operations. E.g. it could detect that it's a transfer(0x123..., 3 * 10^8) operation, but for the token name it would display ???. Is this still possible?
Description
app-ethereum supports ERC20, ERC721, ERC1155 decoding. Tokens can be registered in 2 ways:
PROVIDE ERC 20 TOKEN INFORMATION
command.src/tokens.c
.We recently released a new eth clone app #282. Please advise how we can provide the token list here:
app-ethereum/src/tokens.c
Line 205 in 376fbe9
Your environment
N/A
Steps to reproduce
N/A
Expected behaviour
The eth clone app should be able to decode common token operations. We believe that having an app that only offers blind signing does not provide sufficient security to our users.
Actual behaviour
Currently, the Conflux eSpace app requires blind signing for all contract transactions.
Logs
N/A
Proposed solution
Please advise on the process of providing a token list. Please also extend the documentation with the information: https://developers.ledger.com/docs/nano-app/clone-specifics.
The text was updated successfully, but these errors were encountered: