Skip to content

Commit

Permalink
0.64 (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 26, 2020
1 parent 31d8c32 commit b75b551
Show file tree
Hide file tree
Showing 35 changed files with 177 additions and 149 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# CHANGELOG

## 0.64.1 Oct 26, 2020

Contributed:

- New account creation dialog (Thanks to https://github.com/EthWorks)
- Update Darwinia Crab types (Thanks to https://github.com/WoeOm)
- Update Kulupu types (Thans to https://github.com/sorpaas)
- Add Hanonycash types & endpoints (Thanks to https://github.com/Hanonycash)
- Update ko i18n (Thanks to https://github.com/maestro779)
- Update links in apps-config (Thanks to https://github.com/NukeManDan)

Changes:

- Allow for Ascii inputs on Bytes (in addition to hex & files)
- Ensure that InputNumber respects the biLength for the type it is dealing with
- Displays the last blocks containing contract executions in contract overview
- Parse contract events (both status pops-up and explorer views)
- Display actual codeHash (and allow copy) as part of code management
- Adjust labels for contracts UI with explicit "None" projection
- Adjust contracts UI to actually use Balance types where so specified in the ABI
- Add support for Solang i256 & u256 types
- Adjust contract messages to display names in camelCase (consistent with API)
- Add gas estimation for contracts
- Adjust JS bundles to have a better parallel throughput
- Adjust checks for Aura for unbonding, displaying on era


## 0.63.1 Oct 19, 2020

Contributed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "packages/apps-electron/build/electron.js",
"description": "An Apps portal into the Polkadot network",
"author": "Jaco Greeff <jacogr@gmail.com>",
"version": "0.63.2-27",
"version": "0.64.0",
"license": "Apache-2",
"private": true,
"homepage": ".",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@pinata/sdk": "^1.1.11",
"@polkadot/dev": "^0.59.8",
"@polkadot/dev": "^0.59.9",
"@polkadot/ts": "^0.3.53",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps-config",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@polkadot/apps-electron",
"main": "index.js",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.59.8",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/dev": "^0.59.9",
"@polkadot/react-components": "^0.64.0",
"electron-log": "^4.2.4",
"electron-updater": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps-routing",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
20 changes: 10 additions & 10 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
Expand All @@ -16,15 +16,15 @@
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@polkadot/apps-config": "^0.63.2-27",
"@polkadot/apps-routing": "^0.63.2-27",
"@polkadot/dev": "^0.59.8",
"@polkadot/react-api": "^0.63.2-27",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-hooks": "^0.63.2-27",
"@polkadot/react-params": "^0.63.2-27",
"@polkadot/react-query": "^0.63.2-27",
"@polkadot/react-signer": "^0.63.2-27",
"@polkadot/apps-config": "^0.64.0",
"@polkadot/apps-routing": "^0.64.0",
"@polkadot/dev": "^0.59.9",
"@polkadot/react-api": "^0.64.0",
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-hooks": "^0.64.0",
"@polkadot/react-params": "^0.64.0",
"@polkadot/react-query": "^0.64.0",
"@polkadot/react-signer": "^0.64.0",
"punycode": "^2.1.1",
"query-string": "^6.13.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-accounts",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-components": "^0.64.0",
"@polkadot/vanitygen": "^0.22.2-3",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-addresses",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-components": "^0.64.0",
"@polkadot/vanitygen": "^0.22.2-3",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-calendar",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "A on-chain events calendar",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-claims",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "An app for claiming Polkadot tokens",
"main": "index.js",
"scripts": {},
Expand All @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-components": "^0.64.0",
"secp256k1": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-contracts",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "Deployment and management of substrate contracts",
"main": "index.js",
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-council",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-query": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-query": "^0.64.0"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-democracy",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-query": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-query": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-explorer",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-extrinsics",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-params": "^0.63.2-27",
"@polkadot/react-signer": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-params": "^0.64.0",
"@polkadot/react-signer": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-generic-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-generic-asset",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "A basic GenericAsset transfer app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-js",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "A simple JavaScript console for playing with the API",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
6 changes: 3 additions & 3 deletions packages/page-parachains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-parachains",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "Parachains",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-query": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-query": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-poll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-poll",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "A basic polling module",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-rpc",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-27"
"@polkadot/react-components": "^0.64.0"
}
}
8 changes: 4 additions & 4 deletions packages/page-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-settings",
"private": true,
"version": "0.63.2-27",
"version": "0.64.0",
"description": "Settings management",
"main": "index.js",
"scripts": {},
Expand All @@ -12,9 +12,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/apps-config": "^0.63.2-27",
"@polkadot/react-components": "^0.63.2-27",
"@polkadot/react-query": "^0.63.2-27",
"@polkadot/apps-config": "^0.64.0",
"@polkadot/react-components": "^0.64.0",
"@polkadot/react-query": "^0.64.0",
"query-string": "^6.13.6"
}
}
Loading

0 comments on commit b75b551

Please sign in to comment.