Skip to content

Commit e6806ed

Browse files
authored
jg-1.28 (#2478)
1 parent 218abf9 commit e6806ed

File tree

13 files changed

+184
-154
lines changed

13 files changed

+184
-154
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# CHANGELOG
22

3+
## 1.28.1 Aug 10, 2020
4+
5+
Upgrade priority: Low, unless using Centrifuge or parachains
6+
7+
- Update Centrifuge types to latest (Thanks to https://github.com/mikiquantum)
8+
- Add cookbook entry for viewing block extrinsics
9+
- Support types for time-delay proxies
10+
- Update types for parachains
11+
- `@polkadot/util` 3.1
12+
- `@polkadot/wasm-crypto` 1.3
13+
314
## 1.27.1 Aug 3, 2020
415

16+
Upgrade priority: Low, unless using the Rococo chain
17+
518
- Remove outdated example poc-3 RPC reference (Thanks to https://github.com/swswsw)
619
- Raw/Bytes `toHuman` detects ASCII sequence for text output
720
- Add know types for the Rococo chain
821

922
## 1.26.1 Jul 27, 2020
1023

24+
Upgrade priority: Low
25+
1126
- Update docs for the new `system.accountNextIndex` (Thanks to https://github.com/shawntabrizi)
1227
- Update contracts call parameter typing (Thanks to https://github.com/kwingram25)
1328
- Adjust votingBalance to only return `freeBalance` (only council voting is free + reserved)
@@ -18,6 +33,8 @@
1833

1934
## 1.25.1 Jul 20, 2020
2035

36+
Upgrade priority: Medium, especially if using contracts.
37+
2138
- **Important** Contract RPC result updated on Substrate, on older chains supply `ContractExecResult: 'ContractExecResultTo255'`
2239
- Support for custom HTTP headers in providers (Thanks to https://github.com/brad-larson)
2340
- Update known types for Centrifuge (Thanks to https://github.com/philipstanislaus)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"packages": [
1010
"packages/*"
1111
],
12-
"version": "1.28.0-beta.6"
12+
"version": "1.28.0"
1313
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@babel/core": "^7.11.1",
2828
"@babel/register": "^7.10.5",
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/dev": "^0.55.34",
31-
"@polkadot/ts": "^0.3.35",
30+
"@polkadot/dev": "^0.55.36",
31+
"@polkadot/ts": "^0.3.36",
3232
"@polkadot/typegen": "workspace:packages/typegen",
3333
"@types/jest": "^26.0.9",
3434
"@vuepress/plugin-search": "^1.5.3",
3535
"copyfiles": "^2.3.0"
3636
},
37-
"version": "1.28.0-beta.6"
37+
"version": "1.28.0"
3838
}

packages/api-contract/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-contract",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Interfaces for interacting with contracts and contract ABIs",
55
"main": "index.js",
66
"keywords": [
@@ -27,10 +27,10 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/api": "1.28.0-beta.6",
31-
"@polkadot/rpc-core": "1.28.0-beta.6",
32-
"@polkadot/types": "1.28.0-beta.6",
33-
"@polkadot/util": "^3.1.0-beta.4",
30+
"@polkadot/api": "1.28.0",
31+
"@polkadot/rpc-core": "1.28.0",
32+
"@polkadot/types": "1.28.0",
33+
"@polkadot/util": "^3.1.1",
3434
"bn.js": "^5.1.2",
3535
"rxjs": "^6.6.2"
3636
}

packages/api-derive/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-derive",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
55
"main": "index.js",
66
"keywords": [
@@ -28,17 +28,17 @@
2828
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
2929
"dependencies": {
3030
"@babel/runtime": "^7.11.2",
31-
"@polkadot/api": "1.28.0-beta.6",
32-
"@polkadot/rpc-core": "1.28.0-beta.6",
33-
"@polkadot/rpc-provider": "1.28.0-beta.6",
34-
"@polkadot/types": "1.28.0-beta.6",
35-
"@polkadot/util": "^3.1.0-beta.4",
36-
"@polkadot/util-crypto": "^3.1.0-beta.4",
31+
"@polkadot/api": "1.28.0",
32+
"@polkadot/rpc-core": "1.28.0",
33+
"@polkadot/rpc-provider": "1.28.0",
34+
"@polkadot/types": "1.28.0",
35+
"@polkadot/util": "^3.1.1",
36+
"@polkadot/util-crypto": "^3.1.1",
3737
"bn.js": "^5.1.2",
3838
"memoizee": "^0.4.14",
3939
"rxjs": "^6.6.2"
4040
},
4141
"devDependencies": {
42-
"@polkadot/keyring": "^3.1.0-beta.4"
42+
"@polkadot/keyring": "^3.1.1"
4343
}
4444
}

packages/api/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
55
"main": "index.js",
66
"keywords": [
@@ -27,20 +27,20 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/api-derive": "1.28.0-beta.6",
31-
"@polkadot/keyring": "^3.1.0-beta.4",
32-
"@polkadot/metadata": "1.28.0-beta.6",
33-
"@polkadot/rpc-core": "1.28.0-beta.6",
34-
"@polkadot/rpc-provider": "1.28.0-beta.6",
35-
"@polkadot/types": "1.28.0-beta.6",
36-
"@polkadot/types-known": "1.28.0-beta.6",
37-
"@polkadot/util": "^3.1.0-beta.4",
38-
"@polkadot/util-crypto": "^3.1.0-beta.4",
30+
"@polkadot/api-derive": "1.28.0",
31+
"@polkadot/keyring": "^3.1.1",
32+
"@polkadot/metadata": "1.28.0",
33+
"@polkadot/rpc-core": "1.28.0",
34+
"@polkadot/rpc-provider": "1.28.0",
35+
"@polkadot/types": "1.28.0",
36+
"@polkadot/types-known": "1.28.0",
37+
"@polkadot/util": "^3.1.1",
38+
"@polkadot/util-crypto": "^3.1.1",
3939
"bn.js": "^5.1.2",
4040
"eventemitter3": "^4.0.4",
4141
"rxjs": "^6.6.2"
4242
},
4343
"devDependencies": {
44-
"@polkadot/keyring": "^3.1.0-beta.4"
44+
"@polkadot/keyring": "^3.1.1"
4545
}
4646
}

packages/metadata/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/metadata",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Helpers to extract information from runtime metadata",
55
"main": "index.js",
66
"publishConfig": {
@@ -27,13 +27,13 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/types": "1.28.0-beta.6",
31-
"@polkadot/types-known": "1.28.0-beta.6",
32-
"@polkadot/util": "^3.1.0-beta.4",
33-
"@polkadot/util-crypto": "^3.1.0-beta.4",
30+
"@polkadot/types": "1.28.0",
31+
"@polkadot/types-known": "1.28.0",
32+
"@polkadot/util": "^3.1.1",
33+
"@polkadot/util-crypto": "^3.1.1",
3434
"bn.js": "^5.1.2"
3535
},
3636
"devDependencies": {
37-
"@polkadot/keyring": "^3.1.0-beta.4"
37+
"@polkadot/keyring": "^3.1.1"
3838
}
3939
}

packages/rpc-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-core",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
55
"main": "index.js",
66
"keywords": [
@@ -27,14 +27,14 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/metadata": "1.28.0-beta.6",
31-
"@polkadot/rpc-provider": "1.28.0-beta.6",
32-
"@polkadot/types": "1.28.0-beta.6",
33-
"@polkadot/util": "^3.1.0-beta.4",
30+
"@polkadot/metadata": "1.28.0",
31+
"@polkadot/rpc-provider": "1.28.0",
32+
"@polkadot/types": "1.28.0",
33+
"@polkadot/util": "^3.1.1",
3434
"memoizee": "^0.4.14",
3535
"rxjs": "^6.6.2"
3636
},
3737
"devDependencies": {
38-
"@polkadot/keyring": "^3.1.0-beta.4"
38+
"@polkadot/keyring": "^3.1.1"
3939
}
4040
}

packages/rpc-provider/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-provider",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Transport providers for the API",
55
"main": "index.js",
66
"keywords": [
@@ -27,17 +27,17 @@
2727
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
2828
"dependencies": {
2929
"@babel/runtime": "^7.11.2",
30-
"@polkadot/metadata": "1.28.0-beta.6",
31-
"@polkadot/types": "1.28.0-beta.6",
32-
"@polkadot/util": "^3.1.0-beta.4",
33-
"@polkadot/util-crypto": "^3.1.0-beta.4",
30+
"@polkadot/metadata": "1.28.0",
31+
"@polkadot/types": "1.28.0",
32+
"@polkadot/util": "^3.1.1",
33+
"@polkadot/util-crypto": "^3.1.1",
3434
"bn.js": "^5.1.2",
3535
"eventemitter3": "^4.0.4",
3636
"isomorphic-fetch": "^2.2.1",
3737
"websocket": "^1.0.31"
3838
},
3939
"devDependencies": {
40-
"@polkadot/keyring": "^3.1.0-beta.4",
40+
"@polkadot/keyring": "^3.1.1",
4141
"mock-socket": "^9.0.3",
4242
"nock": "^13.0.3"
4343
}

packages/typegen/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/typegen",
3-
"version": "1.28.0-beta.6",
3+
"version": "1.28.0",
44
"description": "Type generation scripts",
55
"main": "index.js",
66
"bin": {
@@ -36,11 +36,11 @@
3636
"@babel/core": "^7.11.1",
3737
"@babel/register": "^7.10.5",
3838
"@babel/runtime": "^7.11.2",
39-
"@polkadot/api": "1.28.0-beta.6",
40-
"@polkadot/metadata": "1.28.0-beta.6",
41-
"@polkadot/rpc-provider": "1.28.0-beta.6",
42-
"@polkadot/types": "1.28.0-beta.6",
43-
"@polkadot/util": "^3.1.0-beta.4",
39+
"@polkadot/api": "1.28.0",
40+
"@polkadot/metadata": "1.28.0",
41+
"@polkadot/rpc-provider": "1.28.0",
42+
"@polkadot/types": "1.28.0",
43+
"@polkadot/util": "^3.1.1",
4444
"handlebars": "^4.7.6",
4545
"websocket": "^1.0.31",
4646
"yargs": "^15.4.1"

0 commit comments

Comments
 (0)