core-lightning/plugins/bkpr
niftynei 3fcf60ab7c bkpr: track channel rebalances, display in listincome
Track rebalances, and report income events for them.

Previously `listincome` would report:
	- invoice event, debit, outgoing channel
	- invoice_fee event, debit, outgoing channel
	- invoice event, credit, inbound channel

Now reports:
	- rebalance_fee, debit, outgoing channel
	(same value as invoice_fee above)

Note: only applies on channel events; if a rebalance falls to chain
we'll use the older style of accounting.

Changelog-None
2022-08-09 11:57:18 +09:30
..
test bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
account_entry.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
account_entry.h bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
account.c bkpr: new method, "is_external_account" 2022-07-28 12:08:18 +09:30
account.h bkpr: new method, "is_external_account" 2022-07-28 12:08:18 +09:30
bookkeeper.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
chain_event.c bkpr: save invoice description data to the database and display it 2022-07-28 12:08:18 +09:30
chain_event.h bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
channel_event.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
channel_event.h bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
channelsapy.c bkpr: make sure there's always at least on difference in blockheights 2022-07-28 12:08:18 +09:30
channelsapy.h bkpr: command to calculate some APYs/stats on channel routing fees 2022-07-28 12:08:18 +09:30
db.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
db.h bkpr: insert obscure 60s pop references. 2022-08-01 09:01:08 -07:00
incomestmt.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
incomestmt.h bkpr csvs: koinly + cointracker only accept fees on the same line 2022-07-28 12:08:18 +09:30
Makefile plugins/Makefile: put bitcoin/chainparams.o in PLUGIN_COMMON_OBJS since everyone needs it. 2022-07-28 12:08:18 +09:30
onchain_fee.c bkpr: add 'msat' suffix to all msat denominated fields 2022-07-28 12:08:18 +09:30
onchain_fee.h bkpr: move json_to functions to respective type files 2022-07-28 12:08:18 +09:30
recorder.c bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30
recorder.h bkpr: track channel rebalances, display in listincome 2022-08-09 11:57:18 +09:30