-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(bitcoin): add Signet support and network-aware OKX/Unisat connectors #5347
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
Open
tomiir
wants to merge
18
commits into
main
Choose a base branch
from
tomas/apkt-4196-babylon-bug-signet-network-not-working-correctly-in-bitcoin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9d9e650
wip
tomiir f83622c
Merge branch 'main' of github.com:reown-com/appkit into tomas/apkt-41…
tomiir 1d2c35e
fix: bitcoin switch network behavior updating connections
tomiir f7dc658
chore: optimize for already present address
tomiir 2908ee3
chore: only use window if present
tomiir 1e1b586
chore: remove _connect
tomiir 824fbc1
chore: lint fix
tomiir 7c68e6d
chore: add changeset
tomiir 2c0422b
chore: match interface with optional params
tomiir 98f65f5
chore: make methods private
tomiir 874f24f
chore: remove unused types
tomiir 518e43c
chore: amend tests
tomiir 0fdb610
chore: throw on no wallet
tomiir 4ddca68
chore: unify error message
tomiir d665984
chore: unbind after disconnecting
tomiir 6d6d22b
chore: add address check on solana, throw on non client context for o…
tomiir c375664
chore: only add okx connector on client
tomiir c777d18
Merge branch 'main' into tomas/apkt-4196-babylon-bug-signet-network-n…
tomiir 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,7 @@ | ||
| --- | ||
| '@reown/appkit-adapter-bitcoin': patch | ||
| '@reown/appkit-utils': patch | ||
| '@reown/appkit-controllers': patch | ||
| --- | ||
|
|
||
| Fixes issue where OKX wallet would not target the Signet network correctly. |
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
Oops, something went wrong.
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.
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.
Should we do for the other adapters as well? i.e Solana or Ton also have the same logics, or it's Bitcoin only issue?
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.
we can do this, would need to deeply test all wallets on other networks for this tho
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.
added it for solana, a bit wary to do this for evm ones tho , specially wagmi. Will do separately