From ddf67d55642cf88e16219b2d1038d78adbe272ac Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 16 Jun 2020 06:47:45 +0000 Subject: [PATCH] [CI Skip] release/stable 1.19.1 skip-checks: true --- lerna.json | 2 +- package.json | 2 +- packages/api-contract/package.json | 8 ++-- packages/api-derive/package.json | 10 ++--- packages/api/package.json | 14 +++---- packages/api/src/augment/tx.ts | 15 +++---- packages/metadata/package.json | 6 +-- packages/rpc-core/package.json | 8 ++-- packages/rpc-provider/package.json | 6 +-- packages/typegen/package.json | 10 ++--- packages/types-known/package.json | 4 +- packages/types/package.json | 4 +- yarn.lock | 66 +++++++++++++++--------------- 13 files changed, 76 insertions(+), 79 deletions(-) diff --git a/lerna.json b/lerna.json index 92aec6b9a5a2..00c84bcf4ca8 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "packages": [ "packages/*" ], - "version": "1.19.0" + "version": "1.19.1" } diff --git a/package.json b/package.json index 40841742c520..f21ca770c1af 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "@vuepress/plugin-search": "^1.5.2", "copyfiles": "^2.3.0" }, - "version": "1.19.0" + "version": "1.19.1" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 3be548f7b453..e32211cc8ea2 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-contract", - "version": "1.19.0", + "version": "1.19.1", "description": "Interfaces for interacting with contracts and contract ABIs", "main": "index.js", "keywords": [ @@ -27,9 +27,9 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/api": "1.19.0", - "@polkadot/rpc-core": "1.19.0", - "@polkadot/types": "1.19.0", + "@polkadot/api": "1.19.1", + "@polkadot/rpc-core": "1.19.1", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "bn.js": "^5.1.2", "rxjs": "^6.5.5" diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index b75b43a19e9c..1291e904eaeb 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-derive", - "version": "1.19.0", + "version": "1.19.1", "description": "Common functions used across Polkadot, derived from RPC calls and storage queries.", "main": "index.js", "keywords": [ @@ -28,10 +28,10 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/api": "1.19.0", - "@polkadot/rpc-core": "1.19.0", - "@polkadot/rpc-provider": "1.19.0", - "@polkadot/types": "1.19.0", + "@polkadot/api": "1.19.1", + "@polkadot/rpc-core": "1.19.1", + "@polkadot/rpc-provider": "1.19.1", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "@polkadot/util-crypto": "^2.14.1", "bn.js": "^5.1.2", diff --git a/packages/api/package.json b/packages/api/package.json index 2ea7b295fde3..5e4377e2ec3d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api", - "version": "1.19.0", + "version": "1.19.1", "description": "Promise and RxJS wrappers around the Polkadot JS RPC", "main": "index.js", "keywords": [ @@ -27,13 +27,13 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/api-derive": "1.19.0", + "@polkadot/api-derive": "1.19.1", "@polkadot/keyring": "^2.14.1", - "@polkadot/metadata": "1.19.0", - "@polkadot/rpc-core": "1.19.0", - "@polkadot/rpc-provider": "1.19.0", - "@polkadot/types": "1.19.0", - "@polkadot/types-known": "1.19.0", + "@polkadot/metadata": "1.19.1", + "@polkadot/rpc-core": "1.19.1", + "@polkadot/rpc-provider": "1.19.1", + "@polkadot/types": "1.19.1", + "@polkadot/types-known": "1.19.1", "@polkadot/util": "^2.14.1", "@polkadot/util-crypto": "^2.14.1", "bn.js": "^5.1.2", diff --git a/packages/api/src/augment/tx.ts b/packages/api/src/augment/tx.ts index 53935f681b63..17184872bbd0 100644 --- a/packages/api/src/augment/tx.ts +++ b/packages/api/src/augment/tx.ts @@ -1285,8 +1285,7 @@ declare module '@polkadot/api/types/submittable' { * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. * - * If there are enough, then dispatch the call. Calls must each fulfil the `IsCallable` - * filter. + * If there are enough, then dispatch the call. * * Payment: `DepositBase` will be reserved if this is the first approval, plus * `threshold` times `DepositFactor`. It is returned once this dispatch happens or @@ -3089,7 +3088,8 @@ declare module '@polkadot/api/types/submittable' { /** * Send a call through an indexed pseudonym of the sender. * - * Calls must each fulfil the `IsCallable` filter; it is not cleared before. + * Filter from origin are passed along. The call will be dispatched with an origin which + * use the same filter as the origin of this call. * * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. * because you expect `proxy` to have been used prior in the call stack and you do not want @@ -3106,9 +3106,6 @@ declare module '@polkadot/api/types/submittable' { /** * Send a call through an indexed pseudonym of the sender. * - * The call must fulfil only the pre-cleared `IsCallable` filter (i.e. only the level of - * filtering that remains after calling `take()`). - * * NOTE: If you need to ensure that any account-based filtering is honored (i.e. because * you expect `proxy` to have been used prior in the call stack and you want it to apply to * any sub-accounts), then use `as_limited_sub` instead. @@ -3124,13 +3121,13 @@ declare module '@polkadot/api/types/submittable' { /** * Send a batch of dispatch calls. * - * This will execute until the first one fails and then stop. Calls must fulfil the - * `IsCallable` filter unless the origin is `Root`. - * * May be called from any origin. * * - `calls`: The calls to be dispatched from the same origin. * + * If origin is root then call are dispatch without checking origin filter. (This includes + * bypassing `frame_system::Trait::BaseCallFilter`). + * * # * - Base weight: 14.39 + .987 * c µs * - Plus the sum of the weights of the `calls`. diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 6382a1da126d..3a204122c23f 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/metadata", - "version": "1.19.0", + "version": "1.19.1", "description": "Helpers to extract information from runtime metadata", "main": "index.js", "publishConfig": { @@ -27,8 +27,8 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/types": "1.19.0", - "@polkadot/types-known": "1.19.0", + "@polkadot/types": "1.19.1", + "@polkadot/types-known": "1.19.1", "@polkadot/util": "^2.14.1", "@polkadot/util-crypto": "^2.14.1", "bn.js": "^5.1.2" diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index e52d724fedd7..07f599a0574f 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/rpc-core", - "version": "1.19.0", + "version": "1.19.1", "description": "A JavaScript wrapper for the Polkadot JsonRPC interface", "main": "index.js", "keywords": [ @@ -27,9 +27,9 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/metadata": "1.19.0", - "@polkadot/rpc-provider": "1.19.0", - "@polkadot/types": "1.19.0", + "@polkadot/metadata": "1.19.1", + "@polkadot/rpc-provider": "1.19.1", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "memoizee": "^0.4.14", "rxjs": "^6.5.5" diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 6a8a9d2e006e..e64c597945b8 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/rpc-provider", - "version": "1.19.0", + "version": "1.19.1", "description": "Transport providers for the API", "main": "index.js", "keywords": [ @@ -27,8 +27,8 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/metadata": "1.19.0", - "@polkadot/types": "1.19.0", + "@polkadot/metadata": "1.19.1", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "@polkadot/util-crypto": "^2.14.1", "bn.js": "^5.1.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 7784184f42d3..f1049d02f7f6 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/typegen", - "version": "1.19.0", + "version": "1.19.1", "description": "Type generation scripts", "main": "index.js", "bin": { @@ -36,10 +36,10 @@ "@babel/core": "^7.10.2", "@babel/register": "^7.10.1", "@babel/runtime": "^7.10.2", - "@polkadot/api": "1.19.0", - "@polkadot/metadata": "1.19.0", - "@polkadot/rpc-provider": "1.19.0", - "@polkadot/types": "1.19.0", + "@polkadot/api": "1.19.1", + "@polkadot/metadata": "1.19.1", + "@polkadot/rpc-provider": "1.19.1", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "handlebars": "^4.7.6", "websocket": "^1.0.31", diff --git a/packages/types-known/package.json b/packages/types-known/package.json index d94177bdaf9b..f2da0f589add 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/types-known", - "version": "1.19.0", + "version": "1.19.1", "description": "A JavaScript wrapper for the Polkadot JsonRPC interface", "main": "index.js", "keywords": [ @@ -27,7 +27,7 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/types": "1.19.0", + "@polkadot/types": "1.19.1", "@polkadot/util": "^2.14.1", "bn.js": "^5.1.2" }, diff --git a/packages/types/package.json b/packages/types/package.json index 45007e8733c8..20b68382a728 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/types", - "version": "1.19.0", + "version": "1.19.1", "description": "Implementation of the Parity codec", "main": "index.js", "keywords": [ @@ -27,7 +27,7 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme", "dependencies": { "@babel/runtime": "^7.10.2", - "@polkadot/metadata": "1.19.0", + "@polkadot/metadata": "1.19.1", "@polkadot/util": "^2.14.1", "@polkadot/util-crypto": "^2.14.1", "@types/bn.js": "^4.11.6", diff --git a/yarn.lock b/yarn.lock index cd474708b2d9..fc2e602be132 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2669,25 +2669,25 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.10.2 - "@polkadot/api": 1.19.0 - "@polkadot/rpc-core": 1.19.0 - "@polkadot/types": 1.19.0 + "@polkadot/api": 1.19.1 + "@polkadot/rpc-core": 1.19.1 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 bn.js: ^5.1.2 rxjs: ^6.5.5 languageName: unknown linkType: soft -"@polkadot/api-derive@1.19.0, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@1.19.1, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: "@babel/runtime": ^7.10.2 - "@polkadot/api": 1.19.0 + "@polkadot/api": 1.19.1 "@polkadot/keyring": ^2.14.1 - "@polkadot/rpc-core": 1.19.0 - "@polkadot/rpc-provider": 1.19.0 - "@polkadot/types": 1.19.0 + "@polkadot/rpc-core": 1.19.1 + "@polkadot/rpc-provider": 1.19.1 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 "@polkadot/util-crypto": ^2.14.1 bn.js: ^5.1.2 @@ -2696,18 +2696,18 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@1.19.0, @polkadot/api@workspace:packages/api": +"@polkadot/api@1.19.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.10.2 - "@polkadot/api-derive": 1.19.0 + "@polkadot/api-derive": 1.19.1 "@polkadot/keyring": ^2.14.1 - "@polkadot/metadata": 1.19.0 - "@polkadot/rpc-core": 1.19.0 - "@polkadot/rpc-provider": 1.19.0 - "@polkadot/types": 1.19.0 - "@polkadot/types-known": 1.19.0 + "@polkadot/metadata": 1.19.1 + "@polkadot/rpc-core": 1.19.1 + "@polkadot/rpc-provider": 1.19.1 + "@polkadot/types": 1.19.1 + "@polkadot/types-known": 1.19.1 "@polkadot/util": ^2.14.1 "@polkadot/util-crypto": ^2.14.1 bn.js: ^5.1.2 @@ -2816,43 +2816,43 @@ __metadata: languageName: node linkType: hard -"@polkadot/metadata@1.19.0, @polkadot/metadata@workspace:packages/metadata": +"@polkadot/metadata@1.19.1, @polkadot/metadata@workspace:packages/metadata": version: 0.0.0-use.local resolution: "@polkadot/metadata@workspace:packages/metadata" dependencies: "@babel/runtime": ^7.10.2 "@polkadot/keyring": ^2.14.1 - "@polkadot/types": 1.19.0 - "@polkadot/types-known": 1.19.0 + "@polkadot/types": 1.19.1 + "@polkadot/types-known": 1.19.1 "@polkadot/util": ^2.14.1 "@polkadot/util-crypto": ^2.14.1 bn.js: ^5.1.2 languageName: unknown linkType: soft -"@polkadot/rpc-core@1.19.0, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@1.19.1, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.10.2 "@polkadot/keyring": ^2.14.1 - "@polkadot/metadata": 1.19.0 - "@polkadot/rpc-provider": 1.19.0 - "@polkadot/types": 1.19.0 + "@polkadot/metadata": 1.19.1 + "@polkadot/rpc-provider": 1.19.1 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 memoizee: ^0.4.14 rxjs: ^6.5.5 languageName: unknown linkType: soft -"@polkadot/rpc-provider@1.19.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@1.19.1, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.10.2 "@polkadot/keyring": ^2.14.1 - "@polkadot/metadata": 1.19.0 - "@polkadot/types": 1.19.0 + "@polkadot/metadata": 1.19.1 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 "@polkadot/util-crypto": ^2.14.1 bn.js: ^5.1.2 @@ -2880,10 +2880,10 @@ __metadata: "@babel/core": ^7.10.2 "@babel/register": ^7.10.1 "@babel/runtime": ^7.10.2 - "@polkadot/api": 1.19.0 - "@polkadot/metadata": 1.19.0 - "@polkadot/rpc-provider": 1.19.0 - "@polkadot/types": 1.19.0 + "@polkadot/api": 1.19.1 + "@polkadot/metadata": 1.19.1 + "@polkadot/rpc-provider": 1.19.1 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 "@types/websocket": ^1.0.0 "@types/yargs": ^15.0.5 @@ -2899,25 +2899,25 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-known@1.19.0, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@1.19.1, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@babel/runtime": ^7.10.2 - "@polkadot/types": 1.19.0 + "@polkadot/types": 1.19.1 "@polkadot/util": ^2.14.1 "@types/bn.js": ^4.11.6 bn.js: ^5.1.2 languageName: unknown linkType: soft -"@polkadot/types@1.19.0, @polkadot/types@workspace:packages/types": +"@polkadot/types@1.19.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.10.2 "@polkadot/keyring": ^2.14.1 - "@polkadot/metadata": 1.19.0 + "@polkadot/metadata": 1.19.1 "@polkadot/util": ^2.14.1 "@polkadot/util-crypto": ^2.14.1 "@types/bn.js": ^4.11.6