Skip to content

Commit

Permalink
10.3.2 (#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 10, 2023
1 parent 82d0bfc commit ac25d07
Show file tree
Hide file tree
Showing 19 changed files with 189 additions and 180 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 10.3.2 Apr 10, 2023

Changes:

- Revert throw on MSB BitVec (`toHuman()` output is still incorrect)


## 10.3.1 Apr 9, 2023

Changes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"versions": {
"git": "10.3.1",
"npm": "10.3.1"
Expand All @@ -40,7 +40,7 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.72.38",
"@polkadot/dev": "^0.72.39",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^18.15.11"
},
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "10.3.1",
"@polkadot/rpc-augment": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-augment": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/api-base": "10.3.2",
"@polkadot/rpc-augment": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-augment": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/rpc-core": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-create": "10.3.1",
"@polkadot/api": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/types-create": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.1",
"@polkadot/api-augment": "10.3.2",
"@polkadot/keyring": "^11.1.3"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.1",
"@polkadot/api-augment": "10.3.1",
"@polkadot/api-base": "10.3.1",
"@polkadot/rpc-core": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/api": "10.3.2",
"@polkadot/api-augment": "10.3.2",
"@polkadot/api-base": "10.3.2",
"@polkadot/rpc-core": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.1",
"@polkadot/api-augment": "10.3.1",
"@polkadot/rpc-augment": "10.3.1",
"@polkadot/rpc-provider": "10.3.1",
"@polkadot/types-support": "10.3.1"
"@polkadot/api": "10.3.2",
"@polkadot/api-augment": "10.3.2",
"@polkadot/rpc-augment": "10.3.2",
"@polkadot/rpc-provider": "10.3.2",
"@polkadot/types-support": "10.3.2"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "10.3.1",
"@polkadot/api-base": "10.3.1",
"@polkadot/api-derive": "10.3.1",
"@polkadot/api-augment": "10.3.2",
"@polkadot/api-base": "10.3.2",
"@polkadot/api-derive": "10.3.2",
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.1",
"@polkadot/rpc-core": "10.3.1",
"@polkadot/rpc-provider": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-augment": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-create": "10.3.1",
"@polkadot/types-known": "10.3.1",
"@polkadot/rpc-augment": "10.3.2",
"@polkadot/rpc-core": "10.3.2",
"@polkadot/rpc-provider": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-augment": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/types-create": "10.3.2",
"@polkadot/types-known": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"eventemitter3": "^5.0.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.1",
"@polkadot/types-support": "10.3.1"
"@polkadot/api-augment": "10.3.2",
"@polkadot/types-support": "10.3.2"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/rpc-core": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "10.3.1",
"@polkadot/rpc-provider": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/rpc-augment": "10.3.2",
"@polkadot/rpc-provider": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.1"
"@polkadot/rpc-augment": "10.3.2"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "10.3.1",
"@polkadot/types-support": "10.3.1",
"@polkadot/types": "10.3.2",
"@polkadot/types-support": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-fetch": "^11.1.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"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": "10.3.1",
"@polkadot/api-augment": "10.3.1",
"@polkadot/rpc-augment": "10.3.1",
"@polkadot/rpc-provider": "10.3.1",
"@polkadot/types": "10.3.1",
"@polkadot/types-augment": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-create": "10.3.1",
"@polkadot/types-support": "10.3.1",
"@polkadot/api": "10.3.2",
"@polkadot/api-augment": "10.3.2",
"@polkadot/rpc-augment": "10.3.2",
"@polkadot/rpc-provider": "10.3.2",
"@polkadot/types": "10.3.2",
"@polkadot/types-augment": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/types-create": "10.3.2",
"@polkadot/types-support": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-ws": "^11.1.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/types": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
"@polkadot/x-bigint": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.1",
"@polkadot/types-augment": "10.3.1",
"@polkadot/types-support": "10.3.1",
"@polkadot/types": "10.3.2",
"@polkadot/types-augment": "10.3.2",
"@polkadot/types-support": "10.3.2",
"@polkadot/util-crypto": "^11.1.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-codec": "10.3.2",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.1"
"@polkadot/types": "10.3.2"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.1.3",
"@polkadot/types": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-create": "10.3.1",
"@polkadot/types": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/types-create": "10.3.2",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.1"
"@polkadot/api": "10.3.2"
}
}
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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.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 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.1",
"version": "10.3.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-augment": "10.3.1",
"@polkadot/types-codec": "10.3.1",
"@polkadot/types-create": "10.3.1",
"@polkadot/types-augment": "10.3.2",
"@polkadot/types-codec": "10.3.2",
"@polkadot/types-create": "10.3.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-support": "10.3.1"
"@polkadot/types-support": "10.3.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,9 @@ export class PortableRegistry extends Struct implements ILookup {
// through to the TypeDef (Here we could potentially re-use something
// like index (???) to indicate and ensure we use it to pass to the
// BitVec constructor - which does handle this type)
throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`);
//
// See https://github.com/polkadot-js/api/issues/5588
// throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`);
}

return {
Expand Down
Loading

0 comments on commit ac25d07

Please sign in to comment.