Otto Suess

Results 40 comments of Otto Suess

we open private channels because we expect most people will run lnd on their phones. phones won't be able to route so private channels are the way to go 🤔

or maybe open public channels for remote connections and private channels for lnd running on the device?

1. I still don't see a threat that can be avoided by encrypting the lndconnect uri. (that might be just because i'm lacking imagination). - If your attacker has access...

if anyone want's to pick this up: send authentication currently happens here: https://github.com/LN-Zap/zap-iOS/blob/e9bdc5edbab7b02e02a05a85c8719ca3e0adf3f7/Library/Scenes/ModalDetail/Send/SendViewController.swift#L162 i would just add an item to the settings to toggle authentication. similar to how it's done...

this is where the configuration for local lnd lives: https://github.com/LN-Zap/zap-iOS/blob/468d90f99bf99864584d991b0995308bd0be582e/SwiftLnd/Lnd/LocalLndConfiguration.swift

if you add a config that lnd does not understand the app crashes 👌

i got sent the screenshot via mail, but was never able to reproduce this issue. i changed some things there that might have fixed the issue since it's creation. you...

@maraph when do you show the alert in the android app? when `queryRoute` returns a fee higher than the % limit? let's say the route returned by `queryRoute` is below...

![Screenshot 2019-05-06 at 14 10 32](https://user-images.githubusercontent.com/37940680/57224237-16bccf80-7009-11e9-931f-2e97bb5fcbec.png) For me it works. but the estimation is not perfect right now. The app is searching a few possible routes to the target node...

i agree. the History might be the thing that needs the most UX attention right now. If you have any Ideas how to improve it let us know 🙌