Skip to content

Commit 8481647

Browse files
committed
[CI Skip] release/stable 1.25.1
skip-checks: true
1 parent 658dda6 commit 8481647

File tree

14 files changed

+192
-102
lines changed

14 files changed

+192
-102
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"packages": [
1010
"packages/*"
1111
],
12-
"version": "1.25.0"
12+
"version": "1.25.1"
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"@vuepress/plugin-search": "^1.5.2",
3535
"copyfiles": "^2.3.0"
3636
},
37-
"version": "1.25.0"
37+
"version": "1.25.1"
3838
}

packages/api-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-contract",
3-
"version": "1.25.0",
3+
"version": "1.25.1",
44
"description": "Interfaces for interacting with contracts and contract ABIs",
55
"main": "index.js",
66
"keywords": [
@@ -27,9 +27,9 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.10.5",
30-
"@polkadot/api": "1.25.0",
31-
"@polkadot/rpc-core": "1.25.0",
32-
"@polkadot/types": "1.25.0",
30+
"@polkadot/api": "1.25.1",
31+
"@polkadot/rpc-core": "1.25.1",
32+
"@polkadot/types": "1.25.1",
3333
"@polkadot/util": "^2.18.1",
3434
"bn.js": "^5.1.2",
3535
"rxjs": "^6.6.0"

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-derive",
3-
"version": "1.25.0",
3+
"version": "1.25.1",
44
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
55
"main": "index.js",
66
"keywords": [
@@ -28,10 +28,10 @@
2828
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
2929
"dependencies": {
3030
"@babel/runtime": "^7.10.5",
31-
"@polkadot/api": "1.25.0",
32-
"@polkadot/rpc-core": "1.25.0",
33-
"@polkadot/rpc-provider": "1.25.0",
34-
"@polkadot/types": "1.25.0",
31+
"@polkadot/api": "1.25.1",
32+
"@polkadot/rpc-core": "1.25.1",
33+
"@polkadot/rpc-provider": "1.25.1",
34+
"@polkadot/types": "1.25.1",
3535
"@polkadot/util": "^2.18.1",
3636
"@polkadot/util-crypto": "^2.18.1",
3737
"bn.js": "^5.1.2",

packages/api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "1.25.0",
3+
"version": "1.25.1",
44
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
55
"main": "index.js",
66
"keywords": [
@@ -27,13 +27,13 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.10.5",
30-
"@polkadot/api-derive": "1.25.0",
30+
"@polkadot/api-derive": "1.25.1",
3131
"@polkadot/keyring": "^2.18.1",
32-
"@polkadot/metadata": "1.25.0",
33-
"@polkadot/rpc-core": "1.25.0",
34-
"@polkadot/rpc-provider": "1.25.0",
35-
"@polkadot/types": "1.25.0",
36-
"@polkadot/types-known": "1.25.0",
32+
"@polkadot/metadata": "1.25.1",
33+
"@polkadot/rpc-core": "1.25.1",
34+
"@polkadot/rpc-provider": "1.25.1",
35+
"@polkadot/types": "1.25.1",
36+
"@polkadot/types-known": "1.25.1",
3737
"@polkadot/util": "^2.18.1",
3838
"@polkadot/util-crypto": "^2.18.1",
3939
"bn.js": "^5.1.2",

packages/api/src/augment/query.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { RegistrarInfo, Registration } from '@polkadot/types/interfaces/identity
1717
import { AuthIndex } from '@polkadot/types/interfaces/imOnline';
1818
import { DeferredOffenceOf, Kind, OffenceDetails, OpaqueTimeSlot, ReportIdOf } from '@polkadot/types/interfaces/offences';
1919
import { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';
20-
import { AccountId, AccountIndex, Balance, BalanceOf, BlockNumber, ExtrinsicsWeight, Hash, KeyTypeId, Moment, Perbill, ProxyType, Releases, ValidatorId } from '@polkadot/types/interfaces/runtime';
20+
import { AccountId, AccountIndex, Balance, BalanceOf, BlockNumber, ExtrinsicsWeight, Hash, KeyTypeId, Moment, OpaqueCall, Perbill, ProxyType, Releases, ValidatorId } from '@polkadot/types/interfaces/runtime';
2121
import { Scheduled, TaskAddress } from '@polkadot/types/interfaces/scheduler';
2222
import { Keys, SessionIndex } from '@polkadot/types/interfaces/session';
2323
import { Bid, BidKind, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';
@@ -392,7 +392,7 @@ declare module '@polkadot/api/types/storage' {
392392
};
393393
multisig: {
394394
[index: string]: QueryableStorageEntry<ApiType>;
395-
calls: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<ITuple<[Bytes, AccountId, BalanceOf]>>>> & QueryableStorageEntry<ApiType>;
395+
calls: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<ITuple<[OpaqueCall, AccountId, BalanceOf]>>>> & QueryableStorageEntry<ApiType>;
396396
/**
397397
* The set of open multisig operations.
398398
**/
@@ -470,6 +470,12 @@ declare module '@polkadot/api/types/storage' {
470470
* Lookup from identity to the block number and index of the task.
471471
**/
472472
lookup: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<TaskAddress>>> & QueryableStorageEntry<ApiType>;
473+
/**
474+
* Storage version of the pallet.
475+
*
476+
* New networks start with last version.
477+
**/
478+
storageVersion: AugmentedQuery<ApiType, () => Observable<Releases>> & QueryableStorageEntry<ApiType>;
473479
};
474480
session: {
475481
[index: string]: QueryableStorageEntry<ApiType>;

0 commit comments

Comments
 (0)