erigon-pulse/cmd/state/stateless
Horacio Mijail Antón Quiles ed1819ec58
Opcode tracer (#1320)
* OpcodeTracer

* Cleanup, rename to opcode_tracer

* Bring back check_change_sets, remove repeated vars

* Cleanup, gofmt

* Linter, cleanup

* Rename "segments" to "basic blocks", "bblocks"

* gofmt

* Lintci madness
2020-10-30 19:44:00 +00:00
..
check_change_sets.go Move batch management into the writeReceipts case (#1321) 2020-10-30 08:41:35 +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
deps.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
depths.go Protect from wrong class use: make ethdb.Tx incompatible with rawdb.DatabaseReader (#1288) 2020-10-24 09:09:20 +01:00
naked_accouts.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
naked_storage.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
opcode_tracer.go Opcode tracer (#1320) 2020-10-30 19:44:00 +00:00
spec_exec.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
state_snapshot_test.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00
state_snapshot.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
state.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +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 Use the passed VMConfig (#1141) 2020-09-27 21:31:49 +01:00
tokens.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
transaction_stats.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +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