-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from reown-com/develop
prep for v2.1.2
- Loading branch information
Showing
53 changed files
with
483 additions
and
213 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,18 @@ | ||
--- | ||
'@reown/appkit-coinbase-ethers-react-native': patch | ||
'@reown/appkit-coinbase-wagmi-react-native': patch | ||
'@reown/appkit-scaffold-utils-react-native': patch | ||
'@reown/appkit-auth-ethers-react-native': patch | ||
'@reown/appkit-auth-wagmi-react-native': patch | ||
'@reown/appkit-scaffold-react-native': patch | ||
'@reown/appkit-ethers5-react-native': patch | ||
'@reown/appkit-common-react-native': patch | ||
'@reown/appkit-ethers-react-native': patch | ||
'@reown/appkit-wagmi-react-native': patch | ||
'@reown/appkit-core-react-native': patch | ||
'@reown/appkit-siwe-react-native': patch | ||
'@reown/appkit-ui-react-native': patch | ||
'@reown/appkit-wallet-react-native': patch | ||
--- | ||
|
||
fix: load transactions when needed |
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,18 @@ | ||
--- | ||
'@reown/appkit-ethers5-react-native': patch | ||
'@reown/appkit-ethers-react-native': patch | ||
'@reown/appkit-auth-ethers-react-native': patch | ||
'@reown/appkit-auth-wagmi-react-native': patch | ||
'@reown/appkit-coinbase-ethers-react-native': patch | ||
'@reown/appkit-coinbase-wagmi-react-native': patch | ||
'@reown/appkit-common-react-native': patch | ||
'@reown/appkit-core-react-native': patch | ||
'@reown/appkit-scaffold-react-native': patch | ||
'@reown/appkit-scaffold-utils-react-native': patch | ||
'@reown/appkit-siwe-react-native': patch | ||
'@reown/appkit-ui-react-native': patch | ||
'@reown/appkit-wagmi-react-native': patch | ||
'@reown/appkit-wallet-react-native': patch | ||
--- | ||
|
||
fix: show wallet info in useWalletInfo hook for ethers and ethers5 |
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,18 @@ | ||
--- | ||
'@reown/appkit-core-react-native': patch | ||
'@reown/appkit-auth-ethers-react-native': patch | ||
'@reown/appkit-auth-wagmi-react-native': patch | ||
'@reown/appkit-coinbase-ethers-react-native': patch | ||
'@reown/appkit-coinbase-wagmi-react-native': patch | ||
'@reown/appkit-common-react-native': patch | ||
'@reown/appkit-ethers-react-native': patch | ||
'@reown/appkit-ethers5-react-native': patch | ||
'@reown/appkit-scaffold-react-native': patch | ||
'@reown/appkit-scaffold-utils-react-native': patch | ||
'@reown/appkit-siwe-react-native': patch | ||
'@reown/appkit-ui-react-native': patch | ||
'@reown/appkit-wagmi-react-native': patch | ||
'@reown/appkit-wallet-react-native': patch | ||
--- | ||
|
||
fix: improved state array updates in connection and router controllers |
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,18 @@ | ||
--- | ||
'@reown/appkit-coinbase-ethers-react-native': patch | ||
'@reown/appkit-coinbase-wagmi-react-native': patch | ||
'@reown/appkit-scaffold-utils-react-native': patch | ||
'@reown/appkit-auth-ethers-react-native': patch | ||
'@reown/appkit-auth-wagmi-react-native': patch | ||
'@reown/appkit-scaffold-react-native': patch | ||
'@reown/appkit-ethers5-react-native': patch | ||
'@reown/appkit-common-react-native': patch | ||
'@reown/appkit-ethers-react-native': patch | ||
'@reown/appkit-wagmi-react-native': patch | ||
'@reown/appkit-core-react-native': patch | ||
'@reown/appkit-siwe-react-native': patch | ||
'@reown/appkit-ui-react-native': patch | ||
'@reown/appkit-wallet-react-native': patch | ||
--- | ||
|
||
chore: send expo info in useragent |
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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import { MAXIMUM_WAIT_CONNECTIONS } from '../constants/timeouts'; | ||
import { TIMEOUTS } from '../constants'; | ||
|
||
export function getMaximumWaitConnections(): number { | ||
if (process.env.CI) { | ||
return MAXIMUM_WAIT_CONNECTIONS; | ||
return TIMEOUTS.SESSION_PROPOSAL; | ||
} | ||
|
||
return MAXIMUM_WAIT_CONNECTIONS * 2; | ||
return TIMEOUTS.SESSION_PROPOSAL * 2; | ||
} |
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.