I have been working on a project, where I would like to trace all transactions from a block and for this reason I have been using a fast-syncing node. It works well, the only issue is that querying the node using the debug_traceBlockByHash endpoint is very slow. Slower than the speed of new blocks being […]
Categories
Save stack traces while syncing
- Post author By Crypto Questions
- Post date June 30, 2020
- No Comments on Save stack traces while syncing
- Tags I don't have access to trace information anymore. So, I get behind and eventually due to pruning of the data, I have been working on a project, my question is if it's possible to save the trace information during syncing or when receiving a new block. Thanks!, the only issue is that querying the node using the debug_traceBlockByHash endpoint is very slow. Slower than the speed of new blocks being mi, where I would like to trace all transactions from a block and for this reason I have been using a fast-syncing node. It works well