core-lightning/hsmd
Christian Decker 5482acb837 hsm: Unifying the client creation and adding client capabilities
We had a number of entry points into the HSM, all with different
behavior, so this is my attempt at unifying the way we handle
clients. Every client, except master, now takes the same path entry
point to the HSM and we use capability bit flags to indicate whether
the client is allowed to execute a set of operations.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-12-03 17:06:13 +01:00
..
capabilities.h hsm: Unifying the client creation and adding client capabilities 2017-12-03 17:06:13 +01:00
client.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
client.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
hsm.c hsm: Unifying the client creation and adding client capabilities 2017-12-03 17:06:13 +01:00
hsm_client_wire_csv generate-wire.py: add --bolt arg, use size->type hacks only when that's specified. 2017-09-29 14:40:34 +02:00
hsm_wire.csv hsm: Unifying the client creation and adding client capabilities 2017-12-03 17:06:13 +01:00
Makefile Makefile: clean needs to do more, distclean should remove everything. 2017-11-24 13:29:03 +01:00