interface icon indicating copy to clipboard operation
interface copied to clipboard

Add ability to see transaction history of a user

Open foodaka opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Previously in the classic UI we had a way to see users history interacting with the protocol. This was useful in the case of liquidations as users could visually see what happened to their position.

Describe the solution you'd like We should have a history page or tab within the dashboard that users can interact with to see the history of tx across the protocol. This should also be available for institutions and permissioned networks

foodaka avatar Jul 18 '22 15:07 foodaka

Just me 2ct on the topic (so it's written down somewhere) :sweat_smile:

I think it's not a good solution to do it like is was/still is in the classic ui. The history there is purely based on events(indexed on the sg) which means that for the main thing ppl are interested in "why have i been liquidated" the data in most cases will be insufficient.

While I agree that it would be nice to show history somewhere, I think one has to acknowledge that this is not as easy as "showing subgraph data", but might require a dedicated backend with a archive node to fetch precise non-event based blockchain state. While not impossible I'd recommend to instead partner with a portfolio service or just show links to different portfolio services which have support for aave (rotki, zapper, debank, ...).

sakulstra avatar Jul 18 '22 20:07 sakulstra

Added as part of https://github.com/aave/interface/pull/1538

grothem avatar Aug 11 '23 21:08 grothem