ipld-eth-beacon-indexer/pkg/database/sql/postgres
Abdul Rabbani de38c531d5 Test the application for v1 release. (#37)
* Allow the application to process events in parallel

there is a main thread that tracks incoming messages, but then it spawns goroutines to actually process each slot so that they can happen concurrently.

* Control knownGaps in existing test

* Use Interfaces for different fork version

Use interfaces for `SignedBeaconBlock` and `BeaconState`, this allows the application to determine the correct forked struct.

In the test we also use a switch condition to properly serve the correct mimics.

* Utilize new ipld-ethcl-db repository

* Add final tests

* Update timeout and secret

* Update token

* Update docker compose

* Update expected inserts
2022-05-17 16:45:40 -04:00
..
config.go Test the application for v1 release. (#37) 2022-05-17 16:45:40 -04:00
database.go Feature/22 test handling incoming events - Intermediary Commit (#28) 2022-05-17 16:45:40 -04:00
pgx_test.go Feature/22 test handling incoming events (#30) 2022-05-17 16:45:40 -04:00
pgx.go Add DB Connection and Logging 2022-04-20 15:44:15 -04:00
postgres_suite_test.go Utilize Ginkgo toreplace testing library, and add CI/CD. (#9) 2022-04-22 08:28:01 -04:00