go-ethereum/core/rawdb
Arpit Temani 2be6ae43a1
Arpit/temp bor sync (#701)
* Increase grpc message size limit in pprof

* ReadBorReceipts improvements

* use internal function

* fix tests

* fetch geth upstread for ReadBorReceiptRLP

* Only query bor receipt when the query index is equal to # tx in block body

This change reduces the frequency of calling ReadBorReceipt and
ReadBorTransaction, which are CPU and db intensive.

* Revert "fetch geth upstread for ReadBorReceiptRLP"

This reverts commit 2e838a6b1313d26674f3a8df4b044e35dcbf35a0.

* Restore ReadBorReceiptRLP

* fix bor receipts

* remove unused

* fix lints

---------

Co-authored-by: Jerry <jerrycgh@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2023-02-03 15:42:12 +05:30
..
testdata core/rawdb: avoid unnecessary receipt processing for log filtering (#23147) 2021-09-28 12:54:49 +02:00
accessors_chain.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_chain_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_indexes.go core/rawdb: fix logs to print block number, not address (#23328) 2021-08-04 11:10:37 +03:00
accessors_indexes_test.go core/rawdb: single point of maintenance for writing and deleting tx lookup indexes (#21480) 2020-09-15 10:37:01 +02:00
accessors_metadata.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_snapshot.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_state.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_sync.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
bor_receipt.go Arpit/temp bor sync (#701) 2023-02-03 15:42:12 +05:30
chain_iterator.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
chain_iterator_test.go core/rawdb: fix transaction indexing/unindexing hashing error (#22457) 2021-03-16 12:15:14 +02:00
database.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
database_test.go eth/protocols/snap: generate storage trie from full dirty snap data (#22668) 2021-04-27 17:19:59 +03:00
freezer.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_batch.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_meta.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_meta_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_table_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_utils.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_utils_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
key_length_iterator.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
key_length_iterator_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
schema.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
table_test.go Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30