Christian Decker

Results 175 comments of Christian Decker
trafficstars

This happens when the node was started without the backup plugin, i.e., it's missing a couple of changes that were applied to the original DB. If the main DB is...

Awesome work @darosior, happy to move this over here and get some more eyes on it. Just some due diligence questions: - What license are the assets under? - I...

Can you share any other logs emitted by the feeadjuster plugin?

I like the idea of moving from a fixed number of attempts to a timeout-based system, because that better reflects the tradeoff at hand: more attempts means longer delays for...

The crashlog is unrelated, you must have had the node run twice, and one of them got the DB lock, while the other one didn't and exited, as indicated by...

Any chance you have a trace of what messages where exchanged, and more interestingly, what message lnd was expecting from the CLN node? The [source code](https://github.com/lightningnetwork/lnd/blob/a1cd7734d810c3d8ee4c81d4f4c6811df18fac22/peer/brontide.go#L1425-L1429) with that error message...

I'll look into adding it to the `cln-grpc` crate. It's most likely just because we don't yet have the request schema.

> I hate the actual fragmentation that we currently have in cln. Definitely trying to reduce that fragmentation by offering officially maintained interfaces and standardizing around our JSON-RPC, which is...

Testing on a Mac myself, it seems that something is up with these kinds of errors. Every once in a while I seem to be losing the `hsmd` filedescriptor, which...