diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cd1b5f05d9..978118004b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 5.6.1 Aug 23, 2021 -Upgrade priority: Low. Recommended for users of Xcm v1, preparing for Kusama/Westend 9100 +Upgrade priority: Low. Recommended for users of Xcm, preparing for Kusama/Westend 9100 Contributed: @@ -11,6 +11,7 @@ Contributed: Changes: - Updated XCM types, `AssetId`, `MultiAssets`, `MultiAssetV1`, `AssetInstanceV1`, `XcmOrderV1` +- Rename `Null` entry in `MultiLocation` to `Here` (Xcm V1) - Westend 9090 upgrade block - Bump static Substrate, Kusama & Polkadot metadata diff --git a/package.json b/package.json index 328f8eb6d383..3eb24356c252 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "@types/jest": "^26.0.24", "copyfiles": "^2.4.1" }, - "version": "5.5.3-1", + "version": "5.6.0", "packageManager": "yarn@3.0.1" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 2abe32da75a8..fdf9dd23ca6d 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-contract", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Interfaces for interacting with contracts and contract ABIs", "main": "index.js", @@ -20,8 +20,8 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/api": "5.5.3-1", - "@polkadot/types": "5.5.3-1", + "@polkadot/api": "5.6.0", + "@polkadot/types": "5.6.0", "@polkadot/util": "^7.2.1", "rxjs": "^7.3.0" } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index f217c8f7b56e..5eb6330c76aa 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-derive", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Common functions used across Polkadot, derived from RPC calls and storage queries.", "main": "index.js", @@ -20,15 +20,15 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/api": "5.5.3-1", - "@polkadot/rpc-core": "5.5.3-1", - "@polkadot/types": "5.5.3-1", + "@polkadot/api": "5.6.0", + "@polkadot/rpc-core": "5.6.0", + "@polkadot/types": "5.6.0", "@polkadot/util": "^7.2.1", "@polkadot/util-crypto": "^7.2.1", "rxjs": "^7.3.0" }, "devDependencies": { "@polkadot/keyring": "^7.2.1", - "@polkadot/rpc-provider": "5.5.3-1" + "@polkadot/rpc-provider": "5.6.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index 0bb26dade034..254cb4c6b1a6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Promise and RxJS wrappers around the Polkadot JS RPC", "main": "index.js", @@ -20,12 +20,12 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/api-derive": "5.5.3-1", + "@polkadot/api-derive": "5.6.0", "@polkadot/keyring": "^7.2.1", - "@polkadot/rpc-core": "5.5.3-1", - "@polkadot/rpc-provider": "5.5.3-1", - "@polkadot/types": "5.5.3-1", - "@polkadot/types-known": "5.5.3-1", + "@polkadot/rpc-core": "5.6.0", + "@polkadot/rpc-provider": "5.6.0", + "@polkadot/types": "5.6.0", + "@polkadot/types-known": "5.6.0", "@polkadot/util": "^7.2.1", "@polkadot/util-crypto": "^7.2.1", "eventemitter3": "^4.0.7", diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 4f90f2501b57..d74df8fd977c 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/rpc-core", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "A JavaScript wrapper for the Polkadot JsonRPC interface", "main": "index.js", @@ -20,8 +20,8 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/rpc-provider": "5.5.3-1", - "@polkadot/types": "5.5.3-1", + "@polkadot/rpc-provider": "5.6.0", + "@polkadot/types": "5.6.0", "@polkadot/util": "^7.2.1", "rxjs": "^7.3.0" }, diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 2d0a8751a1e2..37b7db935274 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/rpc-provider", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Transport providers for the API", "main": "index.js", @@ -20,7 +20,7 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/types": "5.5.3-1", + "@polkadot/types": "5.6.0", "@polkadot/util": "^7.2.1", "@polkadot/util-crypto": "^7.2.1", "@polkadot/x-fetch": "^7.2.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@polkadot/keyring": "^7.2.1", - "@polkadot/types": "5.5.3-1", + "@polkadot/types": "5.6.0", "mock-socket": "^9.0.3", "nock": "^13.1.1" } diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 3433abfa6f42..ad1616310a68 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/typegen", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Type generation scripts", "main": "index.js", @@ -29,10 +29,10 @@ "@babel/core": "^7.15.0", "@babel/register": "^7.15.3", "@babel/runtime": "^7.15.3", - "@polkadot/api": "5.5.3-1", - "@polkadot/rpc-provider": "5.5.3-1", - "@polkadot/types": "5.5.3-1", - "@polkadot/types-support": "5.5.3-1", + "@polkadot/api": "5.6.0", + "@polkadot/rpc-provider": "5.6.0", + "@polkadot/types": "5.6.0", + "@polkadot/types-support": "5.6.0", "@polkadot/util": "^7.2.1", "handlebars": "^4.7.7", "websocket": "^1.0.34", diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 1758e6badb33..d821bad8bc5b 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/types-known", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Known type definitions", "main": "index.js", @@ -21,7 +21,7 @@ "dependencies": { "@babel/runtime": "^7.15.3", "@polkadot/networks": "^7.2.1", - "@polkadot/types": "5.5.3-1", + "@polkadot/types": "5.6.0", "@polkadot/util": "^7.2.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 172acb5951bc..c0cc4a3beea0 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/types-support", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Supporting files for types, mostly for testing", "main": "index.js", diff --git a/packages/types/package.json b/packages/types/package.json index 71ca02f41933..a58e93bb9b46 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/types", - "version": "5.5.3-1", + "version": "5.6.0", "type": "module", "description": "Implementation of the Parity codec", "main": "index.js", @@ -26,7 +26,7 @@ }, "devDependencies": { "@polkadot/keyring": "^7.2.1", - "@polkadot/types-support": "5.5.3-1", + "@polkadot/types-support": "5.6.0", "@types/bn.js": "^4.11.6", "bn.js": "^4.11.9" } diff --git a/yarn.lock b/yarn.lock index 7a64e1e28552..31c72ee577f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1867,40 +1867,40 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/api": 5.5.3-1 - "@polkadot/types": 5.5.3-1 + "@polkadot/api": 5.6.0 + "@polkadot/types": 5.6.0 "@polkadot/util": ^7.2.1 rxjs: ^7.3.0 languageName: unknown linkType: soft -"@polkadot/api-derive@5.5.3-1, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@5.6.0, @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.15.3 - "@polkadot/api": 5.5.3-1 + "@polkadot/api": 5.6.0 "@polkadot/keyring": ^7.2.1 - "@polkadot/rpc-core": 5.5.3-1 - "@polkadot/rpc-provider": 5.5.3-1 - "@polkadot/types": 5.5.3-1 + "@polkadot/rpc-core": 5.6.0 + "@polkadot/rpc-provider": 5.6.0 + "@polkadot/types": 5.6.0 "@polkadot/util": ^7.2.1 "@polkadot/util-crypto": ^7.2.1 rxjs: ^7.3.0 languageName: unknown linkType: soft -"@polkadot/api@5.5.3-1, @polkadot/api@workspace:packages/api": +"@polkadot/api@5.6.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/api-derive": 5.5.3-1 + "@polkadot/api-derive": 5.6.0 "@polkadot/keyring": ^7.2.1 - "@polkadot/rpc-core": 5.5.3-1 - "@polkadot/rpc-provider": 5.5.3-1 - "@polkadot/types": 5.5.3-1 - "@polkadot/types-known": 5.5.3-1 + "@polkadot/rpc-core": 5.6.0 + "@polkadot/rpc-provider": 5.6.0 + "@polkadot/types": 5.6.0 + "@polkadot/types-known": 5.6.0 "@polkadot/util": ^7.2.1 "@polkadot/util-crypto": ^7.2.1 eventemitter3: ^4.0.7 @@ -2025,26 +2025,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-core@5.5.3-1, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@5.6.0, @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.15.3 "@polkadot/keyring": ^7.2.1 - "@polkadot/rpc-provider": 5.5.3-1 - "@polkadot/types": 5.5.3-1 + "@polkadot/rpc-provider": 5.6.0 + "@polkadot/types": 5.6.0 "@polkadot/util": ^7.2.1 rxjs: ^7.3.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@5.5.3-1, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@5.6.0, @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.15.3 "@polkadot/keyring": ^7.2.1 - "@polkadot/types": 5.5.3-1 + "@polkadot/types": 5.6.0 "@polkadot/util": ^7.2.1 "@polkadot/util-crypto": ^7.2.1 "@polkadot/x-fetch": ^7.2.1 @@ -2072,10 +2072,10 @@ __metadata: "@babel/core": ^7.15.0 "@babel/register": ^7.15.3 "@babel/runtime": ^7.15.3 - "@polkadot/api": 5.5.3-1 - "@polkadot/rpc-provider": 5.5.3-1 - "@polkadot/types": 5.5.3-1 - "@polkadot/types-support": 5.5.3-1 + "@polkadot/api": 5.6.0 + "@polkadot/rpc-provider": 5.6.0 + "@polkadot/types": 5.6.0 + "@polkadot/types-support": 5.6.0 "@polkadot/util": ^7.2.1 "@types/websocket": ^1.0.4 "@types/yargs": ^17.0.2 @@ -2091,18 +2091,18 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-known@5.5.3-1, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@5.6.0, @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.15.3 "@polkadot/networks": ^7.2.1 - "@polkadot/types": 5.5.3-1 + "@polkadot/types": 5.6.0 "@polkadot/util": ^7.2.1 languageName: unknown linkType: soft -"@polkadot/types-support@5.5.3-1, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@5.6.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2111,13 +2111,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@5.5.3-1, @polkadot/types@workspace:packages/types": +"@polkadot/types@5.6.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.15.3 "@polkadot/keyring": ^7.2.1 - "@polkadot/types-support": 5.5.3-1 + "@polkadot/types-support": 5.6.0 "@polkadot/util": ^7.2.1 "@polkadot/util-crypto": ^7.2.1 "@types/bn.js": ^4.11.6