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
Any chance we could get debug_standardTraceBlockToFile soon? I'm looking at adding a feature to ArchiveNode where we can handle these large debugs, where a user can request the debug, we'll run debug_standardTraceBlockToFile on the block, zip that file, and return an IPFS hash (or serve it back as a download).
It would equally cool to have debug_standardTraceTransactionToFile which would be 1 upping Geth here lol
Implementation
Do you have ideas regarding the implementation of this feature?
Geth already has this.
Are you willing to implement this feature?
😞
The text was updated successfully, but these errors were encountered:
Actually nevermind on the debug_standardTraceTransactionToFile the method already traces each transaction individually or lets me specify a specific transaction.
Rationale
#1458
Any chance we could get
debug_standardTraceBlockToFile
soon? I'm looking at adding a feature to ArchiveNode where we can handle these large debugs, where a user can request the debug, we'll rundebug_standardTraceBlockToFile
on the block, zip that file, and return an IPFS hash (or serve it back as a download).It would equally cool to have
debug_standardTraceTransactionToFile
which would be 1 upping Geth here lolImplementation
Do you have ideas regarding the implementation of this feature?
Geth already has this.
Are you willing to implement this feature?
😞
The text was updated successfully, but these errors were encountered: