Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
d8a0e3a
Merge pull request #271 from PolymeshAssociation/develop
adamdossa Oct 27, 2023
18fcf7e
chore(release): update package versions to 1.8.0 [skip ci]
semantic-release-bot Oct 27, 2023
c315d31
chore(release): add changelog entry for version 1.8.0 [skip ci]
semantic-release-bot Oct 27, 2023
76d7a6f
fix: fixed identity state slice for store identities by account and did
olia-nistratova Oct 27, 2023
2139d02
fix: fixed identity rename props
olia-nistratova Oct 27, 2023
4b29316
fix: multiple fixes
F-OBrien Nov 6, 2023
2969fb1
fix: remove network specific account states
F-OBrien Nov 6, 2023
da9eee4
chore(release): update package versions to 1.8.1 [skip ci]
semantic-release-bot Jan 2, 2024
881e285
chore(release): add changelog entry for version 1.8.1 [skip ci]
semantic-release-bot Jan 2, 2024
75a42ed
fix: prevent authorization requests from incorrect url when pages are…
F-OBrien Jan 18, 2024
15aef1c
chore(release): update package versions to 1.8.2 [skip ci]
semantic-release-bot Jan 25, 2024
d14afb4
chore(release): add changelog entry for version 1.8.2 [skip ci]
semantic-release-bot Jan 25, 2024
e44bd78
fix: update to correct staging endpoint
adamdossa Apr 5, 2024
522a0f2
chore(release): update package versions to 1.8.3 [skip ci]
semantic-release-bot Apr 5, 2024
4986918
chore(release): add changelog entry for version 1.8.3 [skip ci]
semantic-release-bot Apr 5, 2024
5d7198d
feat: migrate to Manifest V3 and align with upstream polkadot extension
F-OBrien Jul 17, 2024
f8a0391
fix: enable corepack
adamdossa Aug 27, 2024
5efffc2
chore(release): update package versions to 2.0.0 [skip ci]
semantic-release-bot Aug 27, 2024
b59a7c1
chore(release): add changelog entry for version 2.0.0 [skip ci]
semantic-release-bot Aug 27, 2024
7e32b13
fix: update bump-versions.sh to work with [email protected]
F-OBrien Aug 27, 2024
d460867
chore(release): update package versions to 2.0.1 [skip ci]
semantic-release-bot Aug 27, 2024
1700c28
chore(release): add changelog entry for version 2.0.1 [skip ci]
semantic-release-bot Aug 27, 2024
c9f101d
fix: update README
adamdossa Aug 28, 2024
927e026
chore(release): update package versions to 2.0.2 [skip ci]
semantic-release-bot Aug 28, 2024
dfb8ba2
chore(release): add changelog entry for version 2.0.2 [skip ci]
semantic-release-bot Aug 28, 2024
7f1425a
fix: store did key addresses in the default SS58 format used by the k…
F-OBrien Aug 28, 2024
e0c2cb9
chore(release): update package versions to 2.0.3 [skip ci]
semantic-release-bot Aug 28, 2024
d4b467e
chore(release): add changelog entry for version 2.0.3 [skip ci]
semantic-release-bot Aug 28, 2024
e51f12d
feat: add dual compatibility with polymesh v6 and v7
F-OBrien Oct 23, 2024
e57751e
fix: use github actions/upload-artifact@v4
F-OBrien Oct 23, 2024
0b0e40d
fix: update github action
adamdossa Oct 23, 2024
d329507
chore(release): update package versions to 2.1.0 [skip ci]
semantic-release-bot Oct 23, 2024
02a5313
chore(release): add changelog entry for version 2.1.0 [skip ci]
semantic-release-bot Oct 23, 2024
5a28506
feat: include steps to connect a ledger device in the signing flow i…
F-OBrien Dec 3, 2024
edf381f
feat: remove the ping messages from PolymeshInjected
F-OBrien Dec 3, 2024
c1d3967
feat: show protocol fees for nested calls + bump SDK and Polymesh typ…
F-OBrien Dec 4, 2024
866123f
fix: update loading animation
MehdiRaash Oct 28, 2024
bca44c5
chore(release): update package versions to 2.2.0 [skip ci]
semantic-release-bot Dec 9, 2024
2e4ed14
chore(release): add changelog entry for version 2.2.0 [skip ci]
semantic-release-bot Dec 9, 2024
8360249
feat: enhance account migration process and ensure complete before lo…
F-OBrien Jan 9, 2025
cff79e8
chore(release): update package versions to 2.3.0 [skip ci]
semantic-release-bot Jan 9, 2025
91a2095
chore(release): add changelog entry for version 2.3.0 [skip ci]
semantic-release-bot Jan 9, 2025
29b86bc
fix: ensure keyring is always initialized
F-OBrien Jan 9, 2025
e179a27
chore(release): update package versions to 2.3.1 [skip ci]
semantic-release-bot Jan 20, 2025
d78a410
chore(release): add changelog entry for version 2.3.1 [skip ci]
semantic-release-bot Jan 20, 2025
c9e5ccd
chore: update to latest upstream polkadot dependencies
F-OBrien Mar 23, 2025
757a90d
feat: change "Reject" buttons to "Cancel"
F-OBrien Mar 23, 2025
dbd3b7c
chore: remove v6 specific code for secondary key handling during iden…
F-OBrien Mar 23, 2025
8749442
chore(release): update package versions to 2.4.0 [skip ci]
semantic-release-bot Mar 25, 2025
53cea6d
chore(release): add changelog entry for version 2.4.0 [skip ci]
semantic-release-bot Mar 25, 2025
75962e0
fix: update secondary key handling to use the correct format
F-OBrien Apr 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.eslintrc.js
jest.config.js
jest.e2e.config.js
release.config.js
release.config.cjs
**/build/*
**/coverage/*
**/node_modules/*
31 changes: 0 additions & 31 deletions .eslintrc.js

This file was deleted.

28 changes: 22 additions & 6 deletions .github/bump-versions.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
#!/bin/bash

# Exit immediately if a command exits with a non-zero status
set -e

# Check if a version argument is provided
if [ -z "$1" ]; then
echo "Usage: $0 <version>"
exit 1
fi

VERSION=${1}

echo "Updating to version $VERSION"

git pull

yarn workspace @polymeshassociation/extension-core version --no-git-tag-version --no-commit-hooks --new-version ${1}
yarn workspace @polymeshassociation/extension-ui version --no-git-tag-version --no-commit-hooks --new-version ${1}
yarn workspace @polymeshassociation/extension version --no-git-tag-version --no-commit-hooks --new-version ${1}
yarn workspace @polymeshassociation/extension add @polymeshassociation/extension-core@${1} @polymeshassociation/extension-ui@${1}
yarn workspace @polymeshassociation/extension-core version "$VERSION"
yarn workspace @polymeshassociation/extension-ui version "$VERSION"
yarn workspace @polymeshassociation/extension version "$VERSION"

yarn workspace @polymeshassociation/extension add @polymeshassociation/extension-core@"$VERSION" @polymeshassociation/extension-ui@"$VERSION"

yarn build

git add -A
git commit -m "chore(release): update package versions to ${1} [skip ci]"
git push
git commit -m "chore(release): update package versions to $VERSION [skip ci]"
git push
14 changes: 9 additions & 5 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn install
run: |
corepack enable
yarn install --immutable
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Lint
Expand All @@ -29,9 +31,11 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn install
run: |
corepack enable
yarn install --immutable
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Build
Expand All @@ -41,7 +45,7 @@ jobs:
# with:
# args: yarn e2e
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Semantic Release
name: Semantic Release

on:
push:
Expand All @@ -12,10 +12,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn
run: |
corepack enable
yarn
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release@18
GH_TOKEN: ${{ secrets.ASSOCIATION_RELEASE_TOKEN }}
run: npx semantic-release@18
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/
build-*/
master-build/
coverage/
node_modules/
Expand All @@ -17,10 +18,18 @@ cc-test-reporter
lerna-debug.log*
master-build.zip
master-src.zip
master-firefox-build.zip
master-firefox-src.zip
master-build.zip
master-src.zip
npm-debug.log*
tsconfig.*buildinfo
yarn-debug.log*
yarn-error.log*
package-lock.json
_book
docs/html
.idea
.vscode
packages/extension/manifest.json

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.14
7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

19 changes: 19 additions & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
arrowParens: 'always',
bracketSpacing: true,
embeddedLanguageFormatting: 'off',
endOfLine: 'lf',
htmlWhitespaceSensitivity: 'ignore',
jsxBracketSameLine: false,
jsxSingleQuote: true,
parser: 'typescript',
printWidth: 2048,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: true,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false
};
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"eslint.format.enable": true,
}
Loading