Skip to content

Commit ea883f4

Browse files
committed
fix payouts
2 parents aa724ab + de2c3d6 commit ea883f4

196 files changed

Lines changed: 7200 additions & 3625 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ logFilters:
1212

1313
nodeLinker: node-modules
1414

15-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
15+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# CHANGELOG
22

3+
## 0.145.1 Oct 15, 2024
4+
5+
Contributed:
6+
7+
- Bump KILT dep (Thanks to https://github.com/ntn-x2)
8+
- Remove rococoAmplitude and add paseoAmplitude (Thanks to https://github.com/gianfra-t)
9+
- Renamed riot to matrix while displaying identity (Thanks to https://github.com/niklabh)
10+
- Update translation: Bahasa Indonesia (Thanks to https://github.com/xryoshi)
11+
- Change robonomics parachains colors (Thanks to https://github.com/PavelSheremetev)
12+
- Add the official RPC for parallel network (Thanks to https://github.com/dio-will)
13+
- Update Zero Canary Endpoints for productionRelayKusama.ts (Thanks to https://github.com/2075)
14+
- RadiumBlock would like to bring up our Moonbase endpoints in Curie. Our high performance, highly distributed Endpoint Delivery Network. (Thanks to https://github.com/radiumb)
15+
- Update subsquare supported chains (Thanks to https://github.com/wliyongfeng)
16+
- Add RegionX Paseo (Thanks to https://github.com/Szegoo)
17+
- Deleted OnFinality 3 endpoints (Thanks to https://github.com/FiveKG)
18+
19+
Changes:
20+
- Reflecting changes to Identity pallet
21+
- Patch for crashing explorer
22+
- H160 address parsing issues on Address book and AccountName component
23+
- Naming issue for Paseo People chain
24+
- Remove Rococo relay and parachains
25+
- Add bittensor types to types bundle
26+
- Update polkadot-js deps
27+
- Disable unreachable endpoints
28+
29+
## 0.144.1 Sep 24, 2024
30+
31+
Contributed:
32+
33+
- Change Creditcoin Mainnet Name Ahead of New Mainnet Release (Thanks to https://github.com/BradleyOlson64)
34+
- Add polkadot coretime chain (Thanks to https://github.com/BulatSaif)
35+
- Refresh POP network colour and logo (Thanks to https://github.com/evilrobot-01)
36+
- Restore working SubQuery endpoint (Thanks to https://github.com/jamesbayly)
37+
- Update Kilt chain type definitions to V1 (Thanks to https://github.com/rflechtner)
38+
- Add new Creditcoin Mainnet (Thanks to https://github.com/BradleyOlson64)
39+
- Rename CreditCoin Classic to CC enterprise (Thanks to https://github.com/beqaabu)
40+
- Change DAO IPCI endpoint (Thanks to https://github.com/dergudzon)
41+
- Add Argon Protocol testnet (Thanks to https://github.com/blakebyrnes)
42+
- Onfinality remove Kilt (Thanks to https://github.com/CrazySurfBoy)
43+
- Add Proof size summary (Thanks to https://github.com/Moliholy)
44+
- People for identity in paseo system chains (Thanks to https://github.com/al3mart)
45+
- Add Energy Web X (PEX) parachain on Paseo Relaychain (Thanks to https://github.com/royki)
46+
- Add Dwellir Laso endoint (Thanks to https://github.com/gflow33)
47+
- Add Xcavate to paseo (Thanks to https://github.com/ganesh1997oli)
48+
- Hydration Rebrand (Thanks to https://github.com/jak-pan)
49+
- Add paseo Coretime RPC (Thanks to https://github.com/al3mart)
50+
- Move Zeitgeist Batter station to Paseo (Thanks to https://github.com/maltekliemann)
51+
- Update endpoints for SORA testnet (Thanks to https://github.com/stefashkaa)
52+
- Re-enable OnFinality for 2091 (Thanks to https://github.com/wilwade)
53+
- Update XCAV logo (Thanks to https://github.com/ganesh1997oli)
54+
- Removal of RadiumBlock as Watr Endpoint Provider (Thanks to https://github.com/radiumb)
55+
- Add ideal Network testnet to Paseo (Thanks to https://github.com/juangirini)
56+
- Add Myriad Social testnet to Paseo (Thanks to https://github.com/agustinustheo)
57+
- Enable robonomics endpoint (Thanks to https://github.com/PavelSheremetev)
58+
- Migrate IBP2 endpoints from path to subdomains (Thanks to https://github.com/senseless)
59+
60+
Changes:
61+
62+
- Set current account nonce to be independent from user input
63+
- Fix identity for live networks
64+
- Allow reserved in voting balance
65+
- Disable unreachable endpoints
66+
- Add People logo to westend
67+
- Bump yarn to 4.4.1
68+
- Coretime Chain - Add Overview UI Tab
69+
- Fix Format Balance issue
70+
- Fix error in Coretime on polkadot due to no data
71+
- Update Broker pallet calls to be generalized, and add esimated bulk price value
72+
- Fix Updated parsing for brokerConfig and brokerSalesInfo
73+
- Upgrade polkadot-js deps
74+
75+
376
## 0.143.2 Aug 21, 2024
477

578
Changes:

CONTRIBUTORS

Lines changed: 37 additions & 22 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"homepage": "https://github.com/availproject/avail-apps#readme",
99
"license": "Apache-2.0",
1010
"name": "polkadot-apps",
11-
"packageManager": "yarn@4.4.0",
11+
"packageManager": "yarn@4.4.1",
1212
"private": true,
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/availproject/avail-apps.git"
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.143.3-9-x",
19+
"version": "0.145.2-19-x",
2020
"versions": {
21-
"git": "0.143.3-9-x",
22-
"npm": "0.143.2"
21+
"git": "0.145.2-19-x",
22+
"npm": "0.145.1"
2323
},
2424
"workspaces": [
2525
"packages/*"
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"@crustio/crust-pin": "^1.0.0",
7878
"@pinata/sdk": "^1.2.1",
79-
"@polkadot/dev": "^0.78.13",
79+
"@polkadot/dev": "^0.81.2",
8080
"@types/chart.js": "^2.9.41",
8181
"@types/file-saver": "^2.0.7",
8282
"@types/react-beautiful-dnd": "^13.1.7",
@@ -98,35 +98,35 @@
9898
"source-map-explorer": "^2.5.3"
9999
},
100100
"resolutions": {
101-
"@polkadot/api": "^12.4.2",
102-
"@polkadot/api-augment": "^12.4.2",
103-
"@polkadot/api-base": "^12.4.2",
104-
"@polkadot/api-contract": "^12.4.2",
105-
"@polkadot/api-derive": "^12.4.2",
106-
"@polkadot/hw-ledger": "^13.0.2",
107-
"@polkadot/keyring": "^13.0.2",
108-
"@polkadot/networks": "^13.0.2",
109-
"@polkadot/phishing": "^0.23.4",
110-
"@polkadot/rpc-augment": "^12.4.2",
111-
"@polkadot/rpc-core": "^12.4.2",
112-
"@polkadot/rpc-provider": "^12.4.2",
113-
"@polkadot/types": "^12.4.2",
114-
"@polkadot/types-augment": "^12.4.2",
115-
"@polkadot/types-codec": "^12.4.2",
116-
"@polkadot/types-create": "^12.4.2",
117-
"@polkadot/types-known": "^12.4.2",
118-
"@polkadot/types-support": "^12.4.2",
119-
"@polkadot/util": "^13.0.2",
120-
"@polkadot/util-crypto": "^13.0.2",
121-
"@polkadot/wasm-crypto": "^7.3.2",
122-
"@polkadot/x-bigint": "^13.0.2",
123-
"@polkadot/x-fetch": "^13.0.2",
124-
"@polkadot/x-global": "^13.0.2",
125-
"@polkadot/x-randomvalues": "^13.0.2",
126-
"@polkadot/x-textdecoder": "^13.0.2",
127-
"@polkadot/x-textencoder": "^13.0.2",
128-
"@polkadot/x-ws": "^13.0.2",
101+
"@polkadot/api": "^14.3.1",
102+
"@polkadot/api-augment": "^14.3.1",
103+
"@polkadot/api-base": "^14.3.1",
104+
"@polkadot/api-contract": "^14.3.1",
105+
"@polkadot/api-derive": "^14.3.1",
106+
"@polkadot/hw-ledger": "^13.2.3",
107+
"@polkadot/keyring": "^13.2.3",
108+
"@polkadot/networks": "^13.2.3",
109+
"@polkadot/phishing": "^0.24.3",
110+
"@polkadot/rpc-augment": "^14.3.1",
111+
"@polkadot/rpc-core": "^14.3.1",
112+
"@polkadot/rpc-provider": "^14.3.1",
113+
"@polkadot/types": "^14.3.1",
114+
"@polkadot/types-augment": "^14.3.1",
115+
"@polkadot/types-codec": "^14.3.1",
116+
"@polkadot/types-create": "^14.3.1",
117+
"@polkadot/types-known": "^14.3.1",
118+
"@polkadot/types-support": "^14.3.1",
119+
"@polkadot/util": "^13.2.3",
120+
"@polkadot/util-crypto": "^13.2.3",
121+
"@polkadot/wasm-crypto": "^7.4.1",
122+
"@polkadot/x-bigint": "^13.2.3",
123+
"@polkadot/x-fetch": "^13.2.3",
124+
"@polkadot/x-global": "^13.2.3",
125+
"@polkadot/x-randomvalues": "^13.2.3",
126+
"@polkadot/x-textdecoder": "^13.2.3",
127+
"@polkadot/x-textencoder": "^13.2.3",
128+
"@polkadot/x-ws": "^13.2.3",
129129
"@zondax/ledger-substrate": "^0.44.7",
130-
"typescript": "^5.3.3"
130+
"typescript": "^5.5.4"
131131
}
132132
}

packages/apps-config/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"sideEffects": false,
1515
"type": "module",
16-
"version": "0.143.3-9-x",
16+
"version": "0.145.2-19-x",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",
@@ -28,7 +28,7 @@
2828
"@fragnova/api-augment": "0.1.0-spec-1.0.4-mainnet",
2929
"@frequency-chain/api-augment": "1.11.1",
3030
"@interlay/interbtc-types": "1.13.0",
31-
"@kiltprotocol/type-definitions": "^1.11200.0",
31+
"@kiltprotocol/type-definitions": "^1.11401.0",
3232
"@laminar/type-definitions": "0.3.1",
3333
"@logion/node-api": "0.27.0-4",
3434
"@mangata-finance/type-definitions": "^2.1.2",
@@ -37,17 +37,17 @@
3737
"@peaqnetwork/type-definitions": "0.0.4",
3838
"@pendulum-chain/type-definitions": "0.3.8",
3939
"@phala/typedefs": "0.2.33",
40-
"@polkadot/api": "^12.4.2",
41-
"@polkadot/api-derive": "^12.4.2",
42-
"@polkadot/networks": "^13.0.2",
43-
"@polkadot/react-identicon": "^3.9.1",
44-
"@polkadot/types": "^12.4.2",
45-
"@polkadot/types-codec": "^12.4.2",
46-
"@polkadot/util": "^13.0.2",
47-
"@polkadot/util-crypto": "^13.0.2",
48-
"@polkadot/wasm-util": "^7.3.2",
49-
"@polkadot/x-fetch": "^13.0.2",
50-
"@polkadot/x-ws": "^13.0.2",
40+
"@polkadot/api": "^14.3.1",
41+
"@polkadot/api-derive": "^14.3.1",
42+
"@polkadot/networks": "^13.2.3",
43+
"@polkadot/react-identicon": "^3.11.3",
44+
"@polkadot/types": "^14.3.1",
45+
"@polkadot/types-codec": "^14.3.1",
46+
"@polkadot/util": "^13.2.3",
47+
"@polkadot/util-crypto": "^13.2.3",
48+
"@polkadot/wasm-util": "^7.4.1",
49+
"@polkadot/x-fetch": "^13.2.3",
50+
"@polkadot/x-ws": "^13.2.3",
5151
"@polymeshassociation/polymesh-types": "5.7.0",
5252
"@snowfork/snowbridge-types": "0.2.7",
5353
"@sora-substrate/type-definitions": "1.27.7",

packages/apps-config/src/api/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export const KUSAMA_GENESIS = getGenesis('kusama');
2121
export const POLKADOT_GENESIS = getGenesis('polkadot');
2222
export const POLKADOT_DENOM_BLOCK = new BN(1248328);
2323

24-
export const ROCOCO_GENESIS = getGenesis('rococo');
25-
2624
export const PASEO_GENESIS = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f';
2725

2826
export const WESTEND_GENESIS = getGenesis('westend');
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
// Copyright 2017-2024 @polkadot/apps-config authors & contributors
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
import type { OverrideBundleDefinition } from '@polkadot/types/types';
5+
6+
/* eslint-disable sort-keys */
7+
const definitions: OverrideBundleDefinition = {
8+
types: [
9+
{
10+
// on all versions
11+
minmax: [0, undefined],
12+
types: {
13+
Satoshis: 'u64'
14+
}
15+
}
16+
],
17+
runtime: {
18+
MiningSlotApi: [
19+
{
20+
methods: {
21+
next_slot_era: {
22+
description: 'Get the next slot block start and end',
23+
params: [],
24+
type: '(BlockNumber, BlockNumber)'
25+
}
26+
},
27+
version: 1
28+
}
29+
],
30+
BitcoinApis: [
31+
{
32+
methods: {
33+
redemption_rate: {
34+
description: 'Get the current redemption rate for a given number of satoshis',
35+
params: [
36+
{
37+
name: 'satoshis',
38+
type: 'Satoshis'
39+
}
40+
],
41+
type: 'Balance'
42+
},
43+
market_rate: {
44+
description: 'Get the current market rate for a given number of satoshis',
45+
params: [
46+
{
47+
name: 'satoshis',
48+
type: 'Satoshis'
49+
}
50+
],
51+
type: 'Balance'
52+
}
53+
},
54+
version: 1
55+
}
56+
]
57+
}
58+
};
59+
60+
export default definitions;

packages/apps-config/src/api/spec/index.ts

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import altair from './altair.js';
99
import apron from './apron.js';
1010
import aresGladios from './ares-gladios.js';
1111
import aresParachain from './ares-parachain.js';
12+
import argon from './argon.js';
1213
import astar from './astar.js';
1314
import avail from './avail.js';
1415
import bajun from './bajun.js';
@@ -20,6 +21,7 @@ import bifrostParachain from './bifrost-parachain.js';
2021
import bitcountry from './bitcountry.js';
2122
import bitcountryPioneer from './bitcountry-pioneer.js';
2223
import bitcountryParachain from './bitcountry-rococo.js';
24+
import bittensor from './bittensor.js';
2325
import centrifuge from './centrifuge.js';
2426
import centrifugeChain from './centrifuge-chain.js';
2527
import chainx from './chainx.js';
@@ -155,6 +157,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
155157
'ares-gladios': aresGladios,
156158
'ares-mars': aresParachain,
157159
'ares-odyssey': aresParachain,
160+
argon,
158161
asgard: bifrostAsgard,
159162
astar,
160163
avail,
@@ -165,6 +168,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
165168
'bifrost-parachain': bifrostParachain,
166169
'bitcountry-node': bitcountry,
167170
'bitcountry-parachain': bitcountryParachain,
171+
bittensor,
168172
centrifuge,
169173
'centrifuge-chain': centrifugeChain,
170174
chainx,
@@ -243,18 +247,18 @@ const spec: Record<string, OverrideBundleDefinition> = {
243247
mathchain,
244248
'mathchain-galois': galois,
245249
messier: hyperbridge,
246-
moonbase: moonbeam,
247-
moonbeam,
248-
moonriver: moonbeam,
249-
moonshadow: moonbeam,
250+
moonbase: moonbeam as OverrideBundleDefinition,
251+
moonbeam: moonbeam as OverrideBundleDefinition,
252+
moonriver: moonbeam as OverrideBundleDefinition,
253+
moonshadow: moonbeam as OverrideBundleDefinition,
250254
muse,
251255
'mybank.network Testnet': mybank,
252256
mythos,
253257
neatcoin,
254258
neuroweb,
255259
nexus: hyperbridge,
256260
nftmart,
257-
'node-moonbeam': moonbeam,
261+
'node-moonbeam': moonbeam as OverrideBundleDefinition,
258262
'node-polkadex': polkadex,
259263
'nodle-chain': nodle,
260264
oak,
@@ -273,7 +277,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
273277
'pioneer-runtime': bitcountryPioneer,
274278
polymesh_mainnet: polymeshMainnet,
275279
polymesh_testnet: polymeshTestnet,
276-
'pontem-node': pontem,
280+
'pontem-node': pontem as OverrideBundleDefinition,
277281
prism,
278282
'quantum-portal-network-parachain': ferrum,
279283
quartz,
@@ -284,7 +288,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
284288
sapphire,
285289
shibuya,
286290
shiden,
287-
snowbridge,
291+
snowbridge: snowbridge as OverrideBundleDefinition,
288292
'sora-substrate': soraSubstrate,
289293
sora_ksm: soraSubstrate,
290294
'spacewalk-standalone': pendulum,
@@ -294,7 +298,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
294298
steam: eave,
295299
subdao,
296300
subgame,
297-
subsocial,
301+
subsocial: subsocial as OverrideBundleDefinition,
298302
subspace,
299303
'substrate-contracts-node': substrateContractsNode,
300304
subzero: zero,

packages/apps-config/src/api/spec/polymesh-mainnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import type { OverrideBundleDefinition } from '@polkadot/types/types';
55

66
import { typesBundle } from '@polymeshassociation/polymesh-types';
77

8-
const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_mainnet;
8+
const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_mainnet as OverrideBundleDefinition;
99

1010
export default definitions;

0 commit comments

Comments
 (0)