rgb-cln/plugins/bkpr
niftynei a3d82d5a01 bkpr: exclude non-wallet events in the balance snapshot
Anchor outputs are ignored by the clightning wallet, but we keep track
of them in the bookkeeper. This causes problems when we do the balance
checks on restart w/ the balance_snapshot -- it results in us printing
out a journal_entry to 'get rid of' the anchors that the clightning node
doesnt know about.

Instead, we mark some outputs as 'ignored' and exclude these from our
account balance sums when we're comparing to the clightning snapshot.
2022-07-28 12:08:18 +09:30
..
test bkpr: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30
Makefile bkpr: command to calculate some APYs/stats on channel routing fees 2022-07-28 12:08:18 +09:30
account.c bkpr: save closed_count for account, when known 2022-07-28 12:08:18 +09:30
account.h bkpr: save closed_count for account, when known 2022-07-28 12:08:18 +09:30
account_entry.c bkpr: separate the invoice_fees from the invoice paid 2022-07-28 12:08:18 +09:30
account_entry.h bkpr: separate the invoice_fees from the invoice paid 2022-07-28 12:08:18 +09:30
bookkeeper.c bkpr: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30
chain_event.c bkpr: move json_to functions to respective type files 2022-07-28 12:08:18 +09:30
chain_event.h bkpr: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30
channel_event.c bkpr: separate the invoice_fees from the invoice paid 2022-07-28 12:08:18 +09:30
channel_event.h bkpr: move json_to functions to respective type files 2022-07-28 12:08:18 +09:30
channelsapy.c bkpr: command to calculate some APYs/stats on channel routing fees 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: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30
db.h bkpr: first attempt at database code for accounting 2022-07-28 12:08:18 +09:30
incomestmt.c bkpr: get rid of crash in `listincome` 2022-07-28 12:08:18 +09:30
incomestmt.h bkpr: add `dumpincomecsv` command 2022-07-28 12:08:18 +09:30
onchain_fee.c bkpr: move json_to functions to respective type files 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: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30
recorder.h bkpr: exclude non-wallet events in the balance snapshot 2022-07-28 12:08:18 +09:30