Skip to content

feat: collectives #6711

feat: collectives

feat: collectives #6711

Triggered via pull request March 14, 2024 17:30
Status Success
Total duration 5m 0s
Artifacts

pr-any.yml

on: pull_request
Matrix: pr
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 4 warnings
pr (build): packages/api-augment/src/collectives/consts.ts#L54
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }', but here has type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxHolds: u32 & AugmentedConst<...>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }'.
pr (build): packages/api-augment/src/collectives/errors.ts#L14
Subsequent property declarations must have the same type. Property 'alliance' must be of type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutRequiredIdentityFields: IsError; }', but here has type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutIdentityDisplayAndWebsite: IsError; }'.
pr (build): packages/api-augment/src/collectives/errors.ts#L167
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: IsError; AlreadyExists: IsError; Overflow: IsError; UnknownAssetKind: IsError; }', but here has type '{ [key: string]: IsError; AlreadyExists: IsError; UnknownAssetKind: IsError; }'.
pr (build): packages/api-augment/src/collectives/errors.ts#L181
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: IsError; DeadAccount: IsError; DeltaZero: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 6 more ...; VestingBalance: IsError; }', but here has type '{ [key: string]: IsError; DeadAccount: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 5 more ...; VestingBalance: IsError; }'.
pr (build): packages/api-augment/src/collectives/errors.ts#L865
Subsequent property declarations must have the same type. Property 'system' must be of type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; NothingAuthorized: IsError; SpecVersionNeedsToIncrease: IsError; Unauthorized: IsError; }', but here has type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; SpecVersionNeedsToIncrease: IsError; }'.
pr (build): packages/api-augment/src/collectives/events.ts#L112
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: u32, rate: u128], { assetKind: u32; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }', but here has type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, rate: u128], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }'.
pr (build): packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (build): packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (build): packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (build): packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (deno): packages/api-augment/src/collectives/consts.ts#L54
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }', but here has type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxHolds: u32 & AugmentedConst<...>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }'.
pr (deno): packages/api-augment/src/collectives/errors.ts#L14
Subsequent property declarations must have the same type. Property 'alliance' must be of type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutRequiredIdentityFields: IsError; }', but here has type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutIdentityDisplayAndWebsite: IsError; }'.
pr (deno): packages/api-augment/src/collectives/errors.ts#L167
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: IsError; AlreadyExists: IsError; Overflow: IsError; UnknownAssetKind: IsError; }', but here has type '{ [key: string]: IsError; AlreadyExists: IsError; UnknownAssetKind: IsError; }'.
pr (deno): packages/api-augment/src/collectives/errors.ts#L181
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: IsError; DeadAccount: IsError; DeltaZero: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 6 more ...; VestingBalance: IsError; }', but here has type '{ [key: string]: IsError; DeadAccount: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 5 more ...; VestingBalance: IsError; }'.
pr (deno): packages/api-augment/src/collectives/errors.ts#L865
Subsequent property declarations must have the same type. Property 'system' must be of type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; NothingAuthorized: IsError; SpecVersionNeedsToIncrease: IsError; Unauthorized: IsError; }', but here has type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; SpecVersionNeedsToIncrease: IsError; }'.
pr (deno): packages/api-augment/src/collectives/events.ts#L112
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: u32, rate: u128], { assetKind: u32; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }', but here has type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, rate: u128], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }'.
pr (deno): packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (deno): packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (deno): packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (deno): packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
pr (lint): packages/api-derive/src/derive.ts#L4
Run autofix to sort these imports!
pr (lint): packages/api-derive/src/derive.ts#L28
Expected object keys to be in ascending order. 'fellowshipTreasury' should be before 'treasury'
pr (lint): packages/typegen/src/interfacesTs.ts#L4
Run autofix to sort these imports!
pr (lint): packages/typegen/src/interfacesTs.ts#L14
Expected object keys to be in ascending order. 'collectives' should be before 'substrate'
pr (lint): packages/types-support/src/metadata/v14/collectives-rpc.ts#L2
Unnecessarily quoted property 'methods' found
pr (build)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pr (deno)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pr (lint)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pr (test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.