Test the application for v1 release. #37

Merged
abdulrabbani00 merged 9 commits from feature/32-test-known_gaps-skipped-slots into develop 2022-05-17 20:05:16 +00:00

9 Commits

Author SHA1 Message Date
Abdul Rabbani
c0262dd144 Update expected inserts 2022-05-17 15:40:13 -04:00
Abdul Rabbani
f34577cd88 Update docker compose 2022-05-17 15:23:34 -04:00
Abdul Rabbani
58dbc965fb Update token 2022-05-17 15:21:38 -04:00
Abdul Rabbani
dfdce7c040 Update timeout and secret 2022-05-17 15:19:33 -04:00
Abdul Rabbani
3e1de8ddd8 Add final tests 2022-05-17 15:10:47 -04:00
Abdul Rabbani
4be3b9b1b4 Utilize new ipld-ethcl-db repository 2022-05-17 11:58:39 -04:00
Abdul Rabbani
2bdcd37640 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.
2022-05-17 10:32:31 -04:00
Abdul Rabbani
405629359f Control knownGaps in existing test 2022-05-16 14:10:43 -04:00
Abdul Rabbani
67f1427c8b 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.
2022-05-16 11:49:23 -04:00