erigon-pulse/core/state
Alex Sharov 3db7e85994
Simplify GetAsOf (#2285)
* no reason to copy if we work with ethdb.Tx (user of ethdb.Tx expecting that all data valid until end of tx)

* less objects
2021-07-04 08:49:31 +01:00
..
contracts rename (#1978) 2021-05-20 19:25:53 +01:00
access_list.go rename (#1978) 2021-05-20 19:25:53 +01:00
cached_reader.go rename (#1978) 2021-05-20 19:25:53 +01:00
cached_writer.go rename (#1978) 2021-05-20 19:25:53 +01:00
change_set_writer.go save (#2197) 2021-06-19 21:29:02 +01:00
database_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
database.go tx.AsMessage was called twice (#2209) 2021-06-21 06:56:56 +01:00
db_state_reader.go rename (#1978) 2021-05-20 19:25:53 +01:00
db_state_writer.go Nuke preimage remnants (#2203) 2021-06-20 13:00:22 +07:00
dump.go add 0x prefix for RPC accountRange (#2243) 2021-06-27 15:19:34 +01:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
history_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
history.go Simplify GetAsOf (#2285) 2021-07-04 08:49:31 +01:00
intra_block_state_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
intra_block_state.go rename (#1978) 2021-05-20 19:25:53 +01:00
journal.go rename (#1978) 2021-05-20 19:25:53 +01:00
plain_readonly.go simplify receipts reading (#2094) 2021-06-04 13:28:18 +01:00
plain_state_reader.go rename (#1978) 2021-05-20 19:25:53 +01:00
plain_state_writer.go Add tx.Append method for ergonomic (#2088) 2021-06-04 14:32:48 +01:00
state_object_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
state_object.go rename (#1978) 2021-05-20 19:25:53 +01:00
state_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00