ipld-eth-beacon-indexer/pkg/beaconclient
Abdul Rabbani d13144ca90 Capture the head block in the DB entirely. (#27)
* -- Intermediary Commit --

Just want to commit my code over the weekend, in case I spill coffee on my workstation.

* Create DB models ready for write.

* Handle SSE events

* Update ref for stack-orchestrator

* Use env in one place only.

* Boot Application on PR

* Update syntax

* Update syntax

* Correct command

* Use bash instead of sh

* Use until instead of while

* Make linter happy and check sse subscription err

* Handle Reorgs - Untested
2022-05-17 16:45:40 -04:00
..
beaconclient_suite_test.go Process SSE messages, and include a graceful shutdown 2022-04-27 10:28:42 -04:00
beaconclient.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
capturehead.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
databasewrite.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
healthcheck_test.go Clean up + Get State and Block 2022-04-27 14:01:59 -04:00
healthcheck.go Clean up + Get State and Block 2022-04-27 14:01:59 -04:00
incomingsse.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
models.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
processevents.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
processreorgs.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
processslot.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00
queryserver.go Capture the head block in the DB entirely. (#27) 2022-05-17 16:45:40 -04:00