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
It however only trance transactions whose state is still available in the database (i.e. last 128 blocks), or you'd need to regenerate the state (expensive). There are some further details here #15516
Thanks karalabe.
Unfortunately tracetransaction is too slow and consumes too much CPU. Moreover it is not suitable for a massive use as for example the development of an explorer. That's why I developed simple optional changes to geth to store internal transactions in the leveldb database when they are generated by the virtual machine and i like to contribute to geth project pushing it.
I would like to have this capability to geth.
The text was updated successfully, but these errors were encountered: