-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
9ad4741
commit 5758de4
Showing
128 changed files
with
5,124 additions
and
4,073 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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Update website |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Support solana on mobile |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Update trust deeplink on ios |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix binance web3 wallet successfully detected trustwallet on mobile |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Support connecting to a specified wallet based on its wallet id |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Remove debug code |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': minor | ||
--- | ||
|
||
Use behavior configuration to control different connection behaviors on different platform |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix styles |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Only use binance sdk on pc |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix trust issue |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Export a method to check whether a provider exists |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Add new wallet |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Update tron dependencies |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix an issue where solana is disconnected when trust evm wallet is disconnected |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Add deeplink for tw solana on mobile |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Remove metaMask support on tg |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Remove unused packages |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix the trust wallet will automatically connect when the page loaded |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Trigger uri connection by user |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Fix the trust wallet will automatically connect when the page loaded |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Update demo |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Use window.trustwallet as TW provider to avoid conflicts |
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,37 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "alpha", | ||
"initialVersions": { | ||
"example-nextjs": "0.0.1", | ||
"example-vite": "0.0.1", | ||
"@node-real/walletkit": "2.4.0", | ||
"website": "0.0.1" | ||
}, | ||
"changesets": [ | ||
"beige-cups-poke", | ||
"big-donuts-push", | ||
"chilled-laws-kiss", | ||
"chilled-pots-chew", | ||
"clean-ducks-carry", | ||
"clever-experts-smash", | ||
"cuddly-dragons-talk", | ||
"curly-poems-complain", | ||
"few-cats-float", | ||
"few-guests-melt", | ||
"fifty-owls-kiss", | ||
"fuzzy-sheep-buy", | ||
"happy-countries-exercise", | ||
"happy-jobs-hope", | ||
"itchy-hats-applaud", | ||
"khaki-swans-cough", | ||
"large-roses-eat", | ||
"little-panthers-tickle", | ||
"neat-pans-give", | ||
"nervous-horses-study", | ||
"perfect-ravens-melt", | ||
"pink-carrots-jam", | ||
"rotten-mugs-fail", | ||
"slimy-books-turn", | ||
"wise-days-juggle" | ||
] | ||
} |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': minor | ||
--- | ||
|
||
Refactor & add ConnectButton & ProfileModal |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': patch | ||
--- | ||
|
||
Add deelink for phantom |
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,5 @@ | ||
--- | ||
'@node-real/walletkit': minor | ||
--- | ||
|
||
Support tg |
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 |
---|---|---|
|
@@ -3,8 +3,6 @@ on: | |
push: | ||
branches: | ||
- main | ||
- alpha | ||
- dev | ||
|
||
jobs: | ||
release: | ||
|
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 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 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
Oops, something went wrong.