rgb-cln/plugins/bkpr
niftynei 2d22bab879 bkpr: fetch originating account, if exists, and make sure is populated
It's possible we'll get an "external" event for an account/channel and
then try to do close checks on it and it'll bomb out because we didn't
go look up the originating account to make sure that that had open info

Now, we make sure and do that when we hear about an originating account
2022-07-28 12:08:18 +09:30
..
test coin_mvt/bkpr: add "stealable" tag to stealable outputs 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: 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
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: fetch originating account, if exists, and make sure is populated 2022-07-28 12:08:18 +09:30
chain_event.c bkpr: add 'msat' suffix to all msat denominated fields 2022-07-28 12:08:18 +09:30
chain_event.h coin_mvt/bkpr: add "stealable" tag to stealable outputs 2022-07-28 12:08:18 +09:30
channel_event.c bkpr: add more data to listaccountevents printout 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: 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 coin_mvt/bkpr: add "stealable" tag to stealable outputs 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: add 'msat' suffix to all msat denominated fields 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: 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 coin_mvt/bkpr: add "stealable" tag to stealable outputs 2022-07-28 12:08:18 +09:30
recorder.h bkpr: pass the node_id over for channel_opens, add to account 2022-07-28 12:08:18 +09:30