erigon-pulse/core/state
b00ris bcee4845dc
Thin history (#272)
* save state

* remove repair

* save state

* remove emptydb check

* save state

* add walkAsOf test

* add WalkAsOf and MultiWalkAsOf tests

* deployed contracts counter

* reference counter for contract code

* drop storage root&contract hash for changesets

* start incarnation is 1(save state)

* fix ReorgOverSelfDestruct test

* hack fix TestReorgOverSelfDestruct

* test benchmark

* cleanup

* remove useless debug

* remove print trie

* return remove subtrie call  to updateTrieRoot

* save state

* add mutation test

* remove useless test

* fix

* added mutation commit test

* rename experiment to thin history

* thin history mutation commit test

* fix ethdb tests

* getAsOf test

* add test&fix history index

* fix test

* make test for index search

* compute trie root incarnation fix

* tests fixes

* done job in case of panic

* fix lint

* fix&test for bad incarnation

* fix initial incarnation for genesis

* fix lint

* fix changeset test

* fix storage ranges test

* fix lint

* move set incarnation to create contract

* add comment

Co-authored-by: ledgerwatch <akhounov@gmail.com>
Co-authored-by: Evgeny Danilenko <6655321@bk.ru>
2019-12-20 15:25:40 +03:00
..
contracts Thin history (#272) 2019-12-20 15:25:40 +03:00
block_witness_stats.go Write proper stats to the CSV file; restore charting capabilities. (#201) 2019-11-26 14:29:41 +01:00
database_test.go Thin history (#272) 2019-12-20 15:25:40 +03:00
database.go Thin history (#272) 2019-12-20 15:25:40 +03:00
db_state_writer.go Thin history (#272) 2019-12-20 15:25:40 +03:00
dump.go Retesteth restore mining (#278) 2019-12-19 13:44:43 +03:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
intra_block_state_test.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
intra_block_state.go Thin history (#272) 2019-12-20 15:25:40 +03:00
journal.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
readonly.go Thin history (#272) 2019-12-20 15:25:40 +03:00
state_object_test.go build: use golangci-lint (#20295) 2019-12-03 13:38:59 +01:00
state_object.go Fix for Istanbul sync (EIP-2200) (#271) 2019-12-17 11:56:38 +00:00
state_test.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
stateless.go Thin history (#272) 2019-12-20 15:25:40 +03:00
trace.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00