rgb-cln/connectd
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis
Currently the only source for amount_asset is the value getter on a tx output,
and we don't hand it too far around (mainly ignoring it if it isn't the
chain's main currency). Eventually we could bubble them up to the wallet, use
them to select outputs or actually support assets in the channels.

Since we don't hand them around too widely I thought it was ok for them to be
pass-by-value rather than having to allocate them and pass them around by
reference. They're just 41 bytes currently so the overhead should be ok.

Signed-off-by: Christian Decker <@cdecker>
2019-10-03 04:32:57 +00:00
..
test elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
Makefile per-peer-daemons: tie in gossip filter. 2019-09-06 14:35:01 +02:00
connect_gossip_wire.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
connect_wire.csv Add enable-autotor-v2 config variable 2019-09-28 00:31:02 +02:00
connectd.c connectd: add a BOLT10 reference when doing DNS lookup 2019-09-30 01:18:22 +00:00
connectd.h connectd: generate message for lightningd inside peer_connected(). 2019-06-04 01:29:39 +00:00
handshake.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
handshake.h channeld: use pointer for shared secret. 2019-01-08 19:20:28 +01:00
netaddress.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
netaddress.h gossipd: move files into connectd. 2018-07-25 02:13:52 +00:00
peer_exchange_initmsg.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
peer_exchange_initmsg.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
tor.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00
tor_autoservice.c Add enable-autotor-v2 config variable 2019-09-28 00:31:02 +02:00
tor_autoservice.h Add enable-autotor-v2 config variable 2019-09-28 00:31:02 +02:00