Oli
Oli
It looks okay, nothing unexpected. Could be that this was an old channel format with a fixed fee rate which cannot be accepted by the mempool at the current fee...
There is no easy way to do this yet. Dropping the channel graph does mean removing certain top-level KV buckets (which could be done with an SQL query). But to...
> Race condition. Might this be the case? Yes, unfortunately the neutrino itest isn't super stable on CI yet, mainly due to force close timing issues. I think @yyforyongyu is...
I think we should keep the PR. Having a timeout is useful here, independent of the other fixes. Not having one just helped us discover the underlying issue.
!lightninglabs-deploy mute
!lightninglabs-deploy mute
Did you unlock your wallet?
At least that would explain the `address manager is locked` error. Not sure what the command for unlocking is, I only really use `btcwallet` as a Golang library. Not sure...
Did you try this on mainnet? Because there is an explicit mechanism added for that where the wallet birthday is turned into a block height. If I remember correctly, there's...
When you say "seed", what format of seed are we talking about? Because in `lnd` (which uses `btcwallet` under the hood), we use `aezeed`, which encodes the birthday in the...