Skip to content

Commit

Permalink
Refactor Wallet SDK folders (#13389)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
Jordan-Mysten authored Aug 14, 2023
1 parent 54a4ab1 commit 6df7366
Show file tree
Hide file tree
Showing 111 changed files with 525 additions and 601 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@mysten/core",
"@mysten/ui",
"sui-wallet-adapter-demo",
"wallet-kit-site",
"sponsored-transactions"
]
}
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ CHANGELOG.md
apps/ @MystenLabs/fe-and-apps
sdk/ @MystenLabs/sdk-reviewers
sdk/kiosk @MystenLabs/kiosk-sdk-reviewers
sdk/wallet-adapter @MystenLabs/wallet-kit-reviewers
sdk/wallet-standard @MystenLabs/wallet-kit-reviewers
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ dist/
out/
playwright-report/
storybook-static/
sdk/wallet-adapter/site/pages/
CHANGELOG.md

2 changes: 1 addition & 1 deletion apps/explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"references": [
{ "path": "../../sdk/typescript/" },
{ "path": "../../sdk/kiosk/" },
{ "path": "../../sdk/wallet-adapter/wallet-kit/" }
{ "path": "../../sdk/wallet-kit/react/" }
]
}
2 changes: 1 addition & 1 deletion apps/wallet/configs/ts/tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mysten/kiosk": ["../../sdk/kiosk/src/index.ts"],
"@mysten/bcs": ["../../sdk/bcs/src/"],
"@mysten/ledgerjs-hw-app-sui": ["../../sdk/ledgerjs-hw-app-sui/src/Sui.ts"],
"@mysten/wallet-standard": ["../../sdk/wallet-adapter/wallet-standard/src/"]
"@mysten/wallet-standard": ["../../sdk/wallet-standard/src/"]
}
},
"include": ["../../src", "../../tests"],
Expand Down
2 changes: 1 addition & 1 deletion dapps/kiosk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "../../sdk/typescript" },
{ "path": "../../sdk/wallet-adapter/wallet-kit" }
{ "path": "../../sdk/wallet-kit/react" }
]
}
2 changes: 1 addition & 1 deletion dapps/multisig-toolkit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "../../sdk/typescript" },
{ "path": "../../sdk/wallet-adapter/wallet-kit" }
{ "path": "../../sdk/wallet-kit/react" }
]
}
2 changes: 1 addition & 1 deletion dapps/sponsored-transactions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "../../sdk/typescript" },
{ "path": "../../sdk/wallet-adapter/wallet-kit" }
{ "path": "../../sdk/wallet-kit/react" }
]
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"icons": "pnpm --filter ./apps/icons",
"explorer": "pnpm --filter ./apps/explorer",
"wallet": "pnpm --filter ./apps/wallet",
"wallet-adapter": "pnpm --filter ./sdk/wallet-adapter",
"wallet-kit-site": "pnpm --filter wallet-kit-site",
"sdk": "pnpm --filter ./sdk/typescript",
"bcs": "pnpm --filter ./sdk/bcs",
"kiosk": "pnpm --filter ./sdk/kiosk",
Expand Down
Loading

5 comments on commit 6df7366

@vercel
Copy link

@vercel vercel bot commented on 6df7366 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sui-kiosk – ./dapps/kiosk

sui-kiosk.vercel.app
sui-kiosk-mysten-labs.vercel.app
sui-kiosk-git-main-mysten-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6df7366 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6df7366 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mysten-ui – ./apps/ui

mysten-ui-mysten-labs.vercel.app
mysten-ui.vercel.app
mysten-ui-git-main-mysten-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6df7366 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6df7366 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.