go-ethereum/statediff/indexer/database/sql
prathamesh0 6d9de8874d
Add indexer tests for handling non canonical blocks (#254)
* Add indexer tests for header and transactions in a non canonical block

* Add indexer tests for receipts in a non-canonical block and refactor

* Add indexer tests for logs in a non-canonical block

* Add indexer tests for state and storage nodes in a non-canonical block

* Add indexer tests for non-canonical block at another height

* Avoid passing address of a pointer

* Update refs in GitHub workflow

* Add genesis file path to stack-orchestrator config in GitHub workflow

* Add descriptive comments
2022-08-12 15:46:14 +05:30
..
mainnet_tests Statediff Geth 2022-07-27 17:10:53 -04:00
postgres Statediff Geth 2022-07-27 17:10:53 -04:00
batch_tx.go Statediff Geth 2022-07-27 17:10:53 -04:00
indexer_shared_test.go Add indexer tests for handling non canonical blocks (#254) 2022-08-12 15:46:14 +05:30
indexer.go Statediff Geth 2022-07-27 17:10:53 -04:00
interfaces.go Statediff Geth 2022-07-27 17:10:53 -04:00
metrics.go Statediff Geth 2022-07-27 17:10:53 -04:00
pgx_indexer_legacy_test.go Statediff Geth 2022-07-27 17:10:53 -04:00
pgx_indexer_test.go Add indexer tests for handling non canonical blocks (#254) 2022-08-12 15:46:14 +05:30
sqlx_indexer_legacy_test.go Statediff Geth 2022-07-27 17:10:53 -04:00
sqlx_indexer_test.go Add indexer tests for handling non canonical blocks (#254) 2022-08-12 15:46:14 +05:30
test_helpers.go Statediff Geth 2022-07-27 17:10:53 -04:00
writer.go Statediff Geth 2022-07-27 17:10:53 -04:00