Skip to content

Commit 5758de4

Browse files
feat: Refactor & add ConnectButton & ProfileModal (#277)
* feat: Support solana on mobile * chore: update versions (alpha) (#225) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Add deeplink for tw solana on mobile * chore: update versions (alpha) (#226) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Add phantom deeplink * fix: Add deelink for phantom * chore: update versions (alpha) (#227) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Update tron dependencies * chore: update versions (alpha) (#230) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix an issue where solana is disconnected when trust evm wallet is disconnected * chore: update versions (alpha) (#231) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Update demo * fix: Fix the trust wallet will automatically connect when the page loaded * chore: update versions (alpha) (#232) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix the trust wallet will automatically connect when the page loaded * docs: Add change log * chore: update versions (alpha) (#233) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Use window.trustwallet as TW provider to avoid conflicts * chore: update versions (alpha) (#234) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix trust issue * chore: update versions (alpha) (#235) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix binance web3 wallet successfully detected trustwallet on mobile * chore: update versions (alpha) (#236) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Support tg wallet * feat: Support tg wallet * feat: Support tg wallet * chore: update versions (alpha) (#237) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Add new wallet * feat: Support tg wallet (#249) * feat: Support solana on mobile * chore: update versions (alpha) (#225) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Add deeplink for tw solana on mobile * chore: update versions (alpha) (#226) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Add phantom deeplink * fix: Add deelink for phantom * chore: update versions (alpha) (#227) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Update tron dependencies * chore: update versions (alpha) (#230) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix an issue where solana is disconnected when trust evm wallet is disconnected * chore: update versions (alpha) (#231) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Update demo * fix: Fix the trust wallet will automatically connect when the page loaded * chore: update versions (alpha) (#232) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix the trust wallet will automatically connect when the page loaded * docs: Add change log * chore: update versions (alpha) (#233) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Use window.trustwallet as TW provider to avoid conflicts * chore: update versions (alpha) (#234) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix trust issue * chore: update versions (alpha) (#235) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix binance web3 wallet successfully detected trustwallet on mobile * chore: update versions (alpha) (#236) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Support tg wallet * feat: Support tg wallet * feat: Support tg wallet * chore: update versions (alpha) (#237) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Add new wallet --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: update versions (alpha) (#250) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Only use binance sdk on pc * fix: Update grid layout styles * feat: Support tg * feat: Use behavior configuration to control different connection behaviors on different platform * chore: update versions (alpha) (#260) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Remove debug code (#261) * chore: update versions (alpha) (#262) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Remove unused packages (#263) * feat: Remove debug code * fix: Fix type error * feat: Remove unused packages * chore: update versions (alpha) (#264) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Update demo (#265) * feat: Remove debug code * fix: Fix type error * feat: Remove unused packages * feat: Update demo * chore: update versions (alpha) (#266) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Export a method to check whether a provider exists (#267) * feat: Remove debug code * fix: Fix type error * feat: Remove unused packages * feat: Update demo * feat: Export a method to check whether a provider exists * chore: update versions (alpha) (#268) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Remove metaMask support on tg (#269) * feat: Remove debug code * fix: Fix type error * feat: Remove unused packages * feat: Update demo * feat: Export a method to check whether a provider exists * refactor: Use uniform method to get wallet behavior on evm & non-evm wallets * feat: Remove metaMask support on tg * chore: update versions (alpha) (#270) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Support connecting to a specified wallet based on its wallet id (#271) * feat: Remove debug code * fix: Fix type error * feat: Remove unused packages * feat: Update demo * feat: Export a method to check whether a provider exists * refactor: Use uniform method to get wallet behavior on evm & non-evm wallets * feat: Remove metaMask support on tg * feat: Support connecting to a specified wallet based on its wallet id * chore: update versions (alpha) (#272) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Fix styles * chore: update versions (alpha) (#273) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: Update trust deeplink on ios * chore: update versions (alpha) (#274) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Trigger uri connection by user * chore: update versions (alpha) (#275) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor: Only uri jumping no delay * feat: Refactor & add ConnectButton & ProfileModal * docs: Add release docs * chore: Update pnpm-lock.yaml * feat: Update website * chore: Only deploy docs on main branch * docs: Update License * chore: update versions (alpha) (#276) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9ad4741 commit 5758de4

File tree

128 files changed

+5124
-4073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+5124
-4073
lines changed

.changeset/beige-cups-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Update website

.changeset/big-donuts-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Support solana on mobile

.changeset/chilled-laws-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Update trust deeplink on ios

.changeset/chilled-pots-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Fix binance web3 wallet successfully detected trustwallet on mobile

.changeset/clean-ducks-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Support connecting to a specified wallet based on its wallet id

.changeset/clever-experts-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Remove debug code

.changeset/cuddly-dragons-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': minor
3+
---
4+
5+
Use behavior configuration to control different connection behaviors on different platform

.changeset/curly-poems-complain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Fix styles

.changeset/few-cats-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Only use binance sdk on pc

.changeset/few-guests-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/walletkit': patch
3+
---
4+
5+
Fix trust issue

0 commit comments

Comments
 (0)