-
Notifications
You must be signed in to change notification settings - Fork 629
[Auth] complete auth update & restructure #460
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
Conversation
🦋 Changeset detectedLatest commit: 729e813 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
joaquim-verges
left a comment
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.
@adam-maj i would also rename
AbstractSigner -> AbstractWallet
GenericSignerWallet -> GenericAuthWallet (open to other names)
but need to make it clear cut when we use Signers (privatekey holders) vs Wallets (signer holders) - the hierarchy needs to be clear
|
/release-pr |
|
@adam-maj RE the conflicts, almost all of these files now live in |
|
/release-pr |
|
/release-pr |
|
/release-pr |
|
@joaquim-verges PR should be ready to go and tested everything on express/react. Here are the versions: Docs: https://docs-bypmstttd.thirdweb-preview.com/auth/server-frameworks/express Things to test:
|
|
tested Next w/ EVM and Solana wallets - looking good from my side |
.changeset/cuddly-meals-wash.md
Outdated
| "@thirdweb-dev/wallets": minor | ||
| --- | ||
|
|
||
| Breaking change and upgrade to auth and minor update to related packages |
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.
@adam-maj we need some clean release notes here for auth - and noting separately any breaking change for each package.
remember that this shows up in the GH release notes
| @@ -0,0 +1,613 @@ | |||
| import type { Chain } from "@wagmi/core"; | |||
|
|
|||
| const arbitrum: Chain = { | |||
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.
any way we can use the Chains package for this?
|
/release-pr |
1 similar comment
|
/release-pr |
No description provided.