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

feat:shed:gather partition metadata #11078

Merged
merged 10 commits into from
Jul 31, 2023
Merged

feat:shed:gather partition metadata #11078

merged 10 commits into from
Jul 31, 2023

Conversation

ZenGround0
Copy link
Contributor

Related Issues

One part of work in
#11034

Proposed Changes

Add a shed command that takes in a miner actor and an epoch of processing and returns metadata concerning the partitions of that miner at that deadline

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

@fridrik01
Copy link
Contributor

It would be great to include a simple test plan with the commands required to run this lotus-shed cmd (including generating the input json file)

@ZenGround0
Copy link
Contributor Author

It would be great to include a simple test plan with the commands required to run this lotus-shed cmd (including generating the input json file)

Input JSON:
https://github.com/FILCAT/gas-model/blob/main/output/cronsummary-3054555.json

Output JSON:
https://github.com/FILCAT/gas-model/blob/main/output/output-3054555.json

See the Readme and top level script for how to generate data

Copy link
Contributor

@snissn snissn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ZenGround0 ZenGround0 merged commit d900acc into master Jul 31, 2023
@ZenGround0 ZenGround0 deleted the shed/zip-partition-info branch July 31, 2023 22:18
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