loop/loopd
yyforyongyu 425a007aaf
loopd+liquidity: persist parameters on disk
This commit saves the RPC request used to construct the `Parameters` on
disk. Since it's a proto message, an easy way to read/write it is to
rely on the proto marshal/unmarshal methods. A side effect is that
migration also becomes easy as proto message have its own internal
mechanism to keep track of the compatibility.
2022-06-07 20:18:11 +08:00
..
config.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
daemon.go loopd/daemon: rename createDefaultMacaroonFile 2022-01-17 16:13:19 +02:00
log.go multi: bump lnd to version v0.13.0-beta.rc2 2021-05-19 14:24:41 +02:00
macaroons.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go multi: fix linter issues 2022-05-20 10:16:46 +02:00
swapclient_server.go liquidity+loopd: refactor SetParameters to take a rpc request 2022-06-07 19:19:52 +08:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go loopout: reject unsupported address formats 2022-05-20 10:22:11 +02:00
utils.go loopd+liquidity: persist parameters on disk 2022-06-07 20:18:11 +08:00
view.go swap: HTLCV3 added 2022-04-22 11:36:09 -04:00