Skip to content

Commit

Permalink
1.1 (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 6, 2020
1 parent 201480b commit 601cc62
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.0-beta.x
# 1.1.1

- Add support for `balances.account` in all applicable derives (incl. `vesting` module)
- Inject and use SignedExtensions by name from V11 metadata (V4 extrinsics only)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "1.1.0-beta.22"
"version": "1.1.0"
}
4 changes: 2 additions & 2 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"keywords": [
Expand All @@ -27,6 +27,6 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/types": "^1.1.0-beta.22"
"@polkadot/types": "^1.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/api": "^1.1.0-beta.22",
"@polkadot/types": "^1.1.0-beta.22"
"@polkadot/api": "^1.1.0",
"@polkadot/types": "^1.1.0"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0"
"@polkadot/keyring": "^2.2.1"
}
}
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
Expand All @@ -27,15 +27,15 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/api-derive": "^1.1.0-beta.22",
"@polkadot/keyring": "^2.2.0-beta.0",
"@polkadot/metadata": "^1.1.0-beta.22",
"@polkadot/rpc-core": "^1.1.0-beta.22",
"@polkadot/rpc-provider": "^1.1.0-beta.22",
"@polkadot/types": "^1.1.0-beta.22",
"@polkadot/util-crypto": "^2.2.0-beta.0"
"@polkadot/api-derive": "^1.1.0",
"@polkadot/keyring": "^2.2.1",
"@polkadot/metadata": "^1.1.0",
"@polkadot/rpc-core": "^1.1.0",
"@polkadot/rpc-provider": "^1.1.0",
"@polkadot/types": "^1.1.0",
"@polkadot/util-crypto": "^2.2.1"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0"
"@polkadot/keyring": "^2.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"publishConfig": {
Expand All @@ -27,11 +27,11 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/types": "^1.1.0-beta.22",
"@polkadot/util": "^2.2.0-beta.0",
"@polkadot/util-crypto": "^2.2.0-beta.0"
"@polkadot/types": "^1.1.0",
"@polkadot/util": "^2.2.1",
"@polkadot/util-crypto": "^2.2.1"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0"
"@polkadot/keyring": "^2.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,10 +27,10 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/jsonrpc": "^1.1.0-beta.22",
"@polkadot/rpc-provider": "^1.1.0-beta.22",
"@polkadot/types": "^1.1.0-beta.22",
"@polkadot/util": "^2.2.0-beta.0",
"@polkadot/jsonrpc": "^1.1.0",
"@polkadot/rpc-provider": "^1.1.0",
"@polkadot/types": "^1.1.0",
"@polkadot/util": "^2.2.1",
"rxjs": "^6.5.4"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand All @@ -27,15 +27,15 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/metadata": "^1.1.0-beta.22",
"@polkadot/util": "^2.2.0-beta.0",
"@polkadot/util-crypto": "^2.2.0-beta.0",
"@polkadot/metadata": "^1.1.0",
"@polkadot/util": "^2.2.1",
"@polkadot/util-crypto": "^2.2.1",
"eventemitter3": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.31"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0",
"@polkadot/keyring": "^2.2.1",
"mock-socket": "^9.0.3",
"nock": "^11.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/type-jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/jsonrpc",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Method definitions for the Polkadot RPC layer",
"main": "index.js",
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "1.1.0-beta.22",
"version": "1.1.0",
"description": "Implementation of the Parity codec",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -34,14 +34,14 @@
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/metadata": "^1.1.0-beta.22",
"@polkadot/util": "^2.2.0-beta.0",
"@polkadot/util-crypto": "^2.2.0-beta.0",
"@polkadot/metadata": "^1.1.0",
"@polkadot/util": "^2.2.1",
"@polkadot/util-crypto": "^2.2.1",
"memoizee": "^0.4.14",
"yargs": "^15.1.0"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0",
"@polkadot/keyring": "^2.2.1",
"@types/memoizee": "^0.4.3",
"@types/yargs": "^15.0.2"
}
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,14 +2015,14 @@
typescript "^3.7.5"
vuepress "^1.2.0"

"@polkadot/keyring@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.2.0-beta.0.tgz#481810e81c690ce343ffdf005a3ba71cfe6c4961"
integrity sha512-iabxyYzdyD8Bv0tW4g8e/x7hQGSsmI3TGMZHhAxLRc+ICFEPCB9sqqnu09DoB6QzyDTYD/kBArE2sOHhZacpPQ==
"@polkadot/keyring@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.2.1.tgz#33e33828194766eefe67ecabe787b5eab2393c43"
integrity sha512-GtWGYoIR9oEaWDuI++LzDuvXl5WmS/X+TXkSG5VUs21luZa2E9NoqMjKqR3raf6MLjfLt8yPnl9sz4xNgzcdHw==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util-crypto" "^2.2.0-beta.0"
"@polkadot/util" "^2.2.1"
"@polkadot/util-crypto" "^2.2.1"

"@polkadot/ts@^0.2.1":
version "0.2.1"
Expand All @@ -2031,13 +2031,13 @@
dependencies:
"@types/chrome" "^0.0.92"

"@polkadot/util-crypto@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.2.0-beta.0.tgz#14d587a101864abafa825d1c2a347e142bb981a3"
integrity sha512-xJnDL8YdQFjEaJ6KYoRN/DhVA/NKZqja2yZqQqbvtVZX46l6kY56Vu6F3ZNlKsJxc6mSfr0qM2A7qiPcLkiw7g==
"@polkadot/util-crypto@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.2.1.tgz#a6129dc54f7da611ddd52bede4aa1918f8d19918"
integrity sha512-mkXAJIuGmeMBP/Kw7cDCrET1h8atCet9wVGjMknjAEsWH/obOm3lK3Q2XcqhccCNFAZ6+zL8yEuz9kOsC0xavA==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util" "^2.2.1"
"@polkadot/wasm-crypto" "^0.20.1"
"@types/bs58" "^4.0.0"
"@types/elliptic" "^6.4.12"
Expand All @@ -2052,10 +2052,10 @@
tweetnacl "^1.0.2"
xxhashjs "^0.2.2"

"@polkadot/util@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.2.0-beta.0.tgz#d0b5cadc09ee131196a4e48cfc54b12292ed1e35"
integrity sha512-VjvXt4PvItLynk3JFKcTNQa+Jf85Q8PENEt4WOfJYElbzDv2tevVoJtE9Ds5RFms2ONmnRu3yeXWtNSHd91x+A==
"@polkadot/util@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.2.1.tgz#e44c65f5404e325635c36c1c7fa38cbcf87de141"
integrity sha512-SfOA5fcWrOrIYQ90BTXTvXIQ8xeiIR38djZONXH6MLc/pulK2qLB0PdmAmxB+SNnU4iGbYS3sneseMzNS4d55w==
dependencies:
"@babel/runtime" "^7.8.3"
"@types/bn.js" "^4.11.6"
Expand Down

0 comments on commit 601cc62

Please sign in to comment.