-
Notifications
You must be signed in to change notification settings - Fork 627
[React] - use internal Signer #168
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0c6b462
improve react & sdk usability
jnsdls d051b7d
Merge remote-tracking branch 'origin/main' into jd/use-internals
jnsdls 92ce99e
fix the tests based on changed export names etc
jnsdls 719bfbe
fix various small things
jnsdls 8cad050
add additional changeset
jnsdls 3def7fc
Merge branch 'main' into jd/use-internals
jnsdls 6295138
remove turbo from react
jnsdls 4d2ed04
Merge branch 'main' into jd/use-internals
jnsdls 048bb40
fix connectwallet getting stuck in connecting state
jnsdls ef5e1cb
Merge branch 'jd/use-internals' of github.com:thirdweb-dev/js into jd…
jnsdls 39980c0
properly type useContractMetadata response
jnsdls 40147ad
bring back account and fix some more types
jnsdls bc2414e
fix __DEV__ shenanigans
jnsdls aa12bfc
Merge branch 'main' into jd/use-internals
jnsdls 3550309
re-organize a bunch of files
jnsdls 5e66a2a
Merge branch 'jd/use-internals' of github.com:thirdweb-dev/js into jd…
jnsdls 535e754
Merge branch 'main' into jd/use-internals
jnsdls 978b077
skip e2e tests for connect wallet and web3 button for now. they work
jnsdls f2452da
Merge branch 'jd/use-internals' of github.com:thirdweb-dev/js into jd…
jnsdls 7bedfae
fix various things
jnsdls 623bfb9
fix solana test cases
jnsdls 2decc34
Merge branch 'main' into jd/use-internals
jnsdls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@thirdweb-dev/react": patch | ||
| --- | ||
|
|
||
| use internals wherever possible to allow wider usecases with `<ThirdwebSDKProvider>` & add invariants to catch improper use of functionality that requires the full `<ThirdwebProvider` earlier |
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@thirdweb-dev/react": patch | ||
| --- | ||
|
|
||
| fix case where `<ConnectWallet />` button would get stuck when user cancels connection |
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@thirdweb-dev/sdk": patch | ||
| --- | ||
|
|
||
| Switch naming of exported prebuilt contract types back from `<name>Impl` to `<name>` for easier use |
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@thirdweb-dev/react": patch | ||
| --- | ||
|
|
||
| allow passing `className` to `<ConnectWallet />` and `<Web3Button />` for possible style overrides |
This file contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,2 @@ | ||
| // eslint-disable-next-line turbo/no-undeclared-env-vars | ||
| export const __DEV__ = process.env.NODE_ENV !== "production"; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.