paradigmxyz / rivet

Developer Wallet & DevTools for Anvil
MIT License
833 stars 71 forks source link

Feature: Filter transactions by account #44

Closed jxom closed 1 year ago

jxom commented 1 year ago

The Request

The ability to see transactions scoped to an account address.

Problem

Right now, Rivet displays every transaction across all blocks and accounts on the "Transactions" tab. There is no way to filter transactions by account address.

Solution

As a user, I would like the ability to filter/scope transactions on the "Transactions" tab by account address.

0xClint commented 1 year ago

Hey @jxom , I would like to work on this issue

0xClint commented 1 year ago

@jxom , I just designed at UI of filter component.

Algo wise, I was thinking of manipulating transactions array while filtering data by addresses.

Group 10

tmm commented 1 year ago

@0xClint go for it!