Christian Decker

Results 172 comments of Christian Decker
trafficstars

> @cdecker If you're still up for the submodules though, I could spend some more time on getting the dockerfile nicer and making a modular setup for all plugins with...

You need to make the file executable: `chmod +x rebalance/rebalance.py`. This is because `lightningd` will `fork` and `execve` the plugin entrypoint. The top of the plugin has a shebang that...

> Rebased on master, not sure what the mergify rebase did. No worries mergify just took your changes and rebased them on the current `master` branch. This is so we...

> > In your case we'd simply pass the request to the thread doing the compaction and notifying the caller when we're done :-) > > For a local `FileBackend`...

Seems like the root one comes from the logging module, and the one without prefix comes from `plugin.log`. I'll look into it 👍

Seems there is a missing dependency from `pyln-proto` to `pyln-bolt7`. Does installing that package solve this? If yes I'll fixup the requirements file.

Very interesting idea, we briefly discussed this in person, but would you be open to adding functionality to perform a payment if I build a class that extracts the common...