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

mmlid: On the LID page, only show results for local miner #1620

Closed
dirkmc opened this issue Aug 14, 2023 · 1 comment
Closed

mmlid: On the LID page, only show results for local miner #1620

dirkmc opened this issue Aug 14, 2023 · 1 comment
Assignees

Comments

@dirkmc
Copy link
Contributor

dirkmc commented Aug 14, 2023

On the LID page, boost should only show results for its local miner.
eg boost A stores data with miner A, so boost A web UI should only show the number of indexed and flagged pieces for miner A (it should ignore indexed and flagged pieces on miner B)

image

@jacobheun jacobheun added this to Boost Aug 14, 2023
@dirkmc
Copy link
Contributor Author

dirkmc commented Aug 17, 2023

Pieces

We don't currently have a mechanism to filter by miner ID. Need to add the mechanism and call it from the resolver.

Flagged Pieces

To fix we just need to add the miner address to the FlaggedPiecesListFilter in calls to FlaggedPiecesCount (see resolver_lid.go)

Deal Sectors Copies

This information comes from the Sector States mapping on the local miner, so it should be correct for this miner (confirm in prod).

Sectors Proving State

This information also comes from the Sector States mapping on the local miner, should be correct.

@dirkmc dirkmc self-assigned this Aug 21, 2023
@dirkmc dirkmc moved this to In Progress in Boost Aug 22, 2023
@dirkmc dirkmc closed this as completed Aug 22, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Boost Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant