Skip to content
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

TurboLnd #1468

Open
hsjoberg opened this issue Sep 30, 2024 · 0 comments
Open

TurboLnd #1468

hsjoberg opened this issue Sep 30, 2024 · 0 comments
Assignees

Comments

@hsjoberg
Copy link
Owner

hsjoberg commented Sep 30, 2024

Tracker issue for replacing lndmobile with react-native-turbo-lnd.

Work is being done in the turbolnd branch.
To install lnd binaries, run node node_modules/react-native-turbo-lnd/src/fetch-lnd.js.

Demonstration on how to replace a lndmobile call with TurboLnd: d158b5c

src/state/

  • BlixtLsp.ts
  • Channel.ts
  • ChannelAcceptanceManager.ts
  • ClipboardManager.ts
  • Contacts.ts
  • DeeplinkManager.ts
  • Fiat.ts
  • Google.android.ts
  • Google.ts
  • GoogleDriveBackup.ts
  • ICloudBackup.ts
  • index.ts
  • LightName.ts
  • Lightning.ts
  • LightningBox.ts
  • LndMobileInjection.ts
  • LndMobileInjectionFake.ts
  • LNURL.ts
  • NotificationManager.ts
  • OnChain.ts
  • Receive.ts
  • ScheduledSync.ts
  • Security.ts
  • Security.web.ts
  • Send.ts
  • Settings.ts
  • store.ts
  • Transaction.ts
  • WebLN.ts [verifyMessage might broken]

src/

  • App.tsx
  • Main.tsx

src/components/

  • BarCodeMask.tsx
  • BlixtHeader.macos.tsx
  • BlixtHeader.tsx
  • BlixtWallet.tsx
  • BlurModal.tsx
  • ButtonSpinner.tsx
  • Camera.macos.tsx
  • Camera.tsx
  • Camera.web.tsx
  • Camera_old.tsx
  • ChannelCard.tsx
  • Container.tsx
  • Content.tsx
  • CopyAddress.tsx
  • CopyText.tsx
  • Drawer.tsx
  • FooterNav.tsx
  • Form.tsx
  • GoBackIcon.tsx
  • Input.tsx
  • Loading.tsx
  • LogBox.tsx
  • MathPad.tsx
  • NavigationButton.tsx
  • OnChainTransactionItem.tsx
  • PendingChannelCard.tsx (TODO: fee bumping check)
  • Pincode.tsx
  • ProgressBar.tsx
  • QrCode.tsx
  • ScaledImage.tsx
  • Spinner.tsx
  • TextClickable.tsx
  • TextLink.tsx
  • Ticker.tsx
  • TransactionCard.tsx

src/hooks/

  • useBalance.ts
  • useEvaluateLightningCode.ts
  • useFingerprintAuth.ts
  • useForceUpdate.ts
  • useFormatBitcoinValue.ts
  • useLayoutMode.ts
  • useLightingReadyToSend.ts
  • usePromptLightningAddress.ts
  • useStackNavigationOptions.ts

src/migration/

  • app-migration.ts

src/react-native-realtimeblur/

  • index.androidx.tsx
  • index.tsx
  • RCTRealTimeBlur.tsx

src/storage/

  • app.ts
  • keystore.ts
  • keystore.web.ts

src/storage/database/

  • channel-events.ts
  • contact.ts
  • db-utils.ts
  • db-utils.web.ts
  • sqlite.ts
  • sqlite.web.ts
  • sqlite-migrations.ts
  • transaction.ts

src/utils/

  • alert.ts
  • bitcoin-units.ts
  • build.ts
  • chain-select.ts
  • constants.ts
  • device.ts
  • dunder.ts
  • event-listener.ts
  • google-drive.ts
  • google-maps.ts
  • index.ts
  • lightning-services.ts
  • lndmobile.ts
  • log.ts
  • NameDesc.ts
  • navigation.ts
  • onchain-explorer.ts
  • push-notification.ts
  • scale.ts
  • setup-demo.ts

src/windows/

  • CameraFullscreen.tsx
  • Help.tsx
  • Loading.tsx
  • LoadingModal.tsx
  • Overview.tsx
  • SyncInfo.tsx
  • TransactionDetails.tsx

src/windows/Contacts/

  • Contact.tsx
  • ContactList.tsx
  • index.tsx

src/windows/Google/

  • GoogleDriveTestbed.tsx

src/windows/HelperWindows/

  • Prompt.tsx
  • SelectList.tsx

src/windows/InitProcess/

  • Authentication.tsx
  • DEV_Commands.tsx

src/windows/Keysend/

  • Experiment.tsx
  • Test.tsx

src/windows/LightningBox/

  • index.tsx
  • LightningBoxInfo.tsx
  • LightningBoxRegistration.tsx

src/windows/LightningInfo/

  • index.tsx
  • LightningInfo.tsx
  • OpenChannel.tsx

src/windows/LNURL/

  • AuthRequest.tsx
  • ChannelRequest.tsx
  • index.tsx
  • PayRequest.tsx
  • PayRequestAboutLightningAddress.tsx
  • WithdrawRequest.tsx

src/windows/LNURL/PayRequest/

  • PayerData.tsx
  • PaymentCard.tsx
  • PaymentDone.tsx
  • style.ts

src/windows/OnChain/

  • index.tsx
  • OnChainInfo.tsx
  • OnChainTransactionDetails.tsx
  • OnChainTransactionLog.tsx
  • Withdraw.tsx

src/windows/Receive/

  • DunderLspInfo.tsx
  • index.tsx
  • ReceiveQr.tsx
  • ReceiveSetup.tsx
  • ReceiveSetupLsp.tsx

src/windows/Send/

  • index.tsx
  • SendCamera.macos.tsx
  • SendCamera.tsx
  • SendCamera.web.tsx
  • SendCameraKit.macos.tsx
  • SendCameraKit.tsx
  • SendCameraKit.web.tsx
  • SendConfirmation.tsx
  • SendDone.tsx

src/windows/Settings/

  • About.tsx
  • ChangeFingerprintSettingsAuth.tsx
  • ConnectToLightningPeer.tsx
  • DebugLog.tsx
  • DunderDoctor.tsx
  • index.tsx
  • LightningNetworkInfo.tsx
  • LightningNodeInfo.tsx
  • LightningPeers.tsx
  • LndLog.tsx
  • LndMobileHelpCenter.tsx
  • RemovePincodeAuth.tsx
  • SetPincode.tsx
  • Settings.tsx
  • SpeedloaderLog.tsx
  • ToastLog.tsx
  • TorShowOnionAddress.tsx
  • TorSvg.tsx

src/windows/Web/

  • Info.tsx

src/windows/WebLN/

  • Browser.tsx

src/windows/Welcome/

  • AddFunds.tsx
  • AlmostDone.tsx
  • Confirm.tsx
  • GoogleDriveBackup.tsx
  • ICloudBackup.tsx
  • index.tsx
  • Restore.tsx
  • Seed.tsx
  • Start.tsx
  • style.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants