Skip to content

Commit 2d06477

Browse files
committed
update to the upstream
1 parent 478fc0b commit 2d06477

281 files changed

Lines changed: 13155 additions & 6794 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.

.github/workflows/pr-any.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 'lts/*'
16+
- name: Set Execute Permissions
17+
run: chmod +x ./scripts/*
1618
- name: ${{ matrix.step }}
1719
run: |
1820
yarn install --immutable

.github/workflows/push-master.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# - uses: actions/setup-node@v4
2121
# with:
2222
# node-version: 'lts/*'
23+
# - name: Set Execute Permissions
24+
# run: chmod +x ./scripts/*
2325
# - name: ${{ matrix.step }}
2426
# env:
2527
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
@@ -44,6 +46,8 @@
4446
# - uses: actions/setup-node@v4
4547
# with:
4648
# node-version: 'lts/*'
49+
# - name: Set Execute Permissions
50+
# run: chmod +x ./docker/*
4751
# - name: docker
4852
# env:
4953
# DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
@@ -55,7 +59,9 @@
5559
# if: "startsWith(github.event.head_commit.message, '[CI Skip] release/stable')"
5660
# strategy:
5761
# matrix:
58-
# os: [macos-latest, ubuntu-latest, windows-latest]
62+
# # Removed `macos-latest` since notarization errors.
63+
# # ref: https://github.com/polkadot-js/apps/issues/10486
64+
# os: [ubuntu-latest, windows-latest]
5965
# runs-on: ${{ matrix.os }}
6066
# steps:
6167
# - uses: actions/checkout@v4
@@ -64,12 +70,16 @@
6470
# - uses: actions/setup-node@v4
6571
# with:
6672
# node-version: 'lts/*'
67-
# - name: Prepare for app notarization (macOS)
68-
# if: startsWith(matrix.os, 'macos')
69-
# # Import Apple API key for app notarization on macOS
70-
# run: |
71-
# mkdir -p ~/private_keys/
72-
# echo '${{ secrets.API_KEY }}' > ~/private_keys/AuthKey_${{ secrets.API_KEY_ID }}.p8
73+
# # Removed `macos-latest` since notarization errors.
74+
# # ref: https://github.com/polkadot-js/apps/issues/10486
75+
# # - name: Prepare for app notarization (macOS)
76+
# # if: startsWith(matrix.os, 'macos')
77+
# # # Import Apple API key for app notarization on macOS
78+
# # run: |
79+
# # mkdir -p ~/private_keys/
80+
# # echo '${{ secrets.API_KEY }}' > ~/private_keys/AuthKey_${{ secrets.API_KEY_ID }}.p8
81+
# - name: Set Execute Permissions
82+
# run: chmod +x ./scripts/*
7383
# - name: Build/release Electron app
7484
# uses: samuelmeuli/action-electron-builder@v1
7585
# with:

.yarn/releases/yarn-4.4.1.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 934 additions & 0 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.1.cjs
15+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

CHANGELOG.md

Lines changed: 223 additions & 0 deletions
Large diffs are not rendered by default.

CONTRIBUTORS

Lines changed: 43 additions & 34 deletions
Large diffs are not rendered by default.

docker/build.sh

100755100644
File mode changed.

docker/env.sh

100755100644
File mode changed.

package.json

Lines changed: 35 additions & 33 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.1",
11+
"packageManager": "yarn@4.6.0",
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.145.2-19-x",
19+
"version": "0.152.2-2-x",
2020
"versions": {
21-
"git": "0.145.2-19-x",
22-
"npm": "0.145.1"
21+
"git": "0.152.2-2-x",
22+
"npm": "0.152.1"
2323
},
2424
"workspaces": [
2525
"packages/*"
@@ -71,12 +71,13 @@
7171
"axios": "^1.4.0",
7272
"dotenv": "^16.3.1",
7373
"patch-package": "^8.0.0",
74-
"postinstall-postinstall": "^2.1.0"
74+
"postinstall-postinstall": "^2.1.0",
75+
"react-copy-to-clipboard": "^5.1.0"
7576
},
7677
"devDependencies": {
7778
"@crustio/crust-pin": "^1.0.0",
7879
"@pinata/sdk": "^1.2.1",
79-
"@polkadot/dev": "^0.81.2",
80+
"@polkadot/dev": "^0.83.2",
8081
"@types/chart.js": "^2.9.41",
8182
"@types/file-saver": "^2.0.7",
8283
"@types/react-beautiful-dnd": "^13.1.7",
@@ -98,34 +99,35 @@
9899
"source-map-explorer": "^2.5.3"
99100
},
100101
"resolutions": {
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",
102+
"@polkadot/api": "^15.8.1",
103+
"@polkadot/api-augment": "^15.6.1",
104+
"@polkadot/api-base": "^15.6.1",
105+
"@polkadot/api-contract": "^15.8.1",
106+
"@polkadot/api-derive": "^15.8.1",
107+
"@polkadot/hw-ledger": "^13.4.3",
108+
"@polkadot/keyring": "^13.4.3",
109+
"@polkadot/networks": "^13.4.3",
110+
"@polkadot/phishing": "^0.25.6",
111+
"@polkadot/rpc-augment": "^15.6.1",
112+
"@polkadot/rpc-core": "^15.6.1",
113+
"@polkadot/rpc-provider": "^15.8.1",
114+
"@polkadot/typegen": "^15.6.1",
115+
"@polkadot/types": "^15.8.1",
116+
"@polkadot/types-augment": "^15.6.1",
117+
"@polkadot/types-codec": "^15.8.1",
118+
"@polkadot/types-create": "^15.6.1",
119+
"@polkadot/types-known": "^15.6.1",
120+
"@polkadot/types-support": "^15.8.1",
121+
"@polkadot/util": "^13.4.3",
122+
"@polkadot/util-crypto": "^13.4.3",
121123
"@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",
124+
"@polkadot/x-bigint": "^13.3.1",
125+
"@polkadot/x-fetch": "^13.4.3",
126+
"@polkadot/x-global": "^13.3.1",
127+
"@polkadot/x-randomvalues": "^13.3.1",
128+
"@polkadot/x-textdecoder": "^13.3.1",
129+
"@polkadot/x-textencoder": "^13.3.1",
130+
"@polkadot/x-ws": "^13.4.3",
129131
"@zondax/ledger-substrate": "^0.44.7",
130132
"typescript": "^5.5.4"
131133
}

0 commit comments

Comments
 (0)