-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(BEDS-561) validator dashboard details #927
Conversation
…s_add_group_subs' into BEDS-461/dashboard-details
…s_add_group_subs' into BEDS-461/dashboard-details
Deploying beaconchain with Cloudflare Pages
|
…s_add_group_subs' into BEDS-561/dashboard-details
bccbc58
to
6a231c3
Compare
6a231c3
to
c19b723
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
general lgtm, one nitpick and 2 delegation for changes on the api types
@@ -253,6 +253,9 @@ func createDataAccessService(cfg *types.Config) *DataAccessService { | |||
func (d *DataAccessService) StartDataAccessServices() { | |||
// Create the services | |||
d.services = services.NewServices(d.readerDb, d.writerDb, d.alloyReader, d.alloyWriter, d.clickhouseReader, d.bigtable, d.persistentRedisDbClient) | |||
|
|||
// Initialize repositories | |||
d.initNotifications() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer if you could call the method registerNotificationInterfaceTypes
otherwise one might confuse that the call initialized the full notification system
@@ -1,6 +1,6 @@ | |||
// Code generated by tygo. DO NOT EDIT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be acked by @LuccaBitfly
@@ -113,6 +113,10 @@ export interface ChartHistorySeconds { | |||
daily: number /* uint64 */; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be acked by @LuccaBitfly
FE lgtm ✔️ |
Based on #882