Skip to content

Commit a9c9fb5

Browse files
authored
2021 (#3015)
1 parent 0e928a2 commit a9c9fb5

File tree

572 files changed

+762
-722
lines changed

Some content is hidden

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

572 files changed

+762
-722
lines changed

.eslintrc.js

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

44
const base = require('@polkadot/dev/config/eslint.cjs');

babel.config.js

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

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

jest.config.js

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

44
const config = require('@polkadot/dev/config/jest.cjs');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@babel/core": "^7.12.10",
2929
"@babel/register": "^7.12.10",
3030
"@babel/runtime": "^7.12.5",
31-
"@polkadot/dev": "^0.61.21",
32-
"@polkadot/ts": "^0.3.58",
31+
"@polkadot/dev": "^0.61.22",
32+
"@polkadot/ts": "^0.3.59",
3333
"@polkadot/typegen": "workspace:packages/typegen",
3434
"@types/jest": "^26.0.19",
3535
"copyfiles": "^2.4.1"

packages/api-contract/src/Abi.spec.ts

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

44
import abis from '../test/contracts';

packages/api-contract/src/Abi.ts

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

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

packages/api-contract/src/MetaRegistry.spec.ts

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

44
import fs from 'fs';

packages/api-contract/src/MetaRegistry.ts

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

44
import type { ChainProperties, ContractDisplayName, SiField, SiLookupTypeId, SiType, SiTypeDefArray, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiVariant } from '@polkadot/types/interfaces';

packages/api-contract/src/base/Base.ts

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

44
import type { ApiTypes, DecorateMethod } from '@polkadot/api/types';

packages/api-contract/src/base/Blueprint.ts

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

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

0 commit comments

Comments
 (0)