Hey guys, anyone have some tip on how to get the stateDiff/balance changes for a pending transaction? Now i am calling debug_traceCall with the same inputs as the pending tx, I will get all the OP codes but are without any LOG2 so can’t decode any balance. Any idea or direction to take?
Aug 11, 2022, 10:05 AM
not sure, but you cant expect state changes of a pending tx to be the same as when its mined
Aug 11, 2022, 10:31 AM
True, but I am trying to build a tool to evaluate pending transaction before they are mined, to find out what are they spending/swapping. Maybe if I run my own node? But I haven’t see anything useful on geth code
Aug 11, 2022, 10:52 AM