erigon-pulse/core/rawdb
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
..
accessors_account.go add support of blocks compression to txpool stage (#925) 2020-08-17 10:17:40 +07:00
accessors_chain_test.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
accessors_chain.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
accessors_indexes_test.go stop on error: headers stage (#1289) 2020-10-24 18:05:12 +01:00
accessors_indexes.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
accessors_metadata.go rawdb to return errors: part 1 (#1286) 2020-10-24 07:57:09 +01:00
interfaces.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00