Christian Decker

Results 167 comments of Christian Decker
trafficstars

You need to at least clone the source, so we can extract the config file, adapt it to our needs and then start the binary. We don't ship the config...

Is there more to this error message? It'd be good to know where this is being raised.

`lightningd` is just one of the executables that should be in the `bin/` directory. Mine looks like this: ```bash $ tree bin/ bin ├── eclair.jar ├── lightning_channeld ├── lightning_closingd ├──...

Clean rebase on top of `master`

Fixed up and cleaned up.

Adding postgresql support, or really any db supported by sqlalchemy should be very easy. I'd add a `--probe-db` option to allow operators to specify where to store the results, rather...

I'm not sure what I'm looking at. What caused the crash in c-lightning? Surely we should be able to just kill `jitrebalance` at any time, and in-flight HTLCs would just...

Well we are already linking to the upstream repository. That has the advantage of not being pinned to a specific commit, which submodule are. Open to suggestions though, if a...

> Yeah, it caught me by surprise a bit (doesn't that go for all the other submodules as well? python-teos/watchtower is updated at leats as much? Maybe can be split...