Matt Whitlock
Matt Whitlock
Same happens on x86_64. ``` ============================================================= FAILURES ============================================================= ___________________________________________________ TrialTestWRPC_WS.test_notif ____________________________________________________ self = def checkNotifs(self): > assert self.client_factory.notifs == 1 E assert 0 == 1 E + where 0 =...
The Yield Generator does not ask for a password at startup if your wallet file is not encrypted. :wink:
> > The Yield Generator does not ask for a password at startup if your wallet file is not encrypted. > > Joinmarket does not allow that; it does not...
FWIW, I saw this on Linux and had the same gut reaction as @rustyrussell. "Bad file descriptor" indicates a logic bug: passing to a syscall an integer that does not...
This problem is getting worse. As these defunct channels continue to age, the number of blocks that they must "catch up" at `lightningd` startup is forever increasing. Here is the...
@manreo: I haven't taken the plunge into 0.12.x yet. I can confirm that this problem does still occur on my [0.11.2/backports](https://github.com/whitslack/lightning/commits/v0.11.2-gentoo-r107) branch, which contains most of the fixes and minor...
I have multiple channels that are all stuck in this state, so I believe we have an edge case here that needs closing up. The channels were all force-closed by...
`-stdinrpcpass` seems like low-hanging fruit that could be implemented quickly and easily, even if a move to the P2P protocol is envisioned for the future. Please don't break the use...
> how does cookie file authentication work with c-lightning? @jonasnick: Just don't specify `bitcoin-rpcuser` and `bitcoin-rpcpassword`. Then C-Lightning seems to pick up `${bitcoin-datadir}/.cookie` automagically.
@jonasnick: You prompted me to read a little bit about NixOS. Does it really *not* use PID namespaces to isolate processes owned by different users, given that unprivileged users are...