File tree Expand file tree Collapse file tree 12 files changed +76
-58
lines changed Expand file tree Collapse file tree 12 files changed +76
-58
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 6.3.1 Oct 9, 2021
4+
5+ Upgrade priority: Low. Recoemmended for Kusama & Polkadot runtime 9100+
6+
7+ Changes:
8+
9+ - Mark ` api.query.*.*.at ` as deprecated (use ` api.at ` )
10+ - Expose ` queryMulti ` , ` findError ` and ` findCall ` on ` api.at `
11+ - Optimize parallel metadata retrieval/decoration
12+ - Rework derive ` .at ` to ensure no additional metadata calls
13+ - Adjust Xcm types for Kusama, Polkadot, Westend (V1 & V2 usage)
14+ - Fix Xcm Fungibility type
15+ - Add upgrade blocks for Westend
16+ - Prepare for v14 metadata swap in Kusama/Polkadot (9110 runtime)
17+ - Adjust metadata wilcard path matching (event extraction)
18+ - Bump static metadata for latest Substrate, Polkadot & Kusama
19+
20+
321## 6.2.1 Oct 4, 2021
422
523Upgrade priority: Low. Maintenance updates.
Original file line number Diff line number Diff line change 3535 "@types/jest" : " ^27.0.2" ,
3636 "copyfiles" : " ^2.4.1"
3737 },
38- "version" : " 6.2.2-12 " ,
38+ "version" : " 6.3.0 " ,
3939 "packageManager" :
" [email protected] " 4040}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-contract" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Interfaces for interacting with contracts and contract ABIs" ,
66 "main" : " index.js" ,
2020 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
23- "@polkadot/api" : " 6.2.2-12 " ,
24- "@polkadot/types" : " 6.2.2-12 " ,
23+ "@polkadot/api" : " 6.3.0 " ,
24+ "@polkadot/types" : " 6.3.0 " ,
2525 "@polkadot/util" : " ^7.4.1" ,
2626 "rxjs" : " ^7.4.0"
2727 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-derive" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Common functions used across Polkadot, derived from RPC calls and storage queries." ,
66 "main" : " index.js" ,
2020 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
23- "@polkadot/api" : " 6.2.2-12 " ,
24- "@polkadot/rpc-core" : " 6.2.2-12 " ,
25- "@polkadot/types" : " 6.2.2-12 " ,
23+ "@polkadot/api" : " 6.3.0 " ,
24+ "@polkadot/rpc-core" : " 6.3.0 " ,
25+ "@polkadot/types" : " 6.3.0 " ,
2626 "@polkadot/util" : " ^7.4.1" ,
2727 "@polkadot/util-crypto" : " ^7.4.1" ,
2828 "rxjs" : " ^7.4.0"
2929 },
3030 "devDependencies" : {
3131 "@polkadot/keyring" : " ^7.4.1" ,
32- "@polkadot/rpc-provider" : " 6.2.2-12 "
32+ "@polkadot/rpc-provider" : " 6.3.0 "
3333 }
3434}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Promise and RxJS wrappers around the Polkadot JS RPC" ,
66 "main" : " index.js" ,
2020 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api#readme" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
23- "@polkadot/api-derive" : " 6.2.2-12 " ,
23+ "@polkadot/api-derive" : " 6.3.0 " ,
2424 "@polkadot/keyring" : " ^7.4.1" ,
25- "@polkadot/rpc-core" : " 6.2.2-12 " ,
26- "@polkadot/rpc-provider" : " 6.2.2-12 " ,
27- "@polkadot/types" : " 6.2.2-12 " ,
28- "@polkadot/types-known" : " 6.2.2-12 " ,
25+ "@polkadot/rpc-core" : " 6.3.0 " ,
26+ "@polkadot/rpc-provider" : " 6.3.0 " ,
27+ "@polkadot/types" : " 6.3.0 " ,
28+ "@polkadot/types-known" : " 6.3.0 " ,
2929 "@polkadot/util" : " ^7.4.1" ,
3030 "@polkadot/util-crypto" : " ^7.4.1" ,
3131 "eventemitter3" : " ^4.0.7" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-core" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " A JavaScript wrapper for the Polkadot JsonRPC interface" ,
66 "main" : " index.js" ,
2020 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
23- "@polkadot/rpc-provider" : " 6.2.2-12 " ,
24- "@polkadot/types" : " 6.2.2-12 " ,
23+ "@polkadot/rpc-provider" : " 6.3.0 " ,
24+ "@polkadot/types" : " 6.3.0 " ,
2525 "@polkadot/util" : " ^7.4.1" ,
2626 "rxjs" : " ^7.4.0"
2727 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-provider" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Transport providers for the API" ,
66 "main" : " index.js" ,
2020 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
23- "@polkadot/types" : " 6.2.2-12 " ,
23+ "@polkadot/types" : " 6.3.0 " ,
2424 "@polkadot/util" : " ^7.4.1" ,
2525 "@polkadot/util-crypto" : " ^7.4.1" ,
2626 "@polkadot/x-fetch" : " ^7.4.1" ,
3030 },
3131 "devDependencies" : {
3232 "@polkadot/keyring" : " ^7.4.1" ,
33- "@polkadot/types" : " 6.2.2-12 " ,
33+ "@polkadot/types" : " 6.3.0 " ,
3434 "mock-socket" : " ^9.0.5" ,
3535 "nock" : " ^13.1.3"
3636 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/typegen" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Type generation scripts" ,
66 "main" : " index.js" ,
2929 "@babel/core" : " ^7.15.8" ,
3030 "@babel/register" : " ^7.15.3" ,
3131 "@babel/runtime" : " ^7.15.4" ,
32- "@polkadot/api" : " 6.2.2-12 " ,
33- "@polkadot/rpc-provider" : " 6.2.2-12 " ,
34- "@polkadot/types" : " 6.2.2-12 " ,
35- "@polkadot/types-support" : " 6.2.2-12 " ,
32+ "@polkadot/api" : " 6.3.0 " ,
33+ "@polkadot/rpc-provider" : " 6.3.0 " ,
34+ "@polkadot/types" : " 6.3.0 " ,
35+ "@polkadot/types-support" : " 6.3.0 " ,
3636 "@polkadot/util" : " ^7.4.1" ,
3737 "handlebars" : " ^4.7.7" ,
3838 "websocket" : " ^1.0.34" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/types-known" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Known type definitions" ,
66 "main" : " index.js" ,
2121 "dependencies" : {
2222 "@babel/runtime" : " ^7.15.4" ,
2323 "@polkadot/networks" : " ^7.4.1" ,
24- "@polkadot/types" : " 6.2.2-12 " ,
24+ "@polkadot/types" : " 6.3.0 " ,
2525 "@polkadot/util" : " ^7.4.1"
2626 }
2727}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/types-support" ,
3- "version" : " 6.2.2-12 " ,
3+ "version" : " 6.3.0 " ,
44 "type" : " module" ,
55 "description" : " Supporting files for types, mostly for testing" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments