Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Filtering of transactions #1636

Open
1 task done
matevz opened this issue Nov 26, 2024 · 1 comment
Open
1 task done

[Feature]: Filtering of transactions #1636

matevz opened this issue Nov 26, 2024 · 1 comment
Labels
feature New feature or request ux/design UX/UI Design Change Report

Comments

@matevz
Copy link
Member

matevz commented Nov 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

SUMMARY

Add filtering capability in the list of txes

DESCRIPTION

Suppose you have the account for which you know it deployed a contract and you want to look for its address. You open the account in the explorer, e.g. https://explorer.oasis.io/testnet/sapphire/address/0x90adE3B7065fa715c7a150313877dF1d33e777D5 and you see a bunch of transactions, most of them are contract calls.

How do I find the (latest) contract deployment transaction out of those? Ideally, the list headers should give you a drop down of possible values and you pick the one (e.g. Contract create) to filter out the results. Sorting by each column would also be nice.

@matevz matevz added feature New feature or request ux/design UX/UI Design Change Report labels Nov 26, 2024
@ptrus
Copy link
Member

ptrus commented Dec 3, 2024

Yes it would make sense adding support for filtering on transaction type. Will also need to be implemented in Nexus.

I would keep the amount of filters/sorting options low, only the strictly necessary useful ones. Filtering on 'type' and maybe on 'from', 'to' addresses seem useful.

I don't think sorting on arbitrary columns is at all useful, and would just bloat the database size due to the needed indexes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request ux/design UX/UI Design Change Report
Projects
None yet
Development

No branches or pull requests

2 participants