Skip to content

Commit

Permalink
add block status to vali dashboard dummy (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly authored Apr 12, 2024
1 parent 7f43b8e commit bb09213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/types/validator_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type VDBBlocksTableRow struct {
Epoch uint64 `json:"epoch"`
Slot uint64 `json:"slot"`
Block uint64 `json:"block"`
Status string `json:"status" tstype:"'success' | 'missed' | 'orphaned' | 'scheduled'"`
Status string `json:"status" tstype:"'success' | 'missed' | 'orphaned' | 'scheduled'" faker:"oneof: success, missed, orphaned, scheduled"`
RewardRecipient Address `json:"reward_recipient"`
Reward ClElValue[decimal.Decimal] `json:"reward"`
Graffiti string `json:"graffiti"`
Expand Down

0 comments on commit bb09213

Please sign in to comment.