AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
597 stars 372 forks source link

Confirm need for manually leaving out certain events #2160

Open hboon opened 4 years ago

hboon commented 4 years ago

https://github.com/AlphaWallet/alpha-wallet-ios/blob/0491f4b14b76ca40345bdd51b025109baa9aa73c/AlphaWallet/Activities/Coordinators/ActivitiesCoordinator.swift#L220

We encountered the need for this while working on the demo in the train-leaves branch.

Can you verify if this is still needed and whether we need to a way to specify it in TokenScript?

bitcoinwarrior1 commented 3 years ago

@hboon this is good for all the defi applications like AAVE and compound as they mint tokens after deposit. I think it is still valuable. This relates to the backport aave task from @colourful-land