-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description This deprecates all wallet adapters, in favor of the wallet standard being _the_ way to interact with wallets. Wallets that do not conform to the standard are expected to bridge to it, instead of the current approach of using adapters to adapt over wallets. This dramatically simplifies a lot of logic, should be considerably less error-prone, makes it easier to extend functionality in a consistent way (using the standard instead of adapters), removes several packages, etc. ## 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
1 parent
8b7b85e
commit 85f785c
Showing
42 changed files
with
283 additions
and
2,975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@mysten/wallet-kit-core': minor | ||
'@mysten/wallet-standard': minor | ||
'@mysten/wallet-kit': minor | ||
--- | ||
|
||
Rebuild wallet kit and wallet standard to no longer use wallet adapters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
85f785c
There was a problem hiding this comment.
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
85f785c
There was a problem hiding this comment.
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:
multisig-toolkit – ./dapps/multisig-toolkit
multisig-toolkit-git-main-mysten-labs.vercel.app
multisig-toolkit-mysten-labs.vercel.app
multisig-toolkit.vercel.app
offline-signer-helper.vercel.app
85f785c
There was a problem hiding this comment.
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-typescript-docs – ./sdk/docs
sui-typescript-docs-git-main-mysten-labs.vercel.app
sui-typescript-docs-mysten-labs.vercel.app
sui-typescript-docs.vercel.app
85f785c
There was a problem hiding this comment.
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-wallet-kit – ./sdk/wallet-adapter/site
sui-wallet-kit.vercel.app
sui-wallet-kit-git-main-mysten-labs.vercel.app
sui-wallet-kit-mysten-labs.vercel.app
85f785c
There was a problem hiding this comment.
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:
explorer – ./apps/explorer
explorer-topaz.vercel.app
explorer-git-main-mysten-labs.vercel.app
explorer.sui.io
www.explorer.sui.io
suiexplorer.com
www.suiexplorer.com
explorer-mysten-labs.vercel.app