Skip to content

Commit 2174f89

Browse files
authored
2025 (#587)
1 parent 3406503 commit 2174f89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/prettier.cjs');

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import baseConfig from '@polkadot/dev/config/eslint';

packages/api-cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ArgV } from './types.js';

packages/api-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/api-cli/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/api-cli/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/api-cli/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
2+
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/api-cli/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import '@polkadot/api-augment/substrate';

packages/api-cli/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export interface ArgV {

packages/json-serve/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/json-serve/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
1+
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/json-serve/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
1+
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/json-serve/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
2+
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/json-serve/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/json-serve authors & contributors
1+
// Copyright 2018-2025 @polkadot/json-serve authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import '@polkadot/api-augment';

packages/metadata-cmp/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/metadata-cmp/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
1+
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/metadata-cmp/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
1+
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/metadata-cmp/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
2+
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/metadata-cmp/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/metadata-cmp authors & contributors
1+
// Copyright 2018-2025 @polkadot/metadata-cmp authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { Metadata } from '@polkadot/types';

packages/monitor-rpc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/monitor-rpc/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
1+
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/monitor-rpc/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
1+
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/monitor-rpc/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
2+
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/monitor-rpc/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/monitor-rpc authors & contributors
1+
// Copyright 2018-2025 @polkadot/monitor-rpc authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { BlockNumber, Header } from '@polkadot/types/interfaces';

packages/signer-cli/src/RawSigner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { Signer, SignerResult } from '@polkadot/api/types';

packages/signer-cli/src/cmdSendOffline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { SignerOptions } from '@polkadot/api/submittable/types';

packages/signer-cli/src/cmdSign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { KeyringPair } from '@polkadot/keyring/types';

packages/signer-cli/src/cmdSubmit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { SignerOptions } from '@polkadot/api/submittable/types';

packages/signer-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/signer-cli/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/signer-cli/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/signer-cli/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
2+
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/signer-cli/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import yargs from 'yargs';

packages/signer-cli/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ApiPromise } from '@polkadot/api';

packages/vanitygen/src/calculate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { GeneratorCalculation, GeneratorOptions } from './types.js';

packages/vanitygen/src/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { GeneratorMatch, GeneratorOptions } from './types.js';

packages/vanitygen/src/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { GeneratorMatches, GeneratorOptions, GeneratorResult } from './types.js';

packages/vanitygen/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
1+
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './cjs/index.js';

packages/vanitygen/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/vanitygen/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Do not edit, auto-generated by @polkadot/dev

packages/vanitygen/src/regex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// eslint-disable-next-line prefer-regex-literals

packages/vanitygen/src/runcli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
2+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import './runcli.js';

packages/vanitygen/src/runcli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
2+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
33
// SPDX-License-Identifier: Apache-2.0
44

55
import type { KeypairType } from '@polkadot/util-crypto/types';

packages/vanitygen/src/sort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { GeneratorMatch } from './types.js';

packages/vanitygen/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
1+
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { KeypairType } from '@polkadot/util-crypto/types';

0 commit comments

Comments
 (0)