erigon-pulse/core/state
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
..
contracts geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
access_list.go post-rebase. fix imports 2020-12-03 17:37:38 +01:00
cached_reader.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
cached_writer.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
change_set_writer.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
database_test.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
database_writer.go Add "execute blocks" stage to the staged sync. (#486) 2020-04-26 17:02:38 +01:00
database.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
db_state_reader.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
db_state_writer.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
dump.go Remove changeset-based decorators from WalkAsOf (#1356) 2020-11-18 14:58:52 +00:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
history_test.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
history.go History bitmap 64 (#1374) 2020-12-04 21:16:51 +00:00
intra_block_state_test.go post-rebase. fix imports 2020-12-03 17:37:38 +01:00
intra_block_state.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
journal.go post-rebase. fix imports 2020-12-03 17:37:38 +01:00
plain_readonly.go WIP trace_call implementation (#1399) 2020-12-14 11:27:52 +00:00
plain_state_reader.go WIP trace_call implementation (#1399) 2020-12-14 11:27:52 +00:00
plain_state_writer.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
state_object_test.go build: use golangci-lint (#20295) 2019-12-03 13:38:59 +01:00
state_object.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00
state_test.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
stateless.go State cache switching writes to reads during commit (#1368) 2020-12-08 09:44:29 +00:00