erigon-pulse/cmd/state/stateless
Alex Sharov 331dcd45eb
Store receipts separately - one record per tx (#1271)
* squash

* add --database flag to integration

* clean

* split to 2 buckets

* split to 2 buckets

* split to 2 buckets

* split to 2 buckets

* split to 2 buckets

* save progress

* save progress

* improve test

* improve test

* save progress

* change app logic

* change app logic

* return err from rawdb package

* don't clean automatically

* don't clean automatically

* clean

* clean

* clean

* don't rely on `make clean`

* improve cbor code

* clean

* clean

* clean

* fix tests

* rebase master

* stop on error: headers stage

* make TxDb walk and multiwalk safe

* Fix panics

Co-authored-by: Alexey Akhunov <akhounov@gmail.com>
2020-10-25 08:38:55 +00:00
..
check_change_sets.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +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
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