Commit graph

22 commits

Author SHA1 Message Date
bitromortac
754d660786
docs: document channel event safety pruning flags
Document the new configuration flags in the README, providing rough storage
estimation metrics (~100 bytes per event) to guide database sizing.
2026-06-25 13:53:26 +02:00
Oliver Gugger
4dccab6cc8
README: describe custom scoped macaroon 2023-04-20 10:12:07 +02:00
Elle Mouton
8a59081473
multi: use lndclient MacaroonService
Since the code for creating and using a macaroon service is the same for
multiple projects (pool, loop, faraday & litd), the code has been
unified in lndclient. So this commit removes the macaroon service code
and instead uses the lndclient code.

Since the default key for the macaroon db is now a shared secret with
LND, faraday requires LND's admin macaroon so that this secret can be
derived. So this commit also updates all references of LND's `readme`
macaroon to the `admin` macaroon.
2022-06-23 17:26:41 +02:00
Oliver Gugger
4f63e3e1ab
multi: allow only readonly.macaroon to be used
Fixes #84.
Allows faraday to only use the readonly.macaroon (or a custom baked one)
to connect to lnd instead of needing to copy all macaroons (including
the subserver ones).
2021-05-31 13:57:08 +02:00
Oliver Gugger
824df2db31
multi: bump lnd min version to v0.11.1-beta 2021-05-17 15:34:56 +02:00
Justin O'Brien
cfcc82c008
Update link to accounting documentation
Link in Readme pointed to `/accounting/docs.md` which takes you to a redirect when it ought to point to `/docs/accounting.md`
2021-01-29 22:43:40 -10:00
Carsten Otto
16f37b2bd3 README: fix command name for (node)audit in CLI 2020-11-17 13:24:40 +00:00
André Neves
b15ececc7c
Fix command name for closereport on README docs
Fix command name for `closereport` on README docs.

`closereports` in favor of `closereport`
2020-09-15 14:50:01 -04:00
carla
4ea4176436
readme: update introduction and installation instructions 2020-09-15 09:36:36 +02:00
Oliver Gugger
0ff7cd08a1
README: mention macaroons 2020-09-11 15:10:52 +02:00
carla
e2b41cb46f
frdrpc: make bitcoin backend optional for NodeAudit endpoint 2020-09-09 10:42:16 +02:00
carla
400bca29d8
multi: rename nodereport to nodeaudit
Consensue on the team is that nodereport is more representative of
a report about the node's operation than an accounting report. Renaming
in anticipation of upcoming release.
2020-09-09 10:41:37 +02:00
Oliver Gugger
50bb14fad9
README: fix lnd flags, mention TLS 2020-09-08 20:09:32 +02:00
carla
72689eecbb
readme: add development section and move test section into it 2020-08-20 17:13:15 +02:00
carla
04cf848a9a
readme: add bitcoin node connection instructions 2020-08-20 17:13:12 +02:00
carla
6130ec139f
readme: fix typo in rpcserver and allignment 2020-08-19 09:04:11 +02:00
carla
03077bcae3
multi: connect faraday to lnd services rather than lnd client
We are going to need the walletkit and chainnotifier subservers in
future changes, so we make the switch now. Note that this commit does
not build, and is split up for the sake of easy review.
2020-06-17 09:42:55 +02:00
carla
df836c2d21
multi: faraday rename 2020-03-30 09:25:46 +02:00
carla
47235fbb19
readme: add rpc and cli information 2020-03-10 11:09:28 +02:00
carla
2d7d0e8d10
readme: update license and remove status
Update license to point to correct repository. Remove status from
readme because it is not available for private repos. Update year in
license.
2020-03-10 11:02:03 +02:00
carla
36dfb58c37
multi: rename terminator main package to governator 2020-03-05 17:07:21 +02:00
carla
4244f32a5e terminator: Add README 2019-11-07 11:25:00 +02:00