oasisprotocol / explorer

Official explorer for the Oasis Network.
https://explorer.oasis.io
Apache License 2.0
9 stars 9 forks source link

[Feature]: Filtering of transactions #1636

Open matevz opened 3 days ago

matevz commented 3 days ago

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.