Antoine Poinsot
Antoine Poinsot
Now that we have descriptors there is no need to try to sign for a scriptPubKey using dummy signatures, and using a mocked verification of this witness against the interpreter,...
We would previously silently wrap the derived child's depth back to `0`. Instead, explicitly fail when trying to derive an impossible depth, and handle the error in callers. An extended...
[Output Script Descriptor](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki#motivation) are a sane standard for wallet backups. They express all the information necessary to locate owned (or partially owned) outputs in an engineer-readable format, avoiding the pitfalls...
It deserves more love than i can afford to give it at the moment, hopefully it can be better maintained here as it appears that people are actually using it....
Basically what m-schmoock did for the summary plugin but i'd like to see it in my Grafana (and eventually use it in my backend)
``` 2021-09-13T10:55:49.308Z **BROKEN** lightningd: /home/lightningd/.lightning/plugins/sauron/sauron.py error: bad response to estimatefees (bad 'result' field), response was {"jsonrpc": "2.0", "id": 113037, "error": {"code": -32600, "message": "Error while processing estimatefees: '2'", "traceback": "Traceback...
Some adjustment methods i plan to add to the fee adjuster plugin. We should look into what ZmnSCPxj did for CLBOSS. 2) is probably the easiest one to implement. We...
Just blacklist some nodes by node id. I have an implementation already but if a new contributor wants to jump on it before i get to pr it i can...
Just a reminder for me to implement it, but if a new contributor wants to jump on it i can (and Michael too probably) offer guidance
Where suggested by brian-brazil in https://github.com/prometheus/docs/pull/1737: > Some suggestions to improve your exporter: > _total is a suffix for counters, it shouldn't be used with gauges. Some metrics like lightning_channel_in_msatoshi_offered...