You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app should allow scanning a QR code to initiate a transfer_hotspot_v2 transaction. Importantly, the client-side check for recent hotspot activity (normally required to transfer a hotspot) should be bypassed so advanced users can make their own determination of whether a hotspot is ready to transfer.
And the main transfer UI is in SendView. In order to bypass the activity check, scanned transfers could follow the same code path as data-only hotspots, seen here:
The app should allow scanning a QR code to initiate a
transfer_hotspot_v2
transaction. Importantly, the client-side check for recent hotspot activity (normally required to transfer a hotspot) should be bypassed so advanced users can make their own determination of whether a hotspot is ready to transfer.This is the screen that pushes the transfer UI (see
navigateToTransfer
function): https://github.com/helium/hotspot-app/blob/main/src/features/hotspots/transfers/HotspotTransfer.tsxAnd the main transfer UI is in
SendView
. In order to bypass the activity check, scanned transfers could follow the same code path as data-only hotspots, seen here:hotspot-app/src/features/wallet/send/SendView.tsx
Line 163 in afbe334
The text was updated successfully, but these errors were encountered: