Detailed Description
Right now there is no option to fetch all proxies per account.
Context
UI needs to pull all proxies for current account for strategies feature.
We could use indexer for that, but when removing Pure (proxy.killPure), there is no event triggered to get know if proxy was removed or not (ex: https://hydration.subscan.io/tx/0xa834d20e36e30dd0b7ffd36b4c2ebf9a19db19d775b8c438982d20bef35019e1)
Also, we would like to display those proxies and be able to remove them even if indexer is down.
Currently, to kill pure, we need to know the block number and index of event when pure was created and without indexer is not possible. So probably it's a second issue
Detailed Description
Right now there is no option to fetch all proxies per account.
Context
UI needs to pull all proxies for current account for strategies feature.
We could use indexer for that, but when removing Pure (
proxy.killPure), there is no event triggered to get know if proxy was removed or not (ex: https://hydration.subscan.io/tx/0xa834d20e36e30dd0b7ffd36b4c2ebf9a19db19d775b8c438982d20bef35019e1)Also, we would like to display those proxies and be able to remove them even if indexer is down.
Currently, to kill pure, we need to know the block number and index of event when pure was created and without indexer is not possible. So probably it's a second issue