Skip to content

Commit c7a68a4

Browse files
committed
[CI Skip] release/beta 3.1.2-11
skip-checks: true
1 parent 811f9f7 commit c7a68a4

File tree

14 files changed

+86
-82
lines changed

14 files changed

+86
-82
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"@types/jest": "^26.0.19",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "3.1.2-10"
37+
"version": "3.1.2-11"
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": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Interfaces for interacting with contracts and contract ABIs",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,10 +14,10 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/api": "3.1.2-10",
18-
"@polkadot/types": "3.1.2-10",
17+
"@polkadot/api": "3.1.2-11",
18+
"@polkadot/types": "3.1.2-11",
1919
"@polkadot/util": "^5.2.1",
20-
"@polkadot/x-rxjs": "3.1.2-10",
20+
"@polkadot/x-rxjs": "3.1.2-11",
2121
"bn.js": "^4.11.9"
2222
}
2323
}

packages/api-derive/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-derive",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,16 +14,16 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/api": "3.1.2-10",
18-
"@polkadot/rpc-core": "3.1.2-10",
19-
"@polkadot/types": "3.1.2-10",
17+
"@polkadot/api": "3.1.2-11",
18+
"@polkadot/rpc-core": "3.1.2-11",
19+
"@polkadot/types": "3.1.2-11",
2020
"@polkadot/util": "^5.2.1",
2121
"@polkadot/util-crypto": "^5.2.1",
22-
"@polkadot/x-rxjs": "3.1.2-10",
22+
"@polkadot/x-rxjs": "3.1.2-11",
2323
"bn.js": "^4.11.9"
2424
},
2525
"devDependencies": {
2626
"@polkadot/keyring": "^5.2.1",
27-
"@polkadot/rpc-provider": "3.1.2-10"
27+
"@polkadot/rpc-provider": "3.1.2-11"
2828
}
2929
}

packages/api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -17,16 +17,16 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.12.5",
20-
"@polkadot/api-derive": "3.1.2-10",
20+
"@polkadot/api-derive": "3.1.2-11",
2121
"@polkadot/keyring": "^5.2.1",
22-
"@polkadot/metadata": "3.1.2-10",
23-
"@polkadot/rpc-core": "3.1.2-10",
24-
"@polkadot/rpc-provider": "3.1.2-10",
25-
"@polkadot/types": "3.1.2-10",
26-
"@polkadot/types-known": "3.1.2-10",
22+
"@polkadot/metadata": "3.1.2-11",
23+
"@polkadot/rpc-core": "3.1.2-11",
24+
"@polkadot/rpc-provider": "3.1.2-11",
25+
"@polkadot/types": "3.1.2-11",
26+
"@polkadot/types-known": "3.1.2-11",
2727
"@polkadot/util": "^5.2.1",
2828
"@polkadot/util-crypto": "^5.2.1",
29-
"@polkadot/x-rxjs": "3.1.2-10",
29+
"@polkadot/x-rxjs": "3.1.2-11",
3030
"bn.js": "^4.11.9",
3131
"eventemitter3": "^4.0.7"
3232
}

packages/api/src/augment/rpc.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
1111
import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
1212
import type { ContractCallRequest, ContractExecResult } from '@polkadot/types/interfaces/contracts';
1313
import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
14-
import type { EthCallRequest, EthFilter, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
14+
import type { EthAccount, EthCallRequest, EthFilter, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
1515
import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
1616
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
1717
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
@@ -192,6 +192,10 @@ declare module '@polkadot/rpc-core/types.jsonrpc' {
192192
* Returns logs matching given filter object.
193193
**/
194194
getLogs: AugmentedRpc<(filter: EthFilter | { fromBlock?: any; toBlock?: any; blockHash?: any; address?: any; topics?: any } | string | Uint8Array) => Observable<Vec<EthLog>>>;
195+
/**
196+
* Returns proof for account and storage.
197+
**/
198+
getProof: AugmentedRpc<(address: H160 | string | Uint8Array, storageKeys: Vec<H256> | (H256 | string | Uint8Array)[], number: BlockNumber | AnyNumber | Uint8Array) => Observable<EthAccount>>;
195199
/**
196200
* Returns content of the storage at given address.
197201
**/

packages/metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/metadata",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Helpers to extract information from runtime metadata",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -17,8 +17,8 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.12.5",
20-
"@polkadot/types": "3.1.2-10",
21-
"@polkadot/types-known": "3.1.2-10",
20+
"@polkadot/types": "3.1.2-11",
21+
"@polkadot/types-known": "3.1.2-11",
2222
"@polkadot/util": "^5.2.1",
2323
"@polkadot/util-crypto": "^5.2.1",
2424
"bn.js": "^4.11.9"

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-core",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,11 +14,11 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/metadata": "3.1.2-10",
18-
"@polkadot/rpc-provider": "3.1.2-10",
19-
"@polkadot/types": "3.1.2-10",
17+
"@polkadot/metadata": "3.1.2-11",
18+
"@polkadot/rpc-provider": "3.1.2-11",
19+
"@polkadot/types": "3.1.2-11",
2020
"@polkadot/util": "^5.2.1",
21-
"@polkadot/x-rxjs": "3.1.2-10"
21+
"@polkadot/x-rxjs": "3.1.2-11"
2222
},
2323
"devDependencies": {
2424
"@polkadot/keyring": "^5.2.1"

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-provider",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Transport providers for the API",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/types": "3.1.2-10",
17+
"@polkadot/types": "3.1.2-11",
1818
"@polkadot/util": "^5.2.1",
1919
"@polkadot/util-crypto": "^5.2.1",
2020
"@polkadot/x-fetch": "^5.2.1",
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@polkadot/keyring": "^5.2.1",
27-
"@polkadot/metadata": "3.1.2-10",
27+
"@polkadot/metadata": "3.1.2-11",
2828
"mock-socket": "^9.0.3",
2929
"nock": "^13.0.5"
3030
}

packages/typegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/typegen",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "Type generation scripts",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -23,10 +23,10 @@
2323
"@babel/core": "^7.12.10",
2424
"@babel/register": "^7.12.10",
2525
"@babel/runtime": "^7.12.5",
26-
"@polkadot/api": "3.1.2-10",
27-
"@polkadot/metadata": "3.1.2-10",
28-
"@polkadot/rpc-provider": "3.1.2-10",
29-
"@polkadot/types": "3.1.2-10",
26+
"@polkadot/api": "3.1.2-11",
27+
"@polkadot/metadata": "3.1.2-11",
28+
"@polkadot/rpc-provider": "3.1.2-11",
29+
"@polkadot/types": "3.1.2-11",
3030
"@polkadot/util": "^5.2.1",
3131
"handlebars": "^4.7.6",
3232
"websocket": "^1.0.33",

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/types-known",
3-
"version": "3.1.2-10",
3+
"version": "3.1.2-11",
44
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/types": "3.1.2-10",
17+
"@polkadot/types": "3.1.2-11",
1818
"@polkadot/util": "^5.2.1",
1919
"bn.js": "^4.11.9"
2020
},

0 commit comments

Comments
 (0)