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

New method to access ProviderSectors HAMT from market actor #11997

Open
LexLuthr opened this issue May 15, 2024 · 3 comments
Open

New method to access ProviderSectors HAMT from market actor #11997

LexLuthr opened this issue May 15, 2024 · 3 comments

Comments

@LexLuthr
Copy link
Contributor

We need a way to access information in https://github.com/filecoin-project/go-state-types/blob/ad909a3d6ebef5ebc5688b4310e954e27da2203b/builtin/v13/market/market_state.go#L66. This can be very useful to verify F05 deals post NV23 if sealer is using ProveCommitSector3 method to commit all sectors.

@LexLuthr
Copy link
Contributor Author

We should have 2 methods:

  1. a list of all sectors[deals] per provider/miner
  2. querying specific deal in a specific sector of a miner.

@rvagg rvagg transferred this issue from filecoin-project/go-state-types May 16, 2024
@rvagg
Copy link
Member

rvagg commented May 16, 2024

@LexLuthr I've moved this to the lotus repo as the API is going to have to be here rather than in go-state-types.

@LexLuthr
Copy link
Contributor Author

@LexLuthr I've moved this to the lotus repo as the API is going to have to be here rather than in go-state-types.

Thank you. Look forward to have this soon. Along with #11936, we will have all we need to track market deal reliably.

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

No branches or pull requests

2 participants