erigon-pulse/turbo/trie
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
..
.gitignore move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
account_node_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
database.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
debug_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
debug.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
delete_subrtee_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
encoding_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
encoding.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
errors.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
flatdb_sub_trie_loader_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
flatdb_sub_trie_loader.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
gen_struct_step.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hack.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hashbuilder.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hasher_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hasher.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hash_receiver.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hashes_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_trie_hashes.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
node_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
node.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
proof.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
retain_list_builder.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
retain_list.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stark_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stream_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stream.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
structural_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
sub_trie_loader.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
sync_bloom.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_binary.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_eviction_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_eviction.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_from_witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_observers_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_observers.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_root.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
trie_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_transform.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
utils.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
visual.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_builder_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_builder.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_marshalling.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_operators_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_operators.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witnessdb_sub_trie_loader_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witnessdb_sub_trie_loader.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00