Skip to content

Commit

Permalink
fix payouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Nov 12, 2024
2 parents aa724ab + de2c3d6 commit ea883f4
Show file tree
Hide file tree
Showing 196 changed files with 7,200 additions and 3,625 deletions.
348 changes: 174 additions & 174 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
# CHANGELOG

## 0.145.1 Oct 15, 2024

Contributed:

- Bump KILT dep (Thanks to https://github.com/ntn-x2)
- Remove rococoAmplitude and add paseoAmplitude (Thanks to https://github.com/gianfra-t)
- Renamed riot to matrix while displaying identity (Thanks to https://github.com/niklabh)
- Update translation: Bahasa Indonesia (Thanks to https://github.com/xryoshi)
- Change robonomics parachains colors (Thanks to https://github.com/PavelSheremetev)
- Add the official RPC for parallel network (Thanks to https://github.com/dio-will)
- Update Zero Canary Endpoints for productionRelayKusama.ts (Thanks to https://github.com/2075)
- 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)
- Update subsquare supported chains (Thanks to https://github.com/wliyongfeng)
- Add RegionX Paseo (Thanks to https://github.com/Szegoo)
- Deleted OnFinality 3 endpoints (Thanks to https://github.com/FiveKG)

Changes:
- Reflecting changes to Identity pallet
- Patch for crashing explorer
- H160 address parsing issues on Address book and AccountName component
- Naming issue for Paseo People chain
- Remove Rococo relay and parachains
- Add bittensor types to types bundle
- Update polkadot-js deps
- Disable unreachable endpoints

## 0.144.1 Sep 24, 2024

Contributed:

- Change Creditcoin Mainnet Name Ahead of New Mainnet Release (Thanks to https://github.com/BradleyOlson64)
- Add polkadot coretime chain (Thanks to https://github.com/BulatSaif)
- Refresh POP network colour and logo (Thanks to https://github.com/evilrobot-01)
- Restore working SubQuery endpoint (Thanks to https://github.com/jamesbayly)
- Update Kilt chain type definitions to V1 (Thanks to https://github.com/rflechtner)
- Add new Creditcoin Mainnet (Thanks to https://github.com/BradleyOlson64)
- Rename CreditCoin Classic to CC enterprise (Thanks to https://github.com/beqaabu)
- Change DAO IPCI endpoint (Thanks to https://github.com/dergudzon)
- Add Argon Protocol testnet (Thanks to https://github.com/blakebyrnes)
- Onfinality remove Kilt (Thanks to https://github.com/CrazySurfBoy)
- Add Proof size summary (Thanks to https://github.com/Moliholy)
- People for identity in paseo system chains (Thanks to https://github.com/al3mart)
- Add Energy Web X (PEX) parachain on Paseo Relaychain (Thanks to https://github.com/royki)
- Add Dwellir Laso endoint (Thanks to https://github.com/gflow33)
- Add Xcavate to paseo (Thanks to https://github.com/ganesh1997oli)
- Hydration Rebrand (Thanks to https://github.com/jak-pan)
- Add paseo Coretime RPC (Thanks to https://github.com/al3mart)
- Move Zeitgeist Batter station to Paseo (Thanks to https://github.com/maltekliemann)
- Update endpoints for SORA testnet (Thanks to https://github.com/stefashkaa)
- Re-enable OnFinality for 2091 (Thanks to https://github.com/wilwade)
- Update XCAV logo (Thanks to https://github.com/ganesh1997oli)
- Removal of RadiumBlock as Watr Endpoint Provider (Thanks to https://github.com/radiumb)
- Add ideal Network testnet to Paseo (Thanks to https://github.com/juangirini)
- Add Myriad Social testnet to Paseo (Thanks to https://github.com/agustinustheo)
- Enable robonomics endpoint (Thanks to https://github.com/PavelSheremetev)
- Migrate IBP2 endpoints from path to subdomains (Thanks to https://github.com/senseless)

Changes:

- Set current account nonce to be independent from user input
- Fix identity for live networks
- Allow reserved in voting balance
- Disable unreachable endpoints
- Add People logo to westend
- Bump yarn to 4.4.1
- Coretime Chain - Add Overview UI Tab
- Fix Format Balance issue
- Fix error in Coretime on polkadot due to no data
- Update Broker pallet calls to be generalized, and add esimated bulk price value
- Fix Updated parsing for brokerConfig and brokerSalesInfo
- Upgrade polkadot-js deps


## 0.143.2 Aug 21, 2024

Changes:
Expand Down
59 changes: 37 additions & 22 deletions CONTRIBUTORS

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"homepage": "https://github.com/availproject/avail-apps#readme",
"license": "Apache-2.0",
"name": "polkadot-apps",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/availproject/avail-apps.git"
},
"sideEffects": false,
"type": "module",
"version": "0.143.3-9-x",
"version": "0.145.2-19-x",
"versions": {
"git": "0.143.3-9-x",
"npm": "0.143.2"
"git": "0.145.2-19-x",
"npm": "0.145.1"
},
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.2.1",
"@polkadot/dev": "^0.78.13",
"@polkadot/dev": "^0.81.2",
"@types/chart.js": "^2.9.41",
"@types/file-saver": "^2.0.7",
"@types/react-beautiful-dnd": "^13.1.7",
Expand All @@ -98,35 +98,35 @@
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/api-base": "^12.4.2",
"@polkadot/api-contract": "^12.4.2",
"@polkadot/api-derive": "^12.4.2",
"@polkadot/hw-ledger": "^13.0.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/phishing": "^0.23.4",
"@polkadot/rpc-augment": "^12.4.2",
"@polkadot/rpc-core": "^12.4.2",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/types-augment": "^12.4.2",
"@polkadot/types-codec": "^12.4.2",
"@polkadot/types-create": "^12.4.2",
"@polkadot/types-known": "^12.4.2",
"@polkadot/types-support": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-bigint": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
"@polkadot/x-global": "^13.0.2",
"@polkadot/x-randomvalues": "^13.0.2",
"@polkadot/x-textdecoder": "^13.0.2",
"@polkadot/x-textencoder": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/api-base": "^14.3.1",
"@polkadot/api-contract": "^14.3.1",
"@polkadot/api-derive": "^14.3.1",
"@polkadot/hw-ledger": "^13.2.3",
"@polkadot/keyring": "^13.2.3",
"@polkadot/networks": "^13.2.3",
"@polkadot/phishing": "^0.24.3",
"@polkadot/rpc-augment": "^14.3.1",
"@polkadot/rpc-core": "^14.3.1",
"@polkadot/rpc-provider": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/types-augment": "^14.3.1",
"@polkadot/types-codec": "^14.3.1",
"@polkadot/types-create": "^14.3.1",
"@polkadot/types-known": "^14.3.1",
"@polkadot/types-support": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/wasm-crypto": "^7.4.1",
"@polkadot/x-bigint": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
"@polkadot/x-global": "^13.2.3",
"@polkadot/x-randomvalues": "^13.2.3",
"@polkadot/x-textdecoder": "^13.2.3",
"@polkadot/x-textencoder": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"@zondax/ledger-substrate": "^0.44.7",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}
26 changes: 13 additions & 13 deletions 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.143.3-9-x",
"version": "0.145.2-19-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand All @@ -28,7 +28,7 @@
"@fragnova/api-augment": "0.1.0-spec-1.0.4-mainnet",
"@frequency-chain/api-augment": "1.11.1",
"@interlay/interbtc-types": "1.13.0",
"@kiltprotocol/type-definitions": "^1.11200.0",
"@kiltprotocol/type-definitions": "^1.11401.0",
"@laminar/type-definitions": "0.3.1",
"@logion/node-api": "0.27.0-4",
"@mangata-finance/type-definitions": "^2.1.2",
Expand All @@ -37,17 +37,17 @@
"@peaqnetwork/type-definitions": "0.0.4",
"@pendulum-chain/type-definitions": "0.3.8",
"@phala/typedefs": "0.2.33",
"@polkadot/api": "^12.4.2",
"@polkadot/api-derive": "^12.4.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/react-identicon": "^3.9.1",
"@polkadot/types": "^12.4.2",
"@polkadot/types-codec": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/wasm-util": "^7.3.2",
"@polkadot/x-fetch": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
"@polkadot/api": "^14.3.1",
"@polkadot/api-derive": "^14.3.1",
"@polkadot/networks": "^13.2.3",
"@polkadot/react-identicon": "^3.11.3",
"@polkadot/types": "^14.3.1",
"@polkadot/types-codec": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/wasm-util": "^7.4.1",
"@polkadot/x-fetch": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"@polymeshassociation/polymesh-types": "5.7.0",
"@snowfork/snowbridge-types": "0.2.7",
"@sora-substrate/type-definitions": "1.27.7",
Expand Down
2 changes: 0 additions & 2 deletions packages/apps-config/src/api/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const KUSAMA_GENESIS = getGenesis('kusama');
export const POLKADOT_GENESIS = getGenesis('polkadot');
export const POLKADOT_DENOM_BLOCK = new BN(1248328);

export const ROCOCO_GENESIS = getGenesis('rococo');

export const PASEO_GENESIS = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f';

export const WESTEND_GENESIS = getGenesis('westend');
Expand Down
60 changes: 60 additions & 0 deletions packages/apps-config/src/api/spec/argon.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// Copyright 2017-2024 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';

/* eslint-disable sort-keys */
const definitions: OverrideBundleDefinition = {
types: [
{
// on all versions
minmax: [0, undefined],
types: {
Satoshis: 'u64'
}
}
],
runtime: {
MiningSlotApi: [
{
methods: {
next_slot_era: {
description: 'Get the next slot block start and end',
params: [],
type: '(BlockNumber, BlockNumber)'
}
},
version: 1
}
],
BitcoinApis: [
{
methods: {
redemption_rate: {
description: 'Get the current redemption rate for a given number of satoshis',
params: [
{
name: 'satoshis',
type: 'Satoshis'
}
],
type: 'Balance'
},
market_rate: {
description: 'Get the current market rate for a given number of satoshis',
params: [
{
name: 'satoshis',
type: 'Satoshis'
}
],
type: 'Balance'
}
},
version: 1
}
]
}
};

export default definitions;
20 changes: 12 additions & 8 deletions packages/apps-config/src/api/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import altair from './altair.js';
import apron from './apron.js';
import aresGladios from './ares-gladios.js';
import aresParachain from './ares-parachain.js';
import argon from './argon.js';
import astar from './astar.js';
import avail from './avail.js';
import bajun from './bajun.js';
Expand All @@ -20,6 +21,7 @@ import bifrostParachain from './bifrost-parachain.js';
import bitcountry from './bitcountry.js';
import bitcountryPioneer from './bitcountry-pioneer.js';
import bitcountryParachain from './bitcountry-rococo.js';
import bittensor from './bittensor.js';
import centrifuge from './centrifuge.js';
import centrifugeChain from './centrifuge-chain.js';
import chainx from './chainx.js';
Expand Down Expand Up @@ -155,6 +157,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
'ares-gladios': aresGladios,
'ares-mars': aresParachain,
'ares-odyssey': aresParachain,
argon,
asgard: bifrostAsgard,
astar,
avail,
Expand All @@ -165,6 +168,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
'bifrost-parachain': bifrostParachain,
'bitcountry-node': bitcountry,
'bitcountry-parachain': bitcountryParachain,
bittensor,
centrifuge,
'centrifuge-chain': centrifugeChain,
chainx,
Expand Down Expand Up @@ -243,18 +247,18 @@ const spec: Record<string, OverrideBundleDefinition> = {
mathchain,
'mathchain-galois': galois,
messier: hyperbridge,
moonbase: moonbeam,
moonbeam,
moonriver: moonbeam,
moonshadow: moonbeam,
moonbase: moonbeam as OverrideBundleDefinition,
moonbeam: moonbeam as OverrideBundleDefinition,
moonriver: moonbeam as OverrideBundleDefinition,
moonshadow: moonbeam as OverrideBundleDefinition,
muse,
'mybank.network Testnet': mybank,
mythos,
neatcoin,
neuroweb,
nexus: hyperbridge,
nftmart,
'node-moonbeam': moonbeam,
'node-moonbeam': moonbeam as OverrideBundleDefinition,
'node-polkadex': polkadex,
'nodle-chain': nodle,
oak,
Expand All @@ -273,7 +277,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
'pioneer-runtime': bitcountryPioneer,
polymesh_mainnet: polymeshMainnet,
polymesh_testnet: polymeshTestnet,
'pontem-node': pontem,
'pontem-node': pontem as OverrideBundleDefinition,
prism,
'quantum-portal-network-parachain': ferrum,
quartz,
Expand All @@ -284,7 +288,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
sapphire,
shibuya,
shiden,
snowbridge,
snowbridge: snowbridge as OverrideBundleDefinition,
'sora-substrate': soraSubstrate,
sora_ksm: soraSubstrate,
'spacewalk-standalone': pendulum,
Expand All @@ -294,7 +298,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
steam: eave,
subdao,
subgame,
subsocial,
subsocial: subsocial as OverrideBundleDefinition,
subspace,
'substrate-contracts-node': substrateContractsNode,
subzero: zero,
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/polymesh-mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import type { OverrideBundleDefinition } from '@polkadot/types/types';

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

const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_mainnet;
const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_mainnet as OverrideBundleDefinition;

export default definitions;
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/polymesh-testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import type { OverrideBundleDefinition } from '@polkadot/types/types';

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

const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_testnet;
const definitions: OverrideBundleDefinition = typesBundle.spec.polymesh_testnet as OverrideBundleDefinition;

export default definitions;
Loading

0 comments on commit ea883f4

Please sign in to comment.