Pavol Rusnak
Pavol Rusnak
### Describe the feature Currently Zeus shows channel in unsorted order (i.e. in order they are returned from the backend). It would be nice if they were sorted according to...
### Describe the feature I am using multiple backend nodes with my ZeusLN and sometimes it is hard to tell which one I am connected to. I know there are...
Some backends such as [LNDHub.go](https://github.com/getAlby/lndhub.go) do not support on-chain payments, but ZeusLN still shows on-chain in the UI. We can significantly unclutter the UI when backend does not support on-chain...
Channels were not restored on recovery when I moved the recovery seed from Android Phoenix to iOS Phoenix. Steps to reproduce: 1. initialize Phoenix on Android 2. open some channels...
Related to https://github.com/ACINQ/eclair-mobile/issues/70 Number buttons now have haptic feedback, but not the Erase/trash and Backspace buttons
Go Modules is Go’s new dependency management system that makes dependency version information explicit and easier to manage. Citing from https://blog.golang.org/using-go-modules: > Go modules are the future of dependency management...
When the device is unplugged, the `Show public key` button looks like this: This is very confusing UI not following the least surprise principle. Reasons: * when the device is...
Please use the following constants for BIP49 xpub/xprv prefixes as per http://docs.electrum.org/en/latest/seedphrase.html#list-of-reserved-numbers Bitcoin: 0x049d7878 yprv 0x049d7cb2 ypub Bitcoin Testnet: 0x044a5262 upub 0x044a4e28 uprv This will assure that user does not...
LndHub.go is an accounting wrapper for the Lightning Network. It provides separate accounts for end-users and LndHub compatible API while written in Go. upstream: https://github.com/getAlby/lndhub.go This is a draft PR...
* Accounting wrapper for the Lightning Network aka L3 * only LND is supported atm, CLN is planned * packaged in nixpkgs: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/blockchains/lndhub-go/default.nix * requires `lnd` and `postgresql` * upstream:...