Skip to content

Commit

Permalink
15.0.1 (#6038)
Browse files Browse the repository at this point in the history
* 15.0.1

* Cleanup changelog

* Update CHANGELOG
  • Loading branch information
TarikGul authored Nov 27, 2024
1 parent f96e8c4 commit c364ee3
Show file tree
Hide file tree
Showing 18 changed files with 186 additions and 166 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## 15.0.1 Nov 27, 2024

Breaking Changes:

- Allow external signers to modify the payload ([#6030](https://github.com/polkadot-js/api/pull/6030)) (Thanks to https://github.com/Tbaut)
- Add `allowCallDataAlteration` to `SignatureOptions`, and `SignerOptions`. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

- fix(ExtrinsicPayload): decode assetId with and without option ([#6037](https://github.com/polkadot-js/api/pull/6037)) (Thanks to https://github.com/carlosala)

Changes:

- Adjust ExtrinsicV5 to fit current spec ([#6029](https://github.com/polkadot-js/api/pull/6029))
- This removes the `signed` functionality for ExtrinsicV5 since it is no longer supported
- Update docs for WsProvider, and RpcCore ([#6031](https://github.com/polkadot-js/api/pull/6031))
- Add testing for assetId access from ExtrinsicPayload ([#6033](https://github.com/polkadot-js/api/pull/6033))
- Update Substrate types to 1.16.2 ([#6034](https://github.com/polkadot-js/api/pull/6034))


## 14.3.1 Nov 11, 2024

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": "14.3.2-5-x",
"version": "15.0.1",
"versions": {
"git": "14.3.2-5-x",
"npm": "14.3.1"
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "14.3.2-5-x",
"@polkadot/rpc-augment": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-augment": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/api-base": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "14.3.2-5-x",
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-create": "14.3.2-5-x",
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/api-augment": "15.0.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "14.3.2-5-x"
"@polkadot/types-support": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "14.3.2-5-x",
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/api-base": "14.3.2-5-x",
"@polkadot/rpc-core": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-base": "15.0.1",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.3.2-5-x",
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/rpc-augment": "14.3.2-5-x",
"@polkadot/rpc-provider": "14.3.2-5-x",
"@polkadot/types-support": "14.3.2-5-x"
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types-support": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/api-base": "14.3.2-5-x",
"@polkadot/api-derive": "14.3.2-5-x",
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-base": "15.0.1",
"@polkadot/api-derive": "15.0.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "14.3.2-5-x",
"@polkadot/rpc-core": "14.3.2-5-x",
"@polkadot/rpc-provider": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-augment": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-create": "14.3.2-5-x",
"@polkadot/types-known": "14.3.2-5-x",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types-known": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/types-support": "14.3.2-5-x"
"@polkadot/api-augment": "15.0.1",
"@polkadot/types-support": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "14.3.2-5-x",
"@polkadot/rpc-provider": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "14.3.2-5-x"
"@polkadot/rpc-augment": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-support": "14.3.2-5-x",
"@polkadot/types": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
Expand Down
20 changes: 10 additions & 10 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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "14.3.2-5-x",
"@polkadot/api-augment": "14.3.2-5-x",
"@polkadot/rpc-augment": "14.3.2-5-x",
"@polkadot/rpc-provider": "14.3.2-5-x",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-augment": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-create": "14.3.2-5-x",
"@polkadot/types-support": "14.3.2-5-x",
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.3",
"@polkadot/x-bigint": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-augment": "14.3.2-5-x",
"@polkadot/types-support": "14.3.2-5-x",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/util-crypto": "^13.2.3"
}
}
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.3.2-5-x"
"@polkadot/types": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.2.3",
"@polkadot/types": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-create": "14.3.2-5-x",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.3.2-5-x"
"@polkadot/api": "15.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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.3",
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": "14.3.2-5-x",
"version": "15.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-augment": "14.3.2-5-x",
"@polkadot/types-codec": "14.3.2-5-x",
"@polkadot/types-create": "14.3.2-5-x",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "14.3.2-5-x"
"@polkadot/types-support": "15.0.1"
}
}
Loading

0 comments on commit c364ee3

Please sign in to comment.