erigon-pulse/cmd/rpcdaemon/commands
ledgerwatch b747ab5324
[WIP] CallTraces index (#1157)
* Initial commit for CallTraces index

* Fix compilation

* fix lint, add comment

* Fix integration

* Add Close function to ethdb.Cursor, fix some compile errors

* Try to stop cursor leak in Get

* Fix compile errors in RPC daemon

* Fix compile errors

* fixing another way

* Some fixes

* More fixes

* More fixes

* More fixes

* Fixes to core/state

* Fix lint

* Fix lint

* Fixes

* Stage caching for call trace stage

* Add mem stats

* Try to stop the leak

* Turn off debug

* Chunks for 10k blocks

* Print

* Revert "Print"

This reverts commit 5ffada4828d61e00e5dad1ca12c98258dfbbad00.

* Revert "Chunks for 10k blocks"

This reverts commit cfb9d498e782e5583d41c30abf0e2137da27383e.

* Trying to fix the leak

* Don't compute receipts in re-tracing

* Not compose block

* Print speed, fix receipts, bigger caches

* Fix lint

* Utilise changeset info

* Counters

* Use NoReceipts and ReadOnly

* ReadOnly is incompatible with caching

* Skip test leaking transactions

* Fix block test

* Change disable message for call-traces stage

* Use block option for call traces integration

* Fix retracing due to incarnation
2020-10-12 09:39:04 +01:00
..
call.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
coinbase.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
daemon.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
debug_api.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
error_messages.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
eth_api.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
get_balance.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
get_chain_config.go Revert "rpcdaemon to cache chainconfig (#1173)" (#1177) 2020-10-03 15:07:49 +07:00
get_receipts.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
get_uncles.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
net_api.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
rpc_block.go Get logs (#1028) 2020-09-03 08:51:19 +01:00
send_transaction.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
storage_range.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
trace_api_adhoc.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
trace_api_custom.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
trace_api_filtering.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
trace_api.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
trace_types.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
tracing.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
web3_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00