Skip to content

16.0.1 #6151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged

16.0.1 #6151

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## 16.0.1 May 19, 2025

Breaking Changes:
- With the upgrade to Metadata v16, several fields have been removed or replaced. The following fields no longer exist in the updated metadata definitions:
- `type`: This field has been completely removed in Metadata.
- `version`: Previously part of `ExtrinsicMetadata`. Replaced by `versions`, which now holds an array `Vec<u8>` of supported extrinsic versions instead of a single value.
- `extraType`: This field has been completely removed in `ExtrinsicMetadata`.
- `signedExtensions`: Previously part of `ExtrinsicMetadata`. Replaced by `transactionExtensions`, which provides a more structured definition of extensions, and `transactionExtensionsByVersion`, mapping versions to active extensions.

Changes:

- Metadata v16 ([#6130](https://github.com/polkadot-js/api/pull/6130))
- Add dryRunApi v2 definition ([#6144](https://github.com/polkadot-js/api/pull/6144))
- Add type augmentation for AssetHub ([#6148](https://github.com/polkadot-js/api/pull/6148))
- Upgrade polkadot/common to 13.5.1 ([#6150](https://github.com/polkadot-js/api/pull/6150))


## 15.10.2 May 13, 2025

Changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"versions": {
"git": "15.10.3-2-x",
"npm": "15.10.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "15.10.3-2-x",
"@polkadot/rpc-augment": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-augment": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/api-base": "16.0.1",
"@polkadot/rpc-augment": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-augment": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/util": "^13.5.1",
"tslib": "^2.8.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/rpc-core": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/util": "^13.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.10.3-2-x",
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-create": "15.10.3-2-x",
"@polkadot/api": "16.0.1",
"@polkadot/api-augment": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/types-create": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/api-augment": "16.0.1",
"@polkadot/keyring": "^13.5.1",
"@polkadot/types-support": "15.10.3-2-x"
"@polkadot/types-support": "16.0.1"
}
}
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.10.3-2-x",
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/api-base": "15.10.3-2-x",
"@polkadot/rpc-core": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/api": "16.0.1",
"@polkadot/api-augment": "16.0.1",
"@polkadot/api-base": "16.0.1",
"@polkadot/rpc-core": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.10.3-2-x",
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/rpc-augment": "15.10.3-2-x",
"@polkadot/rpc-provider": "15.10.3-2-x",
"@polkadot/types-support": "15.10.3-2-x"
"@polkadot/api": "16.0.1",
"@polkadot/api-augment": "16.0.1",
"@polkadot/rpc-augment": "16.0.1",
"@polkadot/rpc-provider": "16.0.1",
"@polkadot/types-support": "16.0.1"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/api-base": "15.10.3-2-x",
"@polkadot/api-derive": "15.10.3-2-x",
"@polkadot/api-augment": "16.0.1",
"@polkadot/api-base": "16.0.1",
"@polkadot/api-derive": "16.0.1",
"@polkadot/keyring": "^13.5.1",
"@polkadot/rpc-augment": "15.10.3-2-x",
"@polkadot/rpc-core": "15.10.3-2-x",
"@polkadot/rpc-provider": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-augment": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-create": "15.10.3-2-x",
"@polkadot/types-known": "15.10.3-2-x",
"@polkadot/rpc-augment": "16.0.1",
"@polkadot/rpc-core": "16.0.1",
"@polkadot/rpc-provider": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-augment": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/types-create": "16.0.1",
"@polkadot/types-known": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/types-support": "15.10.3-2-x"
"@polkadot/api-augment": "16.0.1",
"@polkadot/types-support": "16.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/rpc-core": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/util": "^13.5.1",
"tslib": "^2.8.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "15.10.3-2-x",
"@polkadot/rpc-provider": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/rpc-augment": "16.0.1",
"@polkadot/rpc-provider": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/util": "^13.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/rpc-augment": "15.10.3-2-x"
"@polkadot/rpc-augment": "16.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-support": "15.10.3-2-x",
"@polkadot/types": "16.0.1",
"@polkadot/types-support": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/x-fetch": "^13.5.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -28,16 +28,16 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "15.10.3-2-x",
"@polkadot/api-augment": "15.10.3-2-x",
"@polkadot/api-derive": "15.10.3-2-x",
"@polkadot/rpc-augment": "15.10.3-2-x",
"@polkadot/rpc-provider": "15.10.3-2-x",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-augment": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-create": "15.10.3-2-x",
"@polkadot/types-support": "15.10.3-2-x",
"@polkadot/api": "16.0.1",
"@polkadot/api-augment": "16.0.1",
"@polkadot/api-derive": "16.0.1",
"@polkadot/rpc-augment": "16.0.1",
"@polkadot/rpc-provider": "16.0.1",
"@polkadot/types": "16.0.1",
"@polkadot/types-augment": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/types-create": "16.0.1",
"@polkadot/types-support": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/x-ws": "^13.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/util": "^13.5.1",
"tslib": "^2.8.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.1",
"@polkadot/x-bigint": "^13.5.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-augment": "15.10.3-2-x",
"@polkadot/types-support": "15.10.3-2-x",
"@polkadot/types": "16.0.1",
"@polkadot/types-augment": "16.0.1",
"@polkadot/types-support": "16.0.1",
"@polkadot/util-crypto": "^13.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-codec": "16.0.1",
"@polkadot/util": "^13.5.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.10.3-2-x"
"@polkadot/types": "16.0.1"
}
}
10 changes: 5 additions & 5 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.1",
"@polkadot/types": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-create": "15.10.3-2-x",
"@polkadot/types": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/types-create": "16.0.1",
"@polkadot/util": "^13.5.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.10.3-2-x"
"@polkadot/api": "16.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.10.3-2-x",
"version": "16.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/types-augment": "15.10.3-2-x",
"@polkadot/types-codec": "15.10.3-2-x",
"@polkadot/types-create": "15.10.3-2-x",
"@polkadot/types-augment": "16.0.1",
"@polkadot/types-codec": "16.0.1",
"@polkadot/types-create": "16.0.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/types-support": "15.10.3-2-x"
"@polkadot/types-support": "16.0.1"
}
}
Loading