Wilmer Paulino
Wilmer Paulino
Needs a rebase since the tests have moved over to `lntest/itest`.
> There is also a race condition with Alice's gossip filter being set after announcement generation b/t Bob & Carol which causes the flake. @Crypt-iQ this should actually be fine...
Needs a rebase.
Trying to remove tower from client causes rpc error: code = Unknown desc = tower has unacked updates
I believe removing a tower when a backup hasn't been fully processed isn't safe at the moment because it won't be replayed to any other existing towers cc @cfromknecht. >...
Trying to remove tower from client causes rpc error: code = Unknown desc = tower has unacked updates
Ah, I thought you were referring to a network address. If you want to modify the public key, then you had the correct command the first time which resulted in...
Trying to remove tower from client causes rpc error: code = Unknown desc = tower has unacked updates
The root issue hasn't, which is replaying any pending backups to new towers. That would make the removal of a stale tower possible.
We could opt to allow the connection and track which peers we can relay transactions to, though we'd want to make sure that we have enough peers so that transactions...
Needs a rebase!
It is not optional at the moment, it is used to store the [LSAT macaroon root keys](https://github.com/lightninglabs/aperture/blob/master/secrets.go) and [Tor onion service private keys](https://github.com/lightninglabs/aperture/blob/master/onion_store.go) (if enabled). Things should be fairly abstracted...
The code doesn't allow it at the moment, but the relevant section would be: * For new accounts: https://github.com/lightninglabs/pool/blob/91ce63795066f212f25d056812c0725221f49a81/account/manager.go#L503 * For deposits: https://github.com/lightninglabs/pool/blob/91ce63795066f212f25d056812c0725221f49a81/account/manager.go#L1600 For new accounts, we'll want to perform...