Skip to content
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

9.4.1 #5225

Merged
merged 1 commit into from
Sep 17, 2022
Merged

9.4.1 #5225

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
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# CHANGELOG

## master
## 9.4.1 Sep 17, 2022

Contributed:

- Update `@substrate/connect` to latest (Thanks to https://github.com/wirednkod)

Changes:

- Cater for v1.5 Weight JSON representation (via RPC)
- Polkadot 9270, Kusama 9280 & Westend 9290 upgrade blocks
- Update to latest Substrate, Polkadot & Kusama metadata


## 9.3.3 Sep 6, 2022
Expand All @@ -23,7 +28,7 @@ Changes:

Changes:

- Cater for v2 Weight types (structure to inner value)
- Cater for v1.5 Weight types (structure to inner value)
- Westend 9280 & Kusama 9271 upgrade blocks
- Update to latest Substrate, Polkadot & Kusama metadata

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"versions": {
"git": "9.3.4-8-x",
"npm": "9.3.3"
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.19.1",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.0",
"@polkadot/dev": "^0.67.129",
"@polkadot/dev": "^0.67.130",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^29.0.3",
"copyfiles": "^2.4.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api-base": "9.3.4-8-x",
"@polkadot/rpc-augment": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-augment": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/util": "^10.1.7"
"@polkadot/api-base": "9.4.0",
"@polkadot/rpc-augment": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-augment": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/util": "^10.1.8"
},
"devDependencies": {
"@polkadot/types-support": "9.3.4-8-x"
"@polkadot/types-support": "9.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-core": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/rpc-core": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/util": "^10.1.8",
"rxjs": "^7.5.6"
}
}
18 changes: 9 additions & 9 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/types-create": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@polkadot/api": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/types-create": "9.4.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/keyring": "^10.1.7"
"@polkadot/api-augment": "9.4.0",
"@polkadot/keyring": "^10.1.8"
}
}
28 changes: 14 additions & 14 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.3.4-8-x",
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/api-base": "9.3.4-8-x",
"@polkadot/rpc-core": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@polkadot/api": "9.4.0",
"@polkadot/api-augment": "9.4.0",
"@polkadot/api-base": "9.4.0",
"@polkadot/rpc-core": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api": "9.3.4-8-x",
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/rpc-augment": "9.3.4-8-x",
"@polkadot/rpc-provider": "9.3.4-8-x",
"@polkadot/types-support": "9.3.4-8-x"
"@polkadot/api": "9.4.0",
"@polkadot/api-augment": "9.4.0",
"@polkadot/rpc-augment": "9.4.0",
"@polkadot/rpc-provider": "9.4.0",
"@polkadot/types-support": "9.4.0"
}
}
34 changes: 17 additions & 17 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/api-base": "9.3.4-8-x",
"@polkadot/api-derive": "9.3.4-8-x",
"@polkadot/keyring": "^10.1.7",
"@polkadot/rpc-augment": "9.3.4-8-x",
"@polkadot/rpc-core": "9.3.4-8-x",
"@polkadot/rpc-provider": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-augment": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/types-create": "9.3.4-8-x",
"@polkadot/types-known": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@polkadot/api-augment": "9.4.0",
"@polkadot/api-base": "9.4.0",
"@polkadot/api-derive": "9.4.0",
"@polkadot/keyring": "^10.1.8",
"@polkadot/rpc-augment": "9.4.0",
"@polkadot/rpc-core": "9.4.0",
"@polkadot/rpc-provider": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-augment": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/types-create": "9.4.0",
"@polkadot/types-known": "9.4.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/types-support": "9.3.4-8-x"
"@polkadot/api-augment": "9.4.0",
"@polkadot/types-support": "9.4.0"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-core": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/util": "^10.1.7"
"@polkadot/rpc-core": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/util": "^10.1.8"
}
}
14 changes: 7 additions & 7 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-augment": "9.3.4-8-x",
"@polkadot/rpc-provider": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/rpc-augment": "9.4.0",
"@polkadot/rpc-provider": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/util": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/keyring": "^10.1.7",
"@polkadot/rpc-augment": "9.3.4-8-x"
"@polkadot/keyring": "^10.1.8",
"@polkadot/rpc-augment": "9.4.0"
}
}
18 changes: 9 additions & 9 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/keyring": "^10.1.7",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-support": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@polkadot/x-fetch": "^10.1.7",
"@polkadot/x-global": "^10.1.7",
"@polkadot/x-ws": "^10.1.7",
"@polkadot/keyring": "^10.1.8",
"@polkadot/types": "9.4.0",
"@polkadot/types-support": "9.4.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"@polkadot/x-fetch": "^10.1.8",
"@polkadot/x-global": "^10.1.8",
"@polkadot/x-ws": "^10.1.8",
"@substrate/connect": "0.7.13",
"eventemitter3": "^4.0.7",
"mock-socket": "^9.1.5",
Expand Down
26 changes: 13 additions & 13 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -33,18 +33,18 @@
"@babel/core": "^7.19.1",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.3.4-8-x",
"@polkadot/api-augment": "9.3.4-8-x",
"@polkadot/rpc-augment": "9.3.4-8-x",
"@polkadot/rpc-provider": "9.3.4-8-x",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-augment": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/types-create": "9.3.4-8-x",
"@polkadot/types-support": "9.3.4-8-x",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@polkadot/x-ws": "^10.1.7",
"@polkadot/api": "9.4.0",
"@polkadot/api-augment": "9.4.0",
"@polkadot/rpc-augment": "9.4.0",
"@polkadot/rpc-provider": "9.4.0",
"@polkadot/types": "9.4.0",
"@polkadot/types-augment": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/types-create": "9.4.0",
"@polkadot/types-support": "9.4.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"@polkadot/x-ws": "^10.1.8",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
"yargs": "^17.5.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/util": "^10.1.7"
"@polkadot/types": "9.4.0",
"@polkadot/types-codec": "9.4.0",
"@polkadot/util": "^10.1.8"
}
}
14 changes: 7 additions & 7 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/util": "^10.1.7",
"@polkadot/x-bigint": "^10.1.7"
"@polkadot/util": "^10.1.8",
"@polkadot/x-bigint": "^10.1.8"
},
"devDependencies": {
"@polkadot/types": "9.3.4-8-x",
"@polkadot/types-augment": "9.3.4-8-x",
"@polkadot/types-support": "9.3.4-8-x",
"@polkadot/util-crypto": "^10.1.7"
"@polkadot/types": "9.4.0",
"@polkadot/types-augment": "9.4.0",
"@polkadot/types-support": "9.4.0",
"@polkadot/util-crypto": "^10.1.8"
}
}
8 changes: 4 additions & 4 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.3.4-8-x",
"version": "9.4.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/types-codec": "9.3.4-8-x",
"@polkadot/util": "^10.1.7"
"@polkadot/types-codec": "9.4.0",
"@polkadot/util": "^10.1.8"
},
"devDependencies": {
"@polkadot/types": "9.3.4-8-x"
"@polkadot/types": "9.4.0"
}
}
Loading