erigon-pulse/cmd/state/stateless
ledgerwatch 0953fd42cb
WIP trace_call implementation (#1399)
* trace_call initial

* Fix tests

* More tracing

* Add more fields to the action

* Completed first example query

* Add initial bench11 to compare trace_call with OpenEthereum

* Exclude precompile calls from call traces

* Add self-destruct, call types, more comparison in rpctest

* Support for execution errors

* Stack underflow error and delegatecall value

* Fix lint

* Fix suicide traceAddress, Bad instruction error

* Fix lint

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2020-12-14 11:27:52 +00:00
..
check_change_sets.go WIP trace_call implementation (#1399) 2020-12-14 11:27:52 +00:00
contract_size_estimage.go Protect from wrong class use: make ethdb.Tx incompatible with rawdb.DatabaseReader (#1288) 2020-10-24 09:09:20 +01:00
depths.go Protect from wrong class use: make ethdb.Tx incompatible with rawdb.DatabaseReader (#1288) 2020-10-24 09:09:20 +01:00
opcode_tracer.go WIP trace_call implementation (#1399) 2020-12-14 11:27:52 +00:00
state_snapshot_test.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00
state_snapshot.go ChangeSets dupsort (#1342) 2020-11-16 12:08:28 +00:00
state.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
stateless_block_providers.go kill bolt (#1085) 2020-09-09 11:09:55 +01:00
stateless_chart.go Write proper stats to the CSV file; restore charting capabilities. (#201) 2019-11-26 14:29:41 +01:00
stateless_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stateless.go ChangeSets dupsort (#1342) 2020-11-16 12:08:28 +00:00
witness_db_test.go Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +01:00
witness_db.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00