Abdul Rabbani
5b75f5a257
Create a single beaconclient
pkg
instead of having subpackages
...
The main reason to do this is so they can all access the `BeaconClient` Struct.
2022-04-25 11:32:46 -04:00
Abdul Rabbani
594d1e6ee8
Move healthcheck to beaconclient
pkg
.
2022-04-25 10:41:50 -04:00
Abdul Rabbani
eba553a905
Utilized interfaces for DB
2022-04-22 13:02:14 -04:00
Abdul Rabbani
3d46a029f1
Feature/11 testing add tests for boot ( #12 )
...
* Utilize Versioning
* Update Testing and CI/CD
* Update Testing
* Add Linting and Remove timeout
* Update Lint
* handle errors to make the linter happy
2022-04-22 12:27:54 -04:00
Abdul Rabbani
d7ad4108a7
Code clean up + Beacon Chain Connection
...
This concludes all the code needed to connect to the DB and beacon node. We will no longer reference the lighthouse client because this application should work interchangeably with any beacon node.
I have also standardized logging.
2022-04-20 18:12:44 -04:00
Abdul Rabbani
827475f029
Add DB Connection and Logging
...
* Utilize LogRus
* Create a DB connection using PGX.
* Create an internal boot package for starting the application.
2022-04-20 15:44:15 -04:00