niftynei
ba7d4a8f6b
make-schema: don't include tools/fromschema.py in SHASUMS
...
We were including the entire list of prerequisites when generating a
shastamp, which for schemas includes the `tools/fromschema.py` doc.
This meant all of our shasums were updating anytime this tool file
changed.
Instead, we just include the first prerequisite.
See: https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html#Automatic-Variables
2022-07-14 12:24:48 -05:00
Christian Decker
e972e37e8c
docs: Update references from c-lightning to Core-Lightning
2022-05-14 11:43:46 +09:30
Vincenzo Palazzo
bd3c0ef85c
jsonschema: Formatting json schema and regenerate docs
...
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2021-11-28 10:55:48 +10:30
Rusty Russell
6d1897b796
doc: fix GH/readthedocs rendering of manual pages.
...
They render the comment as if it's in the list.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-05 15:02:17 +02:00
niftynei
43ae30df21
chaintopology: new command 'parsefeerate'
...
Useful for parsing a passed in feerate before calling lightningd with
it, e.g. when you need to know what the feerate is for a fundpsbt before
calling fundpsbt
Changelog-Added: JSON-RPC: new command `parsefeerate` which takes a feerate string and returns the calculated perkw/perkb
2021-07-20 13:28:38 -04:00