core-lightning/devtools
Rusty Russell 3d8c1f0c02 devtools/create-gossipstore: tool to create a gossip_store file from stream of gossip.
The gossip is expected to be in format:

    16-bit-big-endian-length
    [gossip message]

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-04-08 04:41:43 +00:00
..
.gitignore gossipwith: simple tool to snarf gossip from a node. 2018-09-21 17:56:15 +02:00
bolt11-cli.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
create-gossipstore.c devtools/create-gossipstore: tool to create a gossip_store file from stream of gossip. 2019-04-08 04:41:43 +00:00
decodemsg.c tlvs: add methods for decodemsg utility 2019-04-08 00:37:29 +00:00
dump-gossipstore.c daemons: use amount_msat/amount_sat in all internal wire transfers. 2019-02-21 08:01:37 +00:00
gossipwith.c channeld: use pointer for shared secret. 2019-01-08 19:20:28 +01:00
Makefile devtools/create-gossipstore: tool to create a gossip_store file from stream of gossip. 2019-04-08 04:41:43 +00:00
onion.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
print_wire.c tools/generate-wire: use amount_msat / amount_sat for peer protocol. 2019-02-21 08:01:37 +00:00
print_wire.h tools/generate-wire: use amount_msat / amount_sat for peer protocol. 2019-02-21 08:01:37 +00:00