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: add MarkDelegationAsTransitioned method #163

Merged
merged 3 commits into from
Dec 3, 2024

Commits on Dec 1, 2024

  1. feat: add MarkDelegationAsTransformed method

    - Implemented MarkDelegationAsTransformed method in V1Database to mark delegations as transformed in the db.
    - Updated V1DBClient interface to include the new method.
    - Modified DelegationDocument and DelegationPublic structures to include a Transformed field.
    - Added logic in V2Service to check and mark V1 delegations as transformed during active staking handling.
    - Updated mock implementations for V1DBClient to support the new method.
    jeremy-babylonlabs committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0b8e3a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. resolve comments

    jeremy-babylonlabs committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    9355422 View commit details
    Browse the repository at this point in the history
  2. resolve comments

    jeremy-babylonlabs committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5b3d3cd View commit details
    Browse the repository at this point in the history