diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c566aa78de4..6ffd664811bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # CHANGELOG +## 0.170.1 Feb 24, 2026 + +Contributed: + +- Remove passet hub ([#12178](https://github.com/polkadot-js/apps/pull/12178)) (Thanks to https://github.com/nprt) +- Add custom logo for Bulletin Chain ([#12170](https://github.com/polkadot-js/apps/pull/12170)) (Thanks to https://github.com/mudigal) +- Maintenance of IBP endpoints ([#12157](https://github.com/polkadot-js/apps/pull/12157)) (Thanks to https://github.com/miloskriz) +- Add Bulletin endpoint for Paseo testnet ([#12163](https://github.com/polkadot-js/apps/pull/12163)) (Thanks to https://github.com/bkontur) +- Add custom extension for Bulletin ([#12160](https://github.com/polkadot-js/apps/pull/12160)) (Thanks to https://github.com/bkontur) +- Updated uniform naming schema for stakeworld endpoints ([#12100](https://github.com/polkadot-js/apps/pull/12100)) (Thanks to https://github.com/stakeworld) +- Change Aventus public rpc endpoints ([#12105](https://github.com/polkadot-js/apps/pull/12105)) (Thanks to https://github.com/vukomir) +- Remove IBP support to `kilt` ([#12132](https://github.com/polkadot-js/apps/pull/12132)) (Thanks to https://github.com/miloskriz) +- xcavate-endpoint-update ([#12136](https://github.com/polkadot-js/apps/pull/12136)) (Thanks to https://github.com/ganesh1997oli) +- Removed Blockops Polkadot and Kusama endpoints ([#12145](https://github.com/polkadot-js/apps/pull/12145)) (Thanks to https://github.com/calvin-puram) +- Return Robonomics endpoint ([#12077](https://github.com/polkadot-js/apps/pull/12077)) (Thanks to https://github.com/dergudzon) +- Enable Identity support on zkVerify-Volta ([#12071](https://github.com/polkadot-js/apps/pull/12071)) (Thanks to https://github.com/95DDB) +- Update xcavate endpoints ([#12059](https://github.com/polkadot-js/apps/pull/12059)) (Thanks to https://github.com/ganesh1997oli) +- Remove Helikon RPC endpoint for Mythos ([#12057](https://github.com/polkadot-js/apps/pull/12057)) (Thanks to https://github.com/kukabi) +- Remove IBP endpoints for Mythos ([#12049](https://github.com/polkadot-js/apps/pull/12049)) (Thanks to https://github.com/miloskriz) +- Add Permanence DAO EU Polkadot Asset Hub RPC endpoint ([#12047](https://github.com/polkadot-js/apps/pull/12047)) (Thanks to https://github.com/kukabi) +- Add Lzmz RPC provider for 3dpass chain ([#12043](https://github.com/polkadot-js/apps/pull/12043)) (Thanks to https://github.com/PaulSff) +- Decommission paseo-people-next parachain ([#12034](https://github.com/polkadot-js/apps/pull/12034)) (Thanks to https://github.com/ArshamTeymouri) + + +Changes: + +- Fix: Show referenda approval/support curves on Kusama, Paseo & Westend ([#12168](https://github.com/polkadot-js/apps/pull/12168)) +- Update copyright year ([#12142](https://github.com/polkadot-js/apps/pull/12142)) +- fix: use asMulti for first multisig approval to store call data ([#12062](https://github.com/polkadot-js/apps/pull/12062)) +- fix: correctly handle v1 weights for historical blocks ([#12065](https://github.com/polkadot-js/apps/pull/12065)) +- fix: Correct bag threshold display with CurrencyToVote conversion ([#12058](https://github.com/polkadot-js/apps/pull/12058)) +- fix: getProxyTypeInstance to derive proxy type name from addProxy call arguments ([#12053](https://github.com/polkadot-js/apps/pull/12053)) +- Add column header for 'inclusion delay' on parachains page ([#12030](https://github.com/polkadot-js/apps/pull/12030)) +- fix: referenda list collapse issue ([#11796](https://github.com/polkadot-js/apps/pull/11796)) +- fix: disable ASCII decoding for binary data in chain state display ([#12027](https://github.com/polkadot-js/apps/pull/12027)) +- Disable unreachable endpoints ([#12083](https://github.com/polkadot-js/apps/pull/12083) [#12073](https://github.com/polkadot-js/apps/pull/12073) [#12056](https://github.com/polkadot-js/apps/pull/12056) [#12039](https://github.com/polkadot-js/apps/pull/12039)) + + ## 0.169.1 Nov 26, 2025 Contributed: diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3725fc1a6ee7..fef642dade42 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 4364 Jaco Disable unreachable endpoints (#10221) 166 Arjun Porwal chore: disable unreachable endpoints (#12056) - 113 Tarik Gul Fix cross-chain vesting display after Asset Hub migration (#12013) + 114 Tarik Gul 0.170.1 (#12180) 81 Thibaut Sardan update overrides (#10090) 62 kwingram25 iadd fix (#2911) 49 pan update Bifrost kusama on Subsquare (#9752) diff --git a/package.json b/package.json index fe554a5641c0..9ac043e4ae8e 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.169.2-27-x", + "version": "0.170.1", "versions": { - "git": "0.169.2-27-x", - "npm": "0.169.1" + "git": "0.170.1", + "npm": "0.170.1" }, "workspaces": [ "packages/*" diff --git a/packages/apps-config/package.json b/packages/apps-config/package.json index 068a5dfda5ec..eff2f45395b3 100644 --- a/packages/apps-config/package.json +++ b/packages/apps-config/package.json @@ -13,7 +13,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.169.2-27-x", + "version": "0.170.1", "main": "index.js", "dependencies": { "@acala-network/type-definitions": "5.1.2", diff --git a/packages/apps-config/src/packageInfo.ts b/packages/apps-config/src/packageInfo.ts index a90087b76c3a..e77643e6b714 100644 --- a/packages/apps-config/src/packageInfo.ts +++ b/packages/apps-config/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.169.2-27-x' }; +export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.170.1' }; diff --git a/packages/apps-electron/package.json b/packages/apps-electron/package.json index f5dd6714ad83..639f26f6c90d 100644 --- a/packages/apps-electron/package.json +++ b/packages/apps-electron/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/polkadot-js/apps.git" }, "sideEffects": false, - "version": "0.169.2-27-x", + "version": "0.170.1", "main": "build/electron.js", "dependencies": { "electron-log": "^5.0.1", diff --git a/packages/apps-routing/package.json b/packages/apps-routing/package.json index df8fb7e75246..b47549449dbd 100644 --- a/packages/apps-routing/package.json +++ b/packages/apps-routing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.169.2-27-x", + "version": "0.170.1", "peerDependencies": { "react": "*", "react-dom": "*", diff --git a/packages/apps/package.json b/packages/apps/package.json index fa3cee3739c7..842ba20b234d 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -14,18 +14,18 @@ }, "sideEffects": true, "type": "module", - "version": "0.169.2-27-x", + "version": "0.170.1", "dependencies": { "@acala-network/chopsticks-core": "^1.2.1", - "@polkadot/apps-config": "^0.169.2-27-x", - "@polkadot/apps-routing": "^0.169.2-27-x", + "@polkadot/apps-config": "^0.170.1", + "@polkadot/apps-routing": "^0.170.1", "@polkadot/dev": "^0.83.3", - "@polkadot/react-api": "^0.169.2-27-x", - "@polkadot/react-components": "^0.169.2-27-x", - "@polkadot/react-hooks": "^0.169.2-27-x", - "@polkadot/react-params": "^0.169.2-27-x", - "@polkadot/react-query": "^0.169.2-27-x", - "@polkadot/react-signer": "^0.169.2-27-x", + "@polkadot/react-api": "^0.170.1", + "@polkadot/react-components": "^0.170.1", + "@polkadot/react-hooks": "^0.170.1", + "@polkadot/react-params": "^0.170.1", + "@polkadot/react-query": "^0.170.1", + "@polkadot/react-signer": "^0.170.1", "punycode": "^2.3.1", "query-string": "^8.1.0", "react": "^18.2.0", diff --git a/packages/apps/public/ipfs/index.html b/packages/apps/public/ipfs/index.html index e530881b5936..4baac63bda4f 100644 --- a/packages/apps/public/ipfs/index.html +++ b/packages/apps/public/ipfs/index.html @@ -2,7 +2,7 @@ Redirecting to ipfs gateway - +