Commit graph

4 commits

Author SHA1 Message Date
Elle Mouton
dbec9da31b
multi: update LND and friends
This commit updates:
- LND
- pool
- loop
- taproot-assets
- faraday
- lighting-node-connect
- aperture
- lndclient
- btclog

We start using the new btclog v2 library and the associated breaking
changes in the lnd/build package.

With this commit, we deprecate the `--remote.lit-maxlogfiles` and
`--remote.lit-maxlogfilesize` options and introduce new logging options
under the `--remote.lit-logging` namespace.

Finally, the LND update introduced a new `MaxBlocksMinedPerTest`
variable in the `lntest` package that we now need to override in order
for our itests to pass.
2025-03-26 09:20:52 -05:00
Elle Mouton
8b5a01f909
accounts: start logging useful info from payment request handlers
This commit adds a prefixed logger that is then used to log trace
information about a payment. This will make it easy to see from the logs
which account ID is making the request, what the request ID is and what
the relavant payment hash is.
2024-06-06 12:43:56 -04:00
Elle Mouton
e807639f82
accounts: start adding request ID to context
In preperation for the trace logging we want to implement in an upcoming
commit (where logs for requests & responsescan be linked via their
request ID), we start adding the request ID to an intercepted account
request/response in this commit.
2024-06-06 12:43:56 -04:00
Oliver Gugger
9f0b8619fa
accounts: add context utils
With this commit we add a set of utility functions that allow us to
store and retrieve an account in/from a context.
2022-12-02 10:06:50 +01:00