status-desktop/ui/app/AppLayouts/Wallet/views
Stefan ccd8c5b65f feat(wallet) Wallet Connect integration prototype
Implement a prototype of integrating [WalletConnect Web SDK]()

- integrate WalletConnect Web SDK using Node.js and packing it using
  [webpack](https://webpack.js.org/guides/getting-started/)
  - this way, we achieve the same versioning strategy for the SDK
- add WalletConnectSDK view
  - it is used to load the web SDK via a WebView (validated working on
  Mac and Windows)
- add new app dependency of WebView QT
  - also update vendor packages `Dotherside` and `nimqml` to add
    required WebView::initialize API used to initialize the WebView
    integration at the app start
- add WalletConnectPage to Storybook for quick prototyping
  - Also add dependency for WebView Qt lib
- index.js is the wrapper used to provide a simple stateful interface
  with the WC SDK
- Entry in ui/generate-rcc.go ensures the node_modules cache is excluded
  from the resource file

Notes:

- Added `com.apple.security.cs.allow-jit` entitlement when signing the
app package. This allows Execution of JIT-compiled Code Entitlement
required by the fast-path of the JavaScriptCore framework on MacOS
platforms.
- Keep some debugging entries expected to help debugging Linux package
- Removed outdated `DerivationPathInputRegressionTests` qml test

Closes #12301
2023-10-30 09:29:33 +01:00
..
collectibles fix(Wallet/Collectibles): Applied special collectible format only to community special collectibles 2023-09-28 13:40:00 +02:00
walletconnect feat(wallet) Wallet Connect integration prototype 2023-10-30 09:29:33 +01:00
AccountContextMenu.qml feat(@desktop/wallet): Include watch only per account 2023-10-13 12:11:36 +02:00
AssetsDetailView.qml Fixed locale issues for balance chart tooltip and x-axis labels 2023-10-06 15:53:30 +02:00
CollectiblesView.qml fix(Wallet/Collectibles): Applied special collectible format only to community special collectibles 2023-09-28 13:40:00 +02:00
LeftTabView.qml feat(@desktop/wallet): Include watch only per account 2023-10-13 12:11:36 +02:00
LoadingGraphView.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
NetworkSelectionView.qml feat(@desktop/wallet): Account view - Prefered network 2023-08-01 09:51:33 +02:00
RightTabView.qml feat(wallet) user can repeat a Send transaction from activity view 2023-09-29 14:34:16 +02:00
SavedAddressesView.qml feat(@wallet): Enable sepolia network 2023-10-09 15:06:52 +02:00
TransactionDetailView.qml fix(@desktop/wallet): Prevent nil conversion to qvariant (#12546) 2023-10-26 10:01:52 +02:00