go-ethereum/statediff/indexer/database/sql
prathamesh0 be1757b9fd
Refactor indexer tests to avoid duplicate code (#270)
* Refactor indexer tests to avoid duplicate code

* Refactor file mode indexer tests

* Fix expected db stats for sqlx after tx closure

* Refactor indexer tests for legacy block

* Refactor mainnet indexer tests

* Refactor tests for watched addressess methods

* Fix query in legacy indexer test
2022-08-16 17:24:46 +05:30
..
mainnet_tests Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +05:30
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 Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +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 Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +05:30
pgx_indexer_test.go Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +05:30
sqlx_indexer_legacy_test.go Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +05:30
sqlx_indexer_test.go Refactor indexer tests to avoid duplicate code (#270) 2022-08-16 17:24:46 +05:30
writer.go Statediff Geth 2022-07-27 17:10:53 -04:00