Christian Decker
Christian Decker
Got it, the column was wrongly set to be `BIGINT` whereas it should be `INTEGER`, that explains the mistmatch.
ACK https://github.com/ElementsProject/lightning/pull/5398/commits/e7511a4885a9f45bc10d651c387125322989cb24
Just a word of caution: `lowdown` is only available in Ubuntu LTS starting from 22.04. So we might need to also add pointers to install it on older versions somehow.
Added a commit https://github.com/ElementsProject/lightning/pull/5444/commits/5f6b42ce0cc85c5703d67b9453135a7a14db730a to map the `Option` in `cln-rpc` and `cln-grpc` conversions. This is the first time we had that type as an argument, hence the lack of conversion...
Nope, adding it to my list of PRs to shepherd through CI
Regenerated derived files, which were outdated. ACK https://github.com/ElementsProject/lightning/pull/5444/commits/d971c6b33f1c5ae678167fdc63e65e78306fad71
Notice that the `$@` should forward any argument to the entrypoint script to the `lightningd` process, so ideally you'd only need `docker run lightningd --wallet=... --otheroptions`, no need for wrappers...
There are two options to configure CLN with a pruned node as a backend: - Run an alternative backend such as Sauron or bcli4j. These fetch blocks and metadata from...
We have one issue with this, namely that despite the name, TLV fields are not typed as such. They are just blobs of binary data, that are interpreted as integers,...
#4610 is the first step towards this. It adds experimental support for `extratlvs`, i.e., hex-encoded TLVs that are not interpreted and stored internally yet, with opt-in to even TLV types...