[HIP-138] (needs approval) Implement HIP-138 by adding update escrow to subdao and HST redirect #2521
Annotations
7 errors and 6 warnings
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/create-subdao.ts#L515
Argument of type '[{ vetokenTracker: null; votingRewardsPercent: null; authority: PublicKey; emissionSchedule: any; dcBurnAuthority: null; onboardingDcFee: null; onboardingDataOnlyDcFee: null; registrar: null; delegatorRewardsPercent: null; activeDeviceAuthority: null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/initialize-vetoken-tracking.ts#L134
Argument of type '[{ vetokenTracker: PublicKey; votingRewardsPercent: BN; authority: null; emissionSchedule: null; dcBurnAuthority: null; onboardingDcFee: null; onboardingDataOnlyDcFee: null; registrar: null; delegatorRewardsPercent: null; activeDeviceAuthority: null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/update-subdao.ts#L207
Argument of type '[{ vetokenTracker: null; votingRewardsPercent: null; authority: PublicKey | null; emissionSchedule: any; dcBurnAuthority: PublicKey | null; onboardingDcFee: BN | null; onboardingDataOnlyDcFee: BN | null; registrar: PublicKey | null; delegatorRewardsPercent: BN | null; activeDeviceAuthority: PublicKey | null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/create-subdao.ts#L515
Argument of type '[{ vetokenTracker: null; votingRewardsPercent: null; authority: PublicKey; emissionSchedule: any; dcBurnAuthority: null; onboardingDcFee: null; onboardingDataOnlyDcFee: null; registrar: null; delegatorRewardsPercent: null; activeDeviceAuthority: null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/initialize-vetoken-tracking.ts#L134
Argument of type '[{ vetokenTracker: PublicKey; votingRewardsPercent: BN; authority: null; emissionSchedule: null; dcBurnAuthority: null; onboardingDcFee: null; onboardingDataOnlyDcFee: null; registrar: null; delegatorRewardsPercent: null; activeDeviceAuthority: null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/:
packages/helium-admin-cli/src/update-subdao.ts#L207
Argument of type '[{ vetokenTracker: null; votingRewardsPercent: null; authority: PublicKey | null; emissionSchedule: any; dcBurnAuthority: PublicKey | null; onboardingDcFee: BN | null; onboardingDataOnlyDcFee: BN | null; registrar: PublicKey | null; delegatorRewardsPercent: BN | null; activeDeviceAuthority: PublicKey | null; }]' is not assignable to parameter of type 'ArgsTuple<[{ name: "args"; type: { defined: "UpdateSubDaoArgsV0"; }; }], RecursiveDepth4<[{ name: "WindowedCircuitBreakerConfigV0"; type: { kind: "struct"; fields: [{ name: "windowSizeSeconds"; type: "u64"; }, { name: "thresholdType"; type: { ...; }; }, { ...; }]; }; }, ... 21 more ..., { ...; }], DecodedHelper<...>>>'.
|
Run /./.github/actions/setup-ts/
Process completed with exit code 2.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Run /./.github/actions/build-anchor/
Unexpected input(s) 'node-version', valid inputs are ['']
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading