go-ethereum/eth/filters
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
..
api.go fix : minor fix 2022-11-21 15:28:34 +05:30
api_test.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
bench_test.go fix : lint 2022-07-19 14:39:26 +05:30
bor_api.go fix nil state-sync issue, increase grpc limit (#695) 2023-01-25 17:13:16 +05:30
bor_filter.go fix ci 2022-09-05 11:03:56 +04:00
bor_filter_system.go new: add roothash and state sync filter apis 2020-11-20 14:25:19 +05:30
bor_filter_test.go fix ci, lint 2022-09-05 11:40:04 +04:00
filter.go chg : moved TestBorFilters to tests/bor 2022-07-18 13:43:36 +05:30
filter_system.go chg: update geth to v1.10.1 2021-03-09 17:06:18 +05:30
filter_system_test.go chg : moved TestBorFilters to tests/bor 2022-07-18 13:43:36 +05:30
filter_test.go chg : moved TestBorFilters to tests/bor 2022-07-18 13:43:36 +05:30
IBackend.go chg : moved TestBorFilters to tests/bor 2022-07-18 13:43:36 +05:30
IDatabase.go add : mock database in eth/filters 2022-07-19 17:21:11 +05:30
test_backend.go Arpit/temp bor sync (#701) 2023-02-03 15:42:12 +05:30