go-ethereum/statediff/indexer/database/sql/postgres
Abdul Rabbani b960661807 Refactor: Decouple knownGaps and Indexer
This commit decouples knownGaps and Indexer. All knownGaps logic is in its own file. This makes testing and maintainability easier.

We have also removed all efforts to check the `lastProcessedblock` - This is because we won't ever run into this issue (hyptothetically), because geth won't let it happen.
2022-03-29 16:45:26 -04:00
..
config.go Statediffing geth 2022-02-16 14:40:08 -06:00
database.go Refactor: Decouple knownGaps and Indexer 2022-03-29 16:45:26 -04:00
errors.go Statediffing geth 2022-02-16 14:40:08 -06:00
pgx_test.go Statediffing geth 2022-02-16 14:40:08 -06:00
pgx.go Statediffing geth 2022-02-16 14:40:08 -06:00
postgres_suite_test.go Statediffing geth 2022-02-16 14:40:08 -06:00
sqlx_test.go Statediffing geth 2022-02-16 14:40:08 -06:00
sqlx.go Statediffing geth 2022-02-16 14:40:08 -06:00
test_helpers.go Statediffing geth 2022-02-16 14:40:08 -06:00