You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
config.go multi: bump btcec/v2 and btcutil to new versions 2 years ago
daemon.go loopd/daemon: rename createDefaultMacaroonFile 2 years ago
log.go multi: bump lnd to version v0.13.0-beta.rc2 3 years ago
macaroons.go multi: use lndclient MacaroonService 2 years ago
register_default.go multi: use lndclient MacaroonService 2 years ago
run.go multi: fix linter issues 2 years ago
swapclient_server.go liquidity+loopd: refactor `SetParameters` to take a rpc request 2 years ago
swapclient_server_debug.go make fmt 2 years ago
swapclient_server_test.go loopout: reject unsupported address formats 2 years ago
utils.go loopd+liquidity: persist parameters on disk 2 years ago
view.go swap: HTLCV3 added 2 years ago