Skip to content

Conversation

@sli-tao
Copy link
Contributor

@sli-tao sli-tao commented Jul 25, 2025

Taoshi Pull Request

Description

Add subcategory metrics to minerstatistics

Related Issues (JIRA)

[Reference any related issues or tasks that this pull request addresses or closes.]

Checklist

  • I have tested my changes on testnet.
  • I have updated any necessary documentation.
  • I have added unit tests for my changes (if applicable).
  • If there are breaking changes for validators, I have (or will) notify the community in Discord of the release.

Reviewer Instructions

[Provide any specific instructions or areas you would like the reviewer to focus on.]

Definition of Done

  • Code has been reviewed.
  • All checks and tests pass.
  • Documentation is up to date.
  • Approved by at least one reviewer.

Checklist (for the reviewer)

  • Code follows project conventions.
  • Code is well-documented.
  • Changes are necessary and align with the project's goals.
  • No breaking changes introduced.

Optional: Deploy Notes

[Any instructions or notes related to deployment, if applicable.]

/cc @mention_reviewer

@sli-tao sli-tao marked this pull request as ready for review July 25, 2025 22:53
@sli-tao sli-tao force-pushed the feat/asset-incentive-split branch from d2b0eec to 78b84be Compare July 30, 2025 10:41
@jbonilla-tao jbonilla-tao force-pushed the feat/asset-incentive-split branch from a87f12b to 7fd88da Compare August 5, 2025 01:37
@jbonilla-tao
Copy link
Collaborator

I rebased on main

@sli-tao sli-tao force-pushed the feat/asset-incentive-split branch from 7fd88da to 9e95728 Compare August 6, 2025 00:13
assert isinstance(x, dict), x
x['cps'] = [PerfCheckpoint(**cp) for cp in x['cps']]
x.pop('global_worst_mdd', None) # Remove legacy field if present
x.pop('last_known_prices', None) # Remove legacy field if present
Copy link
Collaborator

Choose a reason for hiding this comment

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

last_known_prices are needed by ledgers now. Please rebase this PR and you won't need this line anymore

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