Skip to content

Commit

Permalink
0.97.1 (#6334)
Browse files Browse the repository at this point in the history
* 0.97.1

* webpack.IgnorePlugin
  • Loading branch information
jacogr authored Oct 19, 2021
1 parent 46f3385 commit 3220a88
Show file tree
Hide file tree
Showing 40 changed files with 404 additions and 323 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
# CHANGELOG

## 0.97.1 Oct 19, 2021

Contributed:

- Add support for substracte-contracts-node (Thanks to https://github.com/cmichi)
- Align contracts styling with accounts (Thanks to https://github.com/ekowalsk)
- Fix table coloring when applying filters (Thanks to https://github.com/ekowalsk)
- Apply styles to unbonding icon (Thanks to https://github.com/MiZiet)
- Style account badges (Thanks to https://github.com/ekowalsk)
- Style redeemable balances (Thanks to https://github.com/MiZiet)
- Split display of registrars (Thanks to https://github.com/MiZiet)
- Disable unreachable networks (Thanks to https://github.com/krzysztof-jelski)
- Increase UI test timeouts (Thanks to https://github.com/krzysztof-jelski)
- Update French i18n (Thanks to https://github.com/tomaka)
- Update Italian i18n (Thanks to https://github.com/fomod-in)
- Update Subscan links (Thanks to https://github.com/carlhong)
- Fix typos (Thanks to https://github.com/xnorly)
- Use latest substrate connect (Thanks to https://github.com/wirednkod)
- Add OnFinality endpoint for Altair (Thanks to https://github.com/454076513)
- Add OnFinality endpoint for Kintsuigi (Thanks to https://github.com/454076513)
- Add OnFinality endpoint for Sora (Thanks to https://github.com/454076513)
- Add OnFinality endpoint for Subsocial (Thanks to https://github.com/454076513)
- Add Zeitgeist Battery endpoints (Thanks to https://github.com/saboonikhil)
- Fix Kintsuigi parachain key (Thanks to https://github.com/savudani8)
- Remove old endpoints for Hydra (Thanks to https://github.com/lumir-mrkva)
- Add Ares testnet (Thanks to https://github.com/jiyilanzhou)
- Add MathChain mainnet (Thanks to https://github.com/hging)
- Add NFTMart mainnet (Thanks to https://github.com/btwiuse)
- Add Opal network (Thanks to https://github.com/gregzaitsev)
- Add Polkadex mainnet (Thanks to https://github.com/Gauthamastro)
- Add Spartan network (Thanks to https://github.com/1devNdogs)
- Add Unorthodox parachain (Thanks to https://github.com/billjhlee)
- Adjust Bifrost types (Thanks to https://github.com/awesomepan)
- Adjust Edgeware logo (Thanks to https://github.com/Depth-Hoar)
- Adjust Acala types (Thanks to https://github.com/qwer951123)
- Adjust Basilisk types (Thanks to https://github.com/lumir-mrkva)
- Adjust Darwinia types (Thanks to https://github.com/sxlwar)
- Adjust Equilibrium types (Thanks to https://github.com/mn13)
- Adjust Kilt types (Thanks to https://github.com/wischli)
- Adjust Moonbeam types (Thanks to https://github.com/joelamouche)
- Adjust Phala types (Thanks to https://github.com/jasl)
- Adjust Pontem types (Thanks to https://github.com/idimetrix)
- Adjust Realis types (Thanks to https://github.com/Daelon02)
- Adjust Shiden types (Thanks to https://github.com/akru)
- Adjust Shiden types (Thanks to https://github.com/hoonsubin)
- Adjust Snowbridge types (Thanks to https://github.com/vgeddes)
- Adjust Subgame types (Thanks to https://github.com/xtony77)
- Adjust Subsocial types (Thanks to https://github.com/olehmell)
- Adjust Ternoa types (Thanks to https://github.com/markopoloparadox)

Changes:

- Display multiple vesting schedules as found
- Expand error messaging when zero claim balance is found
- Fix map queries for metadata v14
- Display correct types for metadata v14 in constants
- Don't show unused enum fields from metadata v14
- Remove contracts rent projection (removed from Substrate)
- Adjust for latest Rococo reset
- Adjust base Xcm weights (now all aligned with Kusama)
- Adjust handling for old dedupeKeyPrefix (now unused)
- Align signing output with extension (w/ `<Bytes>`)
- Remove non-working endpoints as detected
- Support metadata v14 lookupName in type extraction
- Adjust formatting for `everything` Balance displays
- Small fixes to input boxes
- Expand events with lookup types
- Cater for versioned teleport operations
- Add support for contracts with scale-info v1
- Adjust types output display from `toHuman` formatters
- Fix payloads for Westmint 500


## 0.96.1 Sep 20, 2021

Contributed:
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "An Apps portal into the Polkadot network",
"author": "Jaco Greeff <[email protected]>",
"private": true,
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2",
"homepage": ".",
"workspaces": [
Expand All @@ -25,7 +25,6 @@
"@polkadot/util-crypto": "^7.5.1",
"@polkadot/wasm-crypto": "^4.2.1",
"babel-core": "^7.0.0-bridge.0",
"eslint-plugin-react-hooks": "^4.2.1-alpha-930c9e7ee-20211015",
"styled-components": "^5.3.1",
"typescript": "^4.4.4"
},
Expand Down Expand Up @@ -74,7 +73,7 @@
"@babel/runtime": "^7.15.4",
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.1.23",
"@polkadot/dev": "^0.63.4",
"@polkadot/dev": "^0.63.5",
"@polkadot/ts": "^0.4.9",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.34",
Expand Down Expand Up @@ -102,8 +101,8 @@
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/apps-config",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"type": "module",
"main": "index.js",
Expand All @@ -17,7 +17,7 @@
"@edgeware/node-types": "3.6.2-wako",
"@equilab/definitions": "1.4.2",
"@interlay/interbtc-types": "1.1.1",
"@kiltprotocol/type-definitions": "0.1.22",
"@kiltprotocol/type-definitions": "0.1.23",
"@laminar/type-definitions": "0.3.1",
"@parallel-finance/type-definitions": "1.3.4",
"@phala/typedefs": "0.2.29",
Expand Down
8 changes: 4 additions & 4 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@polkadot/apps-electron",
"private": true,
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.63.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/dev": "^0.63.5",
"@polkadot/react-components": "^0.97.0",
"electron-log": "^4.4.1",
"electron-updater": "^4.6.1"
},
Expand All @@ -21,6 +21,6 @@
"react-dom": "^17.0.2",
"thread-loader": "^3.0.4",
"tmp": "^0.2.1",
"webpack": "^5.52.1"
"webpack": "^5.58.2"
}
}
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@polkadot/apps-routing",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4"
Expand Down
26 changes: 13 additions & 13 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "@polkadot/apps",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"homepage": ".",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.15.4",
"@polkadot/apps-config": "^0.96.2-90",
"@polkadot/apps-routing": "^0.96.2-90",
"@polkadot/dev": "^0.63.4",
"@polkadot/react-api": "^0.96.2-90",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-hooks": "^0.96.2-90",
"@polkadot/react-params": "^0.96.2-90",
"@polkadot/react-query": "^0.96.2-90",
"@polkadot/react-signer": "^0.96.2-90",
"@polkadot/apps-config": "^0.97.0",
"@polkadot/apps-routing": "^0.97.0",
"@polkadot/dev": "^0.63.5",
"@polkadot/react-api": "^0.97.0",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-hooks": "^0.97.0",
"@polkadot/react-params": "^0.97.0",
"@polkadot/react-query": "^0.97.0",
"@polkadot/react-signer": "^0.97.0",
"punycode": "^2.1.1",
"query-string": "^7.0.1"
},
Expand All @@ -43,9 +43,9 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
}
}
5 changes: 4 additions & 1 deletion packages/apps/webpack.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ function createWebpack (context, mode = 'production') {
Buffer: ['buffer', 'Buffer'],
process: 'process/browser.js'
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
new webpack.IgnorePlugin({
contextRegExp: /moment$/,
resourceRegExp: /^\.\/locale$/
}),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify(mode),
Expand Down
8 changes: 4 additions & 4 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@polkadot/app-accounts",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/phishing": "^0.6.356",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/vanitygen": "^0.47.3",
"@polkadot/react-components": "^0.97.0",
"@polkadot/vanitygen": "^0.47.4",
"detect-browser": "^5.2.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.96.2-90"
"@polkadot/test-support": "0.97.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@polkadot/app-addresses",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-components": "^0.97.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@polkadot/app-assets",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0"
}
}
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@polkadot/app-bounties",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0"
},
"devDependencies": {
"@polkadot/test-support": "0.96.2-90"
"@polkadot/test-support": "0.97.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@polkadot/app-calendar",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@polkadot/app-claims",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-components": "^0.97.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
Expand Up @@ -2,7 +2,7 @@
"name": "@polkadot/app-contracts",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@polkadot/app-council",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-query": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@polkadot/app-democracy",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-query": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@polkadot/app-explorer",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@polkadot/app-extrinsics",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90",
"@polkadot/react-params": "^0.96.2-90",
"@polkadot/react-signer": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-params": "^0.97.0",
"@polkadot/react-signer": "^0.97.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@polkadot/app-gilt",
"private": true,
"type": "module",
"version": "0.96.2-90",
"version": "0.97.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.96.2-90"
"@polkadot/react-components": "^0.97.0"
}
}
Loading

0 comments on commit 3220a88

Please sign in to comment.