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
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.
The text was updated successfully, but these errors were encountered:
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.
Is there an existing issue for this?
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.
The text was updated successfully, but these errors were encountered: