paradigmxyz/rivet

Feature: Display state changes in transaction details

Opened this issue · 3 comments

jxom commented

The Request

The ability to see a list of state changes for a transaction on the transaction details screen.

Problem

Right now, we cannot see state changes on a broadcasted transaction.

Solution

As a user, I would like to see a list of state changes on the transaction details screen (akin to Etherscan's State tab), and Openchain's Value Changes.

Could I take on this issue?

tmm commented

@lukebrichey Go for it!

Working on the feature, and I am wondering if there is some existing method to get the traces of a transaction? I want to make sure I am not doing any repeated work, or if this is new functionality I should implement.

Anything you could point me out to in the repo is much appreciated!