Christian Decker

Results 37 issues of Christian Decker

I also added myself as maintainer in the `CODEOWNERS` file.

We're building nix flakes for development and publication, so let's also make it findable.

This is built on top of #7556 and just moves the suspend / resume calls to the where we yield control to the `io_loop` and when we come back through...

Just an experiment really. I was wondering how we could make the integration testing script more readable and make some components more approachable. For example we have dozens of places...

This has been nagging me for a while, even if the impact is likely only minor, and only on a single configuration. `pytest` allows fixtures to be reused across tests,...

We currently have a bit of a fire-and-forget attitude to publishing transactions, which results in us trusting our bitcoin backend (local `bitcoind` instance to attempt a rebroadcast if possible). This...

Just trying to get the reproducible builds covered, by building them on different platforms at different times, to see if the docker unification and timestamp pinning work. Changelog-None