Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@
1 Piotr Mikołajczyk Fix `jsonrpc` attribute (#9576)
1 Pioua typo fix (#10123)
1 Polkassembly Added fellowship refrenda (#9135)
1 porticodotlabs Adding Zondax RPC fpr Paseo Testnet (#12307)
1 Preschian Febryantara add KodaDot logo (#7151)
1 Progress Ochuko Eyaadah Fix: Show referenda approval/support curves on Kusama, Paseo & Westend (no more blank charts) (#12168)
1 Puneet Saraswat Frequency rococo (#8076)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"versions": {
"git": "0.171.2-6-x",
"git": "0.171.2-7-x",
"npm": "0.171.1"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
19 changes: 12 additions & 7 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ export const testParasPaseoCommon: EndpointOption[] = [
IBP1: 'wss://asset-hub-paseo.ibp.network',
IBP2: 'wss://asset-hub-paseo.dotters.network',
// StakeWorld: 'wss://rpc-assethub-paseo.stakeworld.io',
TurboFlakes: 'wss://sys.turboflakes.io/asset-hub-paseo'
TurboFlakes: 'wss://sys.turboflakes.io/asset-hub-paseo',
Zondax: 'wss://api2.zondax.ch/pas/assethub/node/rpc'
},
relayName: 'paseo',
teleport: [-1, 1002, 1111],
Expand All @@ -504,7 +505,8 @@ export const testParasPaseoCommon: EndpointOption[] = [
paraId: 1002,
providers: {
IBP1: 'wss://bridge-hub-paseo.ibp.network',
IBP2: 'wss://bridge-hub-paseo.dotters.network'
IBP2: 'wss://bridge-hub-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/bridgehub/node/rpc'
},
relayName: 'paseo',
teleport: [-1, 1000],
Expand All @@ -520,7 +522,8 @@ export const testParasPaseoCommon: EndpointOption[] = [
paraId: 1001,
providers: {
IBP1: 'wss://collectives-paseo.ibp.network',
IBP2: 'wss://collectives-paseo.dotters.network'
IBP2: 'wss://collectives-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/collectives/node/rpc'
},
relayName: 'paseo',
teleport: [-1, 1000],
Expand All @@ -536,8 +539,9 @@ export const testParasPaseoCommon: EndpointOption[] = [
paraId: 1005,
providers: {
IBP1: 'wss://coretime-paseo.ibp.network',
IBP2: 'wss://coretime-paseo.dotters.network'
IBP2: 'wss://coretime-paseo.dotters.network',
// ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/polkadot-js/apps/issues/11587
Zondax: 'wss://api2.zondax.ch/pas/coretime/node/rpc'
},
relayName: 'paseo',
teleport: [-1],
Expand All @@ -555,7 +559,8 @@ export const testParasPaseoCommon: EndpointOption[] = [
providers: {
Amforc: 'wss://people-paseo.rpc.amforc.com',
IBP1: 'wss://people-paseo.ibp.network',
IBP2: 'wss://people-paseo.dotters.network'
IBP2: 'wss://people-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/people/node/rpc'
},
relayName: 'paseo',
teleport: [-1],
Expand All @@ -581,9 +586,9 @@ export const testRelayPaseo: EndpointOption = {
Amforc: 'wss://paseo.rpc.amforc.com',
Dwellir: 'wss://paseo-rpc.n.dwellir.com',
IBP1: 'wss://paseo.ibp.network',
IBP2: 'wss://paseo.dotters.network'
IBP2: 'wss://paseo.dotters.network',
// StakeWorld: 'wss://rpc-paseo.stakeworld.io'
// Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/polkadot-js/apps/issues/11199
Zondax: 'wss://api2.zondax.ch/pas/relay/node/rpc'
// 'light client': 'light://substrate-connect/paseo'
},
teleport: getTeleports(testParasPaseoCommon),
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.171.2-6-x' };
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.171.2-7-x' };
2 changes: 1 addition & 1 deletion packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"main": "build/electron.js",
"dependencies": {
"electron-log": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
18 changes: 9 additions & 9 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"sideEffects": true,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@acala-network/chopsticks-core": "^1.2.1",
"@polkadot/apps-config": "^0.171.2-6-x",
"@polkadot/apps-routing": "^0.171.2-6-x",
"@polkadot/apps-config": "^0.171.2-7-x",
"@polkadot/apps-routing": "^0.171.2-7-x",
"@polkadot/dev": "^0.83.3",
"@polkadot/react-api": "^0.171.2-6-x",
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-hooks": "^0.171.2-6-x",
"@polkadot/react-params": "^0.171.2-6-x",
"@polkadot/react-query": "^0.171.2-6-x",
"@polkadot/react-signer": "^0.171.2-6-x",
"@polkadot/react-api": "^0.171.2-7-x",
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-hooks": "^0.171.2-7-x",
"@polkadot/react-params": "^0.171.2-7-x",
"@polkadot/react-query": "^0.171.2-7-x",
"@polkadot/react-signer": "^0.171.2-7-x",
"punycode": "^2.3.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-6-x' };
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-7-x' };
8 changes: 4 additions & 4 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/hw-ledger": "^14.0.3",
"@polkadot/phishing": "^0.25.25",
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-hooks": "^0.171.2-6-x",
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-hooks": "^0.171.2-7-x",
"@polkadot/util": "^14.0.3",
"@polkadot/vanitygen": "^0.63.20",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.171.2-6-x"
"@polkadot/test-support": "0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-components": "^0.171.2-7-x",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-alliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-ambassador/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
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 @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x"
},
"devDependencies": {
"@polkadot/test-support": "0.171.2-6-x"
"@polkadot/test-support": "0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "0.171.2-6-x",
"@polkadot/react-query": "0.171.2-6-x"
"@polkadot/react-components": "0.171.2-7-x",
"@polkadot/react-query": "0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-components": "^0.171.2-7-x",
"secp256k1": "^3.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-collator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/api-contract": "16.5.6",
"eventemitter3": "^5.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/page-coretime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-query": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-query": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
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 @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-query": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-query": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-query": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-query": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-params": "^0.171.2-6-x",
"@polkadot/react-signer": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-params": "^0.171.2-7-x",
"@polkadot/react-signer": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-fellowship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x",
"@polkadot/react-components": "^0.171.2-7-x",
"axios": "^1.6.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-6-x",
"version": "0.171.2-7-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-6-x"
"@polkadot/react-components": "^0.171.2-7-x"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading
Loading