Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy extension wallet #20950

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
  •  
  •  
  •  
28 changes: 0 additions & 28 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
'build',
'dist',
'coverage',
'apps/icons/src',
'next-env.d.ts',
'doc/book',
'external-crates',
Expand Down Expand Up @@ -72,33 +71,6 @@ module.exports = {
],
},
overrides: [
{
files: ['apps/wallet/**/*'],
rules: {
'react/display-name': 'off',
'import/no-duplicates': ['error'],
'@typescript-eslint/consistent-type-imports': [
'error',
{
prefer: 'type-imports',
disallowTypeAnnotations: true,
fixStyle: 'inline-type-imports',
},
],
'@typescript-eslint/unified-signatures': 'error',
'@typescript-eslint/parameter-properties': 'error',
'no-console': ['warn'],
'@typescript-eslint/no-non-null-assertion': 'off',
},
},
{
files: ['apps/wallet/src/**/*.test.*', 'apps/wallet/src/**/*.spec.*'],

rules: {
// Allow any casting in tests:
'@typescript-eslint/no-explicit-any': 'off',
},
},
{
files: ['dapps/kiosk/**/*'],
rules: {
Expand Down
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ CHANGELOG.md
/consensus/ @MystenLabs/consensus
/crates/sui-core/src/consensus_handler.rs @MystenLabs/consensus
/crates/sui-core/src/consensus_adapter.rs @MystenLabs/consensus

apps/ @MystenLabs/fe-and-apps
149 changes: 0 additions & 149 deletions .github/workflows/e2e.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,3 @@ jobs:
GOOGLE_KEY_NAME_VERSION: ${{ secrets.GOOGLE_KEY_NAME_VERSION }}
E2E_GCP_KMS_TEST_ENABLE: ${{ env.E2E_GCP_KMS_TEST_ENABLE }}
run: pnpm turbo test

# Pack wallet extension and upload it as an artifact for easy developer use:
- name: Wallet Extension Has Changes?
id: wallet-diff
continue-on-error: true
run: pnpm dlx turbo-ignore sui-wallet
- name: Wallet Extension Preview Package
if: ${{ steps.wallet-diff.outcome == 'failure' }}
run: pnpm --filter sui-wallet pack:zip
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # [email protected]
if: ${{ steps.wallet-diff.outcome == 'failure' }}
with:
name: wallet-extension
path: apps/wallet/web-ext-artifacts/*
if-no-files-found: error
retention-days: 7
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
!/*.js

# ignore generated files
/apps/icons/src
npm-debug.log*
package-lock.json
yarn-debug.log*
Expand Down
3 changes: 0 additions & 3 deletions apps/core/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions apps/core/package.json

This file was deleted.

47 changes: 0 additions & 47 deletions apps/core/src/api/SentryHttpTransport.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/core/src/components/KioskClientProvider.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions apps/core/src/css.d.ts

This file was deleted.

Loading
Loading