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

v3.0.23 - Staging #2639

Merged
merged 11 commits into from
Feb 29, 2024
Merged

v3.0.23 - Staging #2639

merged 11 commits into from
Feb 29, 2024

Conversation

wpank
Copy link
Contributor

@wpank wpank commented Feb 28, 2024

  • Adjusts tests / CIrcleCI:
    • Integration tests allowed to fail in CircleCI
  • Refactors Nominator https://github.com/w3f/1k-validators-be-PRIVATE/issues/44 https://github.com/w3f/1k-validators-be-PRIVATE/issues/42
    • Nominators have a NominatorStatus
      • Adjust status based on tx lifecycle
      • Status is based on the following interface:
      export interface NominatorStatus {
              status?: string;
              isBonded?: boolean;
              bondedAddress?: string;
              bondedAmount?: number;
              stashAddress?: string;
              proxyAddress?: string;
              isProxy?: boolean;
              proxyDelay?: number;
              isNominating?: boolean;
              lastNominationEra?: number;
              lastNominationTime?: number;
              currentTargets?: string[];
              nextTargets?: string[];
              proxyTxs?: any[];
              updated: number;
              rewardDestination?: string;
              stale?: boolean;
            }
      
    • Adds /nominators/status endpoint, which calls getStatus on all added nominators

@wpank wpank changed the base branch from master to staging February 28, 2024 18:16
@wpank wpank changed the base branch from staging to will-v3.0.22 February 28, 2024 18:19
@wpank wpank changed the base branch from will-v3.0.22 to staging February 28, 2024 18:19
@wpank wpank requested a review from ironoa February 29, 2024 16:11
@wpank wpank marked this pull request as ready for review February 29, 2024 16:11
@wpank wpank changed the title v3.0.23 v3.0.23 - Staging Feb 29, 2024
@wpank wpank merged commit c987746 into staging Feb 29, 2024
11 checks passed
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.

1 participant