Skip to content
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

Merged
merged 9 commits into from
Oct 11, 2024

Conversation

remoterami
Copy link
Contributor

@remoterami remoterami commented Oct 8, 2024

Based on #882

Copy link

cloudflare-workers-and-pages bot commented Oct 8, 2024

Deploying beaconchain with  Cloudflare Pages  Cloudflare Pages

Latest commit: def2488
Status: ✅  Deploy successful!
Preview URL: https://cce45313.beaconchain.pages.dev
Branch Preview URL: https://beds-561-dashboard-details.beaconchain.pages.dev

View logs

@remoterami remoterami changed the base branch from staging to BEDS-3208/dashboard_notifications_add_group_subs October 8, 2024 08:15
@remoterami remoterami marked this pull request as draft October 8, 2024 08:16
@remoterami remoterami marked this pull request as ready for review October 10, 2024 08:32
@remoterami remoterami force-pushed the BEDS-561/dashboard-details branch from bccbc58 to 6a231c3 Compare October 10, 2024 09:23
@remoterami remoterami force-pushed the BEDS-561/dashboard-details branch from 6a231c3 to c19b723 Compare October 10, 2024 09:24
Copy link
Contributor

@peterbitfly peterbitfly left a 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()
Copy link
Contributor

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.
Copy link
Contributor

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 */;
Copy link
Contributor

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

backend/pkg/api/types/notifications.go Show resolved Hide resolved
@benji-bitfly
Copy link
Contributor

FE lgtm ✔️

@remoterami remoterami changed the base branch from BEDS-3208/dashboard_notifications_add_group_subs to staging October 11, 2024 09:05
@remoterami remoterami merged commit 8edc8fd into staging Oct 11, 2024
@sasha-bitfly sasha-bitfly deleted the BEDS-561/dashboard-details branch January 13, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants