Skip to content

refactor: enable walletconnect by default #541

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 21 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a2adc1f
feat: implement Nano Contract integration with Wallet Connect
alexruzenhack Jun 20, 2024
97a2cb8
chore: add undeclared style
alexruzenhack Aug 14, 2024
e92a30a
refactor: rename effect requestTokens to requestUnregisteredTokens
alexruzenhack Aug 14, 2024
4f776a1
feat: fire sentry error notification for method info not found
alexruzenhack Aug 14, 2024
477135b
feat: improve title of Arguments component
alexruzenhack Aug 14, 2024
84b75c9
refactor: reanem style value to field
alexruzenhack Aug 14, 2024
b6a039b
fix: FeedbackContent margin style
alexruzenhack Aug 15, 2024
8174b74
lint: comply with rules
alexruzenhack Aug 15, 2024
649c668
fix: typo
alexruzenhack Aug 16, 2024
3ea6c90
chore: added dependencies and shims needed by walletconnect
andreabadesso Apr 11, 2024
19f68a8
refactor: using object destructuring in shims
andreabadesso Apr 24, 2024
cea46af
refactor: typo
andreabadesso Jul 3, 2024
53a7428
refactor: removed unused import on NanoContactTransactionHeader
andreabadesso Aug 20, 2024
b78e0b4
chore: removed walletconnect libraries from package
andreabadesso Aug 20, 2024
4400faa
feat: added hathor-rpc-handler from the deployed lib
andreabadesso Aug 20, 2024
cc2862f
chore: changed CI version to 18x and 20x
andreabadesso Aug 20, 2024
f43bf5e
refactor: enabled walletconnect by default
andreabadesso Aug 22, 2024
4672daa
chore: updated package-lock
andreabadesso Aug 29, 2024
c2e501a
chore: updated walletconnect dependencies to be equal to the patch
andreabadesso Aug 29, 2024
664c051
refactor: default network is nano testnet (#542)
andreabadesso Aug 29, 2024
3d13088
refactor: ignore confirmation modal (#544)
andreabadesso Aug 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ PODS:
- React-jsinspector (0.72.5)
- React-logger (0.72.5):
- glog
- react-native-compat (2.12.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-get-random-values (1.11.0):
- React-Core
- react-native-netinfo (11.3.1):
- React-Core
- react-native-pager-view (5.4.25):
- React-Core
- react-native-randombytes (3.6.1):
Expand Down Expand Up @@ -612,6 +619,9 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)"
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
Expand Down Expand Up @@ -717,6 +727,12 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-compat:
:path: "../node_modules/@walletconnect/react-native-compat"
react-native-get-random-values:
:path: "../node_modules/react-native-get-random-values"
react-native-netinfo:
:path: "../node_modules/@react-native-community/netinfo"
react-native-pager-view:
:path: "../node_modules/react-native-pager-view"
react-native-randombytes:
Expand Down Expand Up @@ -830,6 +846,9 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-compat: ea766c4bcad72b3cb36765a97a846c9551b5b802
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-pager-view: da490aa1f902c9a5aeecf0909cc975ad0e92e53e
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-safe-area-context: 68b07eabfb0d14547d36f6929c0e98d818064f02
Expand Down
Loading