go-ethereum/core/rawdb
Arpit Temani 7b25997830
Reciept e2e test (#431)
* initial

* fixed tests

* eip155 tests

* progress

* fix

* fix TestFetchStateSyncEvents*

* debug

* fixed with updated list of validators

* fix

* a bit more stable

* optimize allocations

* linters

* fix vals copy

* a bit of refactoring

* update TestGetTransactionReceiptsByBlock

* remove logs from TestGetTransactionReceiptsByBlock in favour of checks

* comments

* Linters

* linters

* fixes after merge

* fixes after merge

* fixes after merge

* fixes after merge

* fail fast

Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2022-07-14 19:28:56 +03:00
..
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 Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
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